Reverse engineering; How to...

Hans Petter Selasky hselasky at c2i.net
Thu Mar 29 17:00:10 UTC 2012


On Thursday 29 March 2012 18:15:59 Chris Rees wrote:
> On 28 Mar 2012 21:23, "Chris.H" <bsd.chris at yahoo.com> wrote:
> > Greetings,
> > 

> > I can unpack the setup file to extract the .sys files. While I _could_
> 
> utilize the ndisulator to load them, that's not my goal. Should I unpack
> the .sys file, and attempt to decompile/disassemble it? Or attempt to load
> it, and dump it from memory?

Hi,

You could install a USB sniffer and figure out how the basic programming goes. 
Search for USB snoopy on Google.

Or, install the driver from within VirtualBox. Then sniff your device using 
the "usbdump" utility. This approach should give you a very clear picture 
about what is going on.

--HPS


More information about the freebsd-hackers mailing list