- added readme with fixes

This commit is contained in:
mr.exodia 2013-10-11 14:37:13 +02:00
parent bfa7ce00cd
commit 61c203eba6
1 changed files with 15 additions and 0 deletions

15
readme.txt Normal file
View File

@ -0,0 +1,15 @@
This is a fixed version of TitanEngine v2.0.3
The following things have been fixed/added (list might be incomplete):
- fixed memory breakpoints in general
- fixed harware breakpoints in general
- only report exceptions that are unhandled by the debugger
- working on x64 (previously there was a structure alignment problem)
- exported everything as extern "C" (for compatibility with MingW compiler on x64)
- some code commenting
- fixed DumpProcessExW (found/fix provided by Aguila)
- added a callback on the system breakpoint
- added memory breakpoints on execute
- added QWORD hardware breakpoints
- general code fixes