Go to file
mr.exodia 4bda97ecba - updated codeblocks project
- update scylla_wrapper_x64
- AStyle formatting
- TCHAR->WCHAR (somehow didn't compile here), also explicit lstrcatW/lstrcpyW
2014-01-16 21:16:03 +01:00
SDK added Importer::DeleteAPI export for deleting an API out of the parsed/read IAT, x64 still needs to be updated 2014-01-16 01:41:59 +01:00
TitanEngine - updated codeblocks project 2014-01-16 21:16:03 +01:00
TitanEngineLoaders/LibraryLoader first commit 2013-08-25 17:13:57 +02:00
.gitignore - fixed x64 (scylla) 2014-01-14 19:51:35 +01:00
TitanEngine.sln first commit 2013-08-25 17:13:57 +02:00
readme.txt - updated readme (basically it says: LUA, Python and MASM are not tested with these updates) 2013-10-13 23:39:06 +02:00
scylla_integration.txt commented all functions that are either obsolete or need change since scylla integration. see scylla_integration.txt 2014-01-16 14:48:00 +01: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

NOTE: LUA, Python, MASM and Delphi might not work correctly.