Go to file
mr.exodia ffead35cb0 Merge branch 'master' of ssh://bitbucket.org/mrexodia/titanengine-update 2013-10-23 21:49:50 +02:00
Release - updated readme (basically it says: LUA, Python and MASM are not tested with these updates) 2013-10-13 23:39:06 +02:00
SDK several new const variables from TitanEngine.h were missing in their enums in TitanEngine.hpp 2013-10-14 02:02:24 +02:00
TitanEngine fixed a little bug in IsJumpGoingToExecute 2013-10-23 21:49:11 +02:00
TitanEngineLoaders/LibraryLoader first commit 2013-08-25 17:13:57 +02:00
.gitignore - resolved issue #2 2013-10-13 21:06:20 +02: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

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.