ryan-weil / ReadWriteDriver

A kernel driver for reading and writing memory
268 stars 72 forks source link

Hi, how do I configure the assembly.asm #1

Closed YMY1666527646 closed 2 years ago

YMY1666527646 commented 2 years ago

seriousness code explain project file that 's ok Disable display status error MSB3721 The command "ml64.exe / C / nologo / Zi / fo" x64 \ release \ assembly. Obj "/ W3 / errorreport: prompt / Ta.. \ x64 \ debug \ assembly. ASM" exited with a return code of 1. ReadWriteDriver C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Microsoft\VC\v160\BuildCustomizations\masm. targets seventy
error A1000 cannot open file : .. \x64\Debug\assembly. asm ReadWriteDriver E:\ReadWriteDriver-master\ReadWriteDriver-master\ReadWriteDriver\MASM one 20220117003634

Hi, how do I configure the assembly asm I can't find rel 20220117004806 evant information on the Internet

ryan-weil commented 2 years ago

Git did not include assembly.asm when I created the repo for some reason. I have pushed it now, so if you pull or redownload the project it should be fine now :)

YMY1666527646 commented 2 years ago

Git did not include assembly.asm when I created the repo for some reason. I have pushed it now, so if you pull or redownload the project it should be fine now :)

Thank you very much for your help and guidance

YMY1666527646 commented 2 years ago

Can it only be used for windows 11? I installed the driver blue screen on window 10 1909

ryan-weil commented 2 years ago

Can it only be used for windows 11? I installed the driver blue screen on window 10 1909

Read the README file. It specifically says that I hard-coded the addresses for a specific Windows 11 version.

I or someone else will eventually have to write a sig scanner to fix this.

In the meantime, you open ntoskrnl and win32kbase in IDA and just get 3 function addresses and paste them in. Ezpz

YMY1666527646 commented 2 years ago

Can it only be used for windows 11? I installed the driver blue screen on window 10 1909

Read the README file. It specifically says that I hard-coded the addresses for a specific Windows 11 version.

I or someone else will eventually have to write a sig scanner to fix this.

In the meantime, you open ntoskrnl and win32kbase in IDA and just get 3 function addresses and paste them in. Ezpz

Well, thank you very much.