-
Notifications
You must be signed in to change notification settings - Fork 59
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
BSOD (SYSTEM THREAD NOT HANDLED) #4
Comments
Try commenting out the part where the driver’s entry routine is executed to see if the crash is being caused by the driver or the efi driver |
weird behaviour, a hello world driver loads with no issue, but the cheat driver bsod. let me know if you got a fix for this. @xtremegamer1 |
@AidenS-source hey did you fix it? |
Look at your driver entry point |
can i have your discord? |
Hello, I know this is a bit of a dead issue but I tried doing what xtremegamer1 said. In mmap.c in the ManualMapArray function i commented out everything under the Call DriverEntry comment and replaced the return with a STATUS_SUCCESS. the bluescreen still occurs. I will play around a bit and see if I can find the issue. Will post here if I find anything useful. edit: should probably add windows version as well. |
Can you open the crash dump in windbg and post the call stack? Sorry I don't have a windows machine right now so I can't test, I will have one soon |
hey thanks for getting back to me! The same issue appears to be happening on my VM, Using windbg I recreated the problem and got a page fault in nonpaged area. I have attached the call stack.
|
Try commenting out the return statement in UEFIMain. I want to rule out protection on the EFI service table as a cause for the bsod. I'll be able to help a lot more tomorrow but it would be a big help if you could rule some things out :) |
Also please share the bugcheck parameters |
Hello, sorry I couldn't get back to you earlier. Looking back at my VM crash and the crashing happening on my main machine, they are not the same. Below I have attached my main machine's call stack for the crash as well as the bug check parameters.
I also did as you asked before and removed that return statement in UefiMain, and the crashing no longer happens. I just replaced the CreateEvent with status_success if that helps at all. |
I'm getting the same BSOD. I think the issue is related to the Readonly_Copy_Memory statements in Hook_IoInitSystem. I commented everything past the first Readonly_Copy_Memory statement and it ran fine. Didn't load driver though. I downloaded the latest .NET Runtime. I got SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (7e) with a STATUS_ACCESS_VIOLATION. In MEMORY.DMP the instruction at nt!IoInitSystem+0x29 caused a kernel BugCheck 7E with the following details: BugCheck Code 0x7E ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s. |
This project is fully detected, confirmed with tests but yeah if your goal is to be ud p2c don’t sell this |
The whole point is it loads before vanguard obviously you need to write your own bypass 😐 |
Yeah sure I guess but I've already found 3 p2c's using this exact thing, I dumped their overwritten bootmgfw and it has the same strings as your mapper |
How flattering tell them I send my sincerest regards |
i will sir |
Hey,
everytime i use this EFI file, no matter the driver i get this BSOD error, wierd thing is that it used to work up until a week or two ago but now no matter the driver (KDmapper's Hello World! driver, spoofer drivers, etc.) nothing works and allways resorts to this bluescreen (i tried getting friends to test it and they got this error too), does anyone have a fix for this at all?
Cheers,
The text was updated successfully, but these errors were encountered: