Thread: TS-Fucker
View Single Post
  #3  
Old 04-01-2023, 22:55
vitriol vitriol is offline
Friend
 
Join Date: Jan 2023
Posts: 5
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 0
Thanks Rcvd at 19 Times in 5 Posts
vitriol Reputation: 1
I added link to my GitHub so you can try it out. I have no Idea how to make the Attachment open for registered users.

But to come to your question, you are talking about something different. As far as I know the Reg-Entry you posted is to enable App Development without needing a Developer License.

My code will put your Machine into TestSigning Mode (take a read here: )

usually you do this by issuing this command in an elevated CMD: bcdedit /debug on
Thus enabling TestSigning-Mode and making the Machine open for Remote Kernel Debugger Connections such as through WinDbg. Enabling this mode requires you to restart your System. Then you will be able to load Drivers (.sys) files without a by microsoft issued license.

My Patch will put your Machine into TestSigning-Mode at runtime, so you will be able to load unsigned kernel drivers without a license and without having to reboot the machine...
Reply With Quote
The Following 3 Users Say Thank You to vitriol For This Useful Post:
niculaita (04-02-2023), sh3dow (04-03-2023), Stingered (04-02-2023)