Vetalll How do I cheat?
Reputation: 0
Joined: 18 Feb 2025 Posts: 1
|
Posted: Tue Feb 18, 2025 10:39 am Post subject: DBK64 driver load without CE |
|
|
I am doing my own PET project. I want to usse DBK64 driver manually wihout CE.
I've used this source code - github[.]com/dmarov/chamd to use cusstom driver.
I've succesfully bypassed signature verification and driver is sucessfully installed to sytem via sc or pnputil
But the status of the driver is STOPPED becouse start mode is demand - OK agree with it.
My question how to start / load it into memory ? start mode auto start does not work and when i try load drvier with sc start myDriver
i have next error
Code: |
sc start myDriver
[SC] StartService: error: 31:
a device attached to the system is not functioning
|
I noticed that CE has some kernelunloader. Can I use it load driver? Means CE loads this driver manually. And user need to unload it manually. Am I correct ?
Any idea how can I load this driver in my programm ? Java / Rust / C++ ?
|
|