tuantm8/ghost-usb-honeypot

Separate interaction with kernel-mode components from the frontend

Closed this issue · 3 comments

At the moment, the frontend itself manages the interaction with the kernel-mode 
components. In order to support other uses of the kernel-mode part (such as 
analysis within sandboxes, other frontends), we'll encapsulate the interaction 
in a separate DLL.

Original issue reported on code.google.com by sebastian.poeplau on 2 Aug 2012 at 12:53

Original comment by sebastian.poeplau on 2 Aug 2012 at 12:59

  • Changed state: Started
Created a library that does the job (revision 6237c7522992). Has yet to be made 
thread-safe.

Original comment by sebastian.poeplau on 7 Aug 2012 at 8:56

Added synchronization in revision 871e6f6849c7.

Original comment by sebastian.poeplau on 7 Aug 2012 at 9:13

  • Changed state: Fixed