From 61c203eba6b23aebecdc8a1a1b14dcb3b80ac63a Mon Sep 17 00:00:00 2001 From: "mr.exodia" Date: Fri, 11 Oct 2013 14:37:13 +0200 Subject: [PATCH] - added readme with fixes --- readme.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..201b4fd --- /dev/null +++ b/readme.txt @@ -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 +