GleeBug/MyDebugger
_0xbadc0de 9c4bab40ac . 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).
2017-02-08 16:24:04 +00:00
..
MyDebugger.h . 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. 2017-02-08 16:24:04 +00: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