Posted: Mon Nov 14, 2016 5:55 pm Post subject: How to create a .sys file?
Hello everyone!
Let's be brief: I want to learn how to create .sys files (which are kind of like drivers, I guess), more specifically how to create a .sys file capable of injecting a DLL into a process.
And also, I wonder if such a .sys file would work with all versions of Windows. Would it?^
How can I start? I'm using WinXP, but I can emulate a VM if that's necessary...
I'm really a newbie in this area, so any examples and IDE's and steps and everything would be extremely appreciated. Thanks!
This is what you are looking for, it contains every information you need in the BlackBone project including an executable with its source code that will test and show you the driver's functions around.
Make sure you compile the BlackBoneDrv yourself.
I've figured out a way to inject the dll using the registry (AppInit_DLLs) into the game that I assumed needed kernel approach, but this BlackBone thing will certainly be useful to me.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum