mirror of https://github.com/x64dbg/GleeBug
* Provided implementation for : Debugger::exceptionGuardPage(const EXCEPTION_RECORD & exceptionRecord, bool firstChance) * void Debugger::exceptionGuardPage(const EXCEPTION_RECORD & exceptionRecord, bool firstChance) >_> with spaces. * . Bugfix : If there is a page exception risen upon a page that is indeed being used by one of our breakpoints, then we simply restore the old page protections, singlestep and then apply the new page protection. . exceptionAccessViolation implementation - the code looks almost equal to exceptionGuardPage except for the verifications made to try to spot on cases where the program uses unusual page permissions (in this case the program should then be granted the right to handle the self generated exception). * . Minor bugfix on exceptionGuardPage. * staff * Final Fixes. Now I suppose everything works correctly. Test by yourself. |
||
|---|---|---|
| .. | ||
| MyDebugger.h | ||
| MyDebugger.vcxproj | ||
| MyDebugger.vcxproj.filters | ||
| PeTests.h | ||
| main.cpp | ||