Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
My First Gremlin
This is my workspace for my experiences turning Drone in to a Gremlin.
- Forked drone in to its own DroneGremlin Project
- Created DroneGremlin(Init|Command) functions and added them to the def file as NONAMES
- Copied Gremlin.h from SDKSoftware Development Kit to project
- Commented out #include "NTDLL.h" because Windows.h covers all that and I didn't grab NTDLL.h
- (optional) Created empty (for now) DroneInterface structure that contains a GremlinInterface as its first member
- Init command just fills out pointers and returns 0, Command just debugs out what's going on
- Build drone.dll, rename it drone.mod
Order of calling is:
Init() function called
Command() called with ID_OPEN
Command() called with ID_RUN (if runable (tbd))
... time passes ...
Command() called with ID_CLOSE