| View previous topic :: View next topic |
| Author |
Message |
bismult Cheater
Reputation: 0
Joined: 09 Mar 2022 Posts: 27
|
Posted: Mon May 02, 2022 10:39 pm Post subject: dbk_writesIgnoreWriteProtection BSOD |
|
|
Basically, whenever I enable any one of my auto assemble scripts, my PC instantly blue screens. Is there an issue with the DBK driver, or is something else causing this?
Here's an example of one of my auto assemble scripts.
| Code: |
[ENABLE]
alloc(newmem,2048,"haloreach.dll"+4AF86C)
label(returnhere)
label(originalcode)
label(exit)
newmem:
mov ecx,[rax+rdx*4+00000072]
originalcode:
//mov ecx,[rax+rdx*4+00000274]
exit:
jmp returnhere
"haloreach.dll"+4AF86C:
jmp newmem
nop 2
returnhere:
[DISABLE]
dealloc(newmem)
"haloreach.dll"+4AF86C:
mov ecx,[rax+rdx*4+00000274]
|
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25952 Location: The netherlands
|
Posted: Tue May 03, 2022 2:18 am Post subject: |
|
|
got a bsod dump ?
And try an older CPU that doesn't have supervisor mode access prevention
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
bismult Cheater
Reputation: 0
Joined: 09 Mar 2022 Posts: 27
|
Posted: Tue May 03, 2022 6:20 pm Post subject: |
|
|
| Dark Byte wrote: | got a bsod dump ?
And try an older CPU that doesn't have supervisor mode access prevention |
I don't have a BSOD dump, but the error message says "DRIVER_IRQL_NOT_LESS_OR_EQUAL" and it says DBK64.sys failed. Also, I don't have any older CPUs that I could use.
|
|
| Back to top |
|
 |
|