GleeBug/MyDebugger
0xbadc0de1 b76d500c42 Membp (#45)
* 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.
2017-02-24 18:16:15 +01:00
..
MyDebugger.h Membp (#45) 2017-02-24 18:16:15 +01:00
MyDebugger.vcxproj updated capstone_wrapper + fixed warning with building and SubSystem 2016-07-06 07:35:28 +02:00
MyDebugger.vcxproj.filters initial section commit (not working perfectly at the moment) 2016-01-10 16:02:42 +01:00
PeTests.h most (209/228) corkami messed up PE files pass with ParseHeaders 2015-12-29 02:22:47 +01:00
main.cpp 32 bit testing code for memory breakpoints 2017-02-04 05:19:35 +01:00