On 2014-03-18 16:46, Hin-Tak Leung wrote:
On Tue, Mar 18, 2014 1:56 PM GMT Alois Schlögl wrote:
On 2014-03-17 17:22, Uwe Bonnes wrote:
"Alois" == Alois Schlögl alois.schloegl@gmail.com writes:
Alois> In one case, HKLM\System\CurrentControlSet\Services\<driver name> Alois> points to system32\Driver\hidusb.sys;
Can you show the exports of hidusb.sys? Maybe it is also a good candidate for a replacement dll.
Bye
I'm not sure how to export that information. nm does not work because its a sys file. pefile gives quite some information but no export section. grep Hint pefile_output lists this:
Does winedump -j export... Not work?
$ winedump -j export hidusb.sys hidusb.sys: 10368 bytes
Done dumping hidusb.sys
--