-
Enthusiast
How to hook a .sys file to runnable!!!!
i have a .sys file ,plz tell me how to my gunz runnable load it
-
-
Account Upgraded | Title Enabled!
Re: How to hook a .sys file to runnable!!!!
ok, you wrong, you can't hook a sys to an exe, but u must make first a dll, that will hook the sys to the dll and the dll to the exe!
-
`-`
Re: How to hook a .sys file to runnable!!!!
You mean "driver"?
You cannot load a driver directly to an executable file; you need a DLL to load the driver and the executable file must call the DLL file.
Last edited by Linear88; 28-12-09 at 04:00 PM.
-
Account Upgraded | Title Enabled!
Re: How to hook a .sys file to runnable!!!!
Good luck with Kernel Drivers though.
-
Enthusiast
Re: How to hook a .sys file to runnable!!!!
do you have this dll source code ?
-
Account Upgraded | Title Enabled!
Re: How to hook a .sys file to runnable!!!!