Go to file
mr.exodia 6039a0ee83 added some check 2013-10-13 19:46:54 +02:00
Release resolved issue #1 2013-10-13 19:37:30 +02:00
SDK - fixed c++ headers (thanks to cypher) 2013-10-13 18:23:46 +02:00
TitanEngine added some check 2013-10-13 19:46:54 +02:00
TitanEngineLoaders/LibraryLoader first commit 2013-08-25 17:13:57 +02:00
.gitignore - fixed DumpProcessExW (fix provided by Aguila at Tuts4you) 2013-10-11 14:31:20 +02:00
TitanEngine.sln first commit 2013-08-25 17:13:57 +02:00
readme.txt - fixed first/second chance exceptions 2013-10-12 17:42:00 +02:00

readme.txt

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)
- 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
- smaller and faster DLL loaders
- supports multiple calling conventions (including the callbacks)
- MinGW import libraries
- fixed exception handling