Commit Graph

17 Commits

Author SHA1 Message Date
cypherpunk 2c1639d6cc custom section name support 2014-01-13 00:17:04 +01:00
cypherpunk 86abf46dbe fix for ExportIATEx 2014-01-12 23:01:38 +01:00
cypherpunk d0a5b10884 forgot sth with: removed obsolete parameter imageBase 2014-01-12 22:05:54 +01:00
cypherpunk 3085c44b31 updated C++ SDK 2014-01-12 20:01:21 +01:00
cypherpunk 65d4cff823 removed obsolete parameter imageBase 2014-01-12 20:00:51 +01:00
mr.exodia 3cd9d2da3e updated definitions 2013-12-23 13:16:01 +01:00
cypherpunk d251983720 added UE_BASEOFCODE / UE_BASEOFDATA to Dumper::GetPE32 / Dumper::SetPE32 functions 2013-12-18 15:03:25 +01:00
cypherpunk 9cd244db3e - fixed mainly const char* vs char*
- not copy paste, kept return datatypes typedef free (ULONG_PTR vs long long etc)
- some WIN64 defines added (not tested but copied from TitanScript)

changed classes (const char* vs char*):
- DumperA, DumperW, DumperX
- DebuggerA, DebuggerW, DebuggerX
- ImporterA, ImporterW, ImporterX
- RealignerA, RealignerW, RealignerX
- RelocaterA, RelocaterW, RelocaterX
- Tracer
- ExporterA, ExporterW, ExporterX
- LibrarianA, LibrarianW, LibrarianX
- TLSA, TLSW, TLSX
- StaticA, StaticW, StaticX
- RemoteA, RemoteW, RemoteX

not changed but might need changes:
- Threader, Resourcer, Hooks, Process, Handler, Extension, Engine, Translate

doesnt need changes:
- Hider
2013-12-09 12:04:01 +01:00
cypherpunk d2da5448a6 readded UE_VANOTFOUND
used e.g. in TitanScript as return type from TE
2013-12-09 12:03:06 +01:00
mr.exodia d585941ba9 - fixed a small SDK bug (with UE_MEMORY_EXECUTE)
- fixed a bug with MEMORY_EXECUTE (which was excluded as memory breakpoint type)
- slightly bigger buffer, to avoid undefined output when you directly use the returned char pointer as string
2013-12-02 20:47:38 +01:00
cypherpunk 33d881266d several new const variables from TitanEngine.h were missing in their enums in TitanEngine.hpp
(exception handling, memory bps,segments,)
2013-10-14 02:02:24 +02:00
cypherpunk b1d9934416 fixed C++ SDK calling convention for callbacks. its compiling/linking now again :) 2013-10-14 00:50:13 +02:00
mr.exodia 0a2d5747b6 - updated readme (basically it says: LUA, Python and MASM are not tested with these updates)
- re-added UE_HIDE_PEBONLY (thanks to cypherpunk for the report)
2013-10-13 23:39:06 +02:00
mr.exodia 071841d3da - fixed issue #5 2013-10-13 23:16:00 +02:00
mr.exodia 3e262f2ef1 - fixed c++ headers (thanks to cypher)
- removed kernelbase.dll ignore
2013-10-13 18:23:46 +02:00
mr.exodia 14a3692b11 - fixed first/second chance exceptions 2013-10-12 17:42:00 +02:00
mr.exodia 8761d815c2 - multiple calling conventions supported
- moved stuff to the SDK directory
2013-10-12 01:05:46 +02:00