TitanEngine/SDK
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
..
C readded UE_VANOTFOUND 2013-12-09 12:03:06 +01:00
CPP - fixed mainly const char* vs char* 2013-12-09 12:04:01 +01:00
Delphi - fixed first/second chance exceptions 2013-10-12 17:42:00 +02:00
LUA - fixed first/second chance exceptions 2013-10-12 17:42:00 +02:00
MASM - fixed first/second chance exceptions 2013-10-12 17:42:00 +02:00
Python - fixed first/second chance exceptions 2013-10-12 17:42:00 +02:00