-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[help] path problem - driver not loaded #10
Comments
i Forgot, sorry for the italian output, the error is: "Impossibile to find the path specified" |
Same problem here. Any info on fixing it? |
Hi man, a penetration tester said me that the problem is the virtual machine. It's impossible create a rootkit for a virtual machine because the disk are virtual and the Hypervisor of, in my case VMWare, can't emulate this type of istructions. I'm not sure about why, but i'm sure today that the problem is the virtual machine. I think that this issue can be closed. |
i have tested on a real machine. my laptop and have same error messages. win 10Pe 25 mar. 2019 20:59, kalival <[email protected]> a scris:Hi man, a penetration tester said me that the problem is the virtual machine. It's impossible create a rootkit for a virtual machine because the disk are virtual and the Hypervisor of, in my case VMWare, can't emulate this type of istructions. I'm not sure about why, but i'm sure today that the problem is the virtual machine. I think that this issue can be closed.
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.
|
I'm not sure what you mean by that. There aren't any specific instructions used that wouldn't be emulated by a hypervisor. I just tested this on the latest Windows 10 VM from Microsoft's Edge VM site. It still works fine as long as you set the path correctly when you build the loader, and place the .sys file in that location. Here's a gif I just made performing it on build 17763: |
It's very interesting, so the problem isn't the virtual machine. I don't have idea what is the problem. |
Anywhere, now i tried again all procedure follow all your step. i think that i didn't launched 1 of the three command line instrunctions to disable check of driver signature. Thanks very much for the gif. |
Nothing. No idea why my virtual OS don't start the driver service. |
Hi, i'm trying to build a dkom following your guide and using your code.
I followed all step, but when i use the .exe, and error occurred.
I used Visual studio 2017, latest version of SDK (version 1809) and WDK (version 1809). The building in Visual Studio not give me problem and create the Rootkit.sys. Then, thinking that the problem is the path, i copy this in every position of my computer, and try to modify the path in loader.c many times, but the error is unresolved. I try to build it as 64bit or 32bit, but nothing has changed. I'm seeing the code in loader.c, and i think that the problem is the starting of service. Do you have any idea? What are blocking the createservice?
I'm trying it in VM windows 7, 64bit.
Thanks in advance.
The text was updated successfully, but these errors were encountered: