I have a friend who has a PCI device that has no driver. Is there a command that will allow me to speak to this device without a driver? (we are trying to reverse engineer its protocols.)
I will basically be fuzzing it with random data.
I have a friend who has a PCI device that has no driver. Is there a command that will allow me to speak to this device without a driver? (we are trying to reverse engineer its protocols.)
I will basically be fuzzing it with random data.
You can check if its getting detected by the OS. run the below command
#lspci -----> check the output and see if you can get the attached PCI device