TitanEngine/TitanEngine
Mr. eXoDia 6f6bae27a6 some cleanups in TitanEngine.Debugger.Context (wip) 2014-12-08 15:30:51 +01:00
..
Global.Breakpoints.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.Breakpoints.h critical section locker 2014-05-18 01:07:09 +02:00
Global.Debugger.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.Debugger.h - better library loaders (file mapping to send the file to debug) 2014-05-29 03:19:39 +02:00
Global.Engine.Context.cpp some cleanups in TitanEngine.Debugger.Context (wip) 2014-12-08 15:30:51 +01:00
Global.Engine.Context.h some cleanups in TitanEngine.Debugger.Context (wip) 2014-12-08 15:30:51 +01:00
Global.Engine.Extension.cpp move external includes to stdafx 2014-03-12 02:02:09 +01:00
Global.Engine.Extension.h massive formatting 2014-08-05 01:04:23 +02:00
Global.Engine.GUI.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.Engine.GUI.h - done moving stuff 2014-03-03 22:53:16 +01:00
Global.Engine.Hash.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.Engine.Hash.h massive formatting 2014-08-05 01:04:23 +02:00
Global.Engine.Hider.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.Engine.Hider.h - removed some useless defines 2014-03-04 21:31:04 +01:00
Global.Engine.Hook.cpp - done moving stuff 2014-03-03 22:53:16 +01:00
Global.Engine.Hook.h - done moving stuff 2014-03-03 22:53:16 +01:00
Global.Engine.Importer.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.Engine.Importer.h - fixed EngineGetModuleBaseRemote (tested&working) 2014-03-12 12:51:22 +01:00
Global.Engine.Simplification.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.Engine.Simplification.h - done moving stuff 2014-03-03 22:53:16 +01:00
Global.Engine.Threading.cpp fucking shit, this has been broken since 2010 + fixed uninitialized buffer 2014-08-26 17:04:47 +02:00
Global.Engine.Threading.h last fpu changes - ended basic first version 2014-11-02 00:31:43 +01:00
Global.Engine.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.Engine.h - fixed EngineSetDebugPrivilege 2014-04-16 17:14:20 +02:00
Global.Garbage.cpp fucking shit, this has been broken since 2010 + fixed uninitialized buffer 2014-08-26 17:04:47 +02:00
Global.Garbage.h - done moving stuff 2014-03-03 22:53:16 +01:00
Global.Handle.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.Handle.h - baby steps in better TitanEngine code 2014-02-19 17:52:38 +01:00
Global.Helper.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.Helper.h massive formatting 2014-08-05 01:04:23 +02:00
Global.Injector.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.Injector.h - done moving stuff 2014-03-03 22:53:16 +01:00
Global.Librarian.cpp - TitanEngine.Debugger now uses dynamic lists 2014-03-05 19:57:49 +01:00
Global.Librarian.h - TitanEngine.Debugger now uses dynamic lists 2014-03-05 19:57:49 +01:00
Global.Mapping.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.Mapping.h - baby steps in better TitanEngine code 2014-02-19 17:52:38 +01:00
Global.OEPFinder.cpp massive formatting 2014-08-05 01:04:23 +02:00
Global.OEPFinder.h - done moving stuff 2014-03-03 22:53:16 +01:00
Global.Realigner.cpp - more separations 2014-03-03 20:20:55 +01:00
Global.Realigner.h - more separations 2014-03-03 20:20:55 +01:00
Global.TLS.cpp - rewrote TitanEngine.TLS (resolved issue #38) (tested&working partially on x32) 2014-03-18 22:38:26 +01:00
Global.TLS.h - rewrote TitanEngine.TLS (resolved issue #38) (tested&working partially on x32) 2014-03-18 22:38:26 +01:00
Global.Threader.cpp - formatting lol 2014-03-05 17:49:27 +01:00
Global.Threader.h - formatting lol 2014-03-05 17:49:27 +01:00
LOGO.bmp first commit 2013-08-25 17:13:57 +02:00
LzmaDec.cpp massive formatting 2014-08-05 01:04:23 +02:00
LzmaDec.h massive formatting 2014-08-05 01:04:23 +02:00
LzmaTypes.h massive formatting 2014-08-05 01:04:23 +02:00
MAINICON.ico - fixed a small bug in the GUI, taskbar entry should now also have an icon 2014-03-12 00:07:01 +01:00
TitanEngine.Breakpoints.cpp RemoveAllBreakPoints now also works with UE_SINGLESHOOT breakpoints + updated project to have a single instead of double backslash 2014-08-16 20:27:26 +02:00
TitanEngine.Debugger.Context.cpp some cleanups in TitanEngine.Debugger.Context (wip) 2014-12-08 15:30:51 +01:00
TitanEngine.Debugger.Control.cpp fixed detection when stepping over 'pop ss, pushfd/q' (thanks to firelegend for reporting) 2014-08-20 23:33:42 +02:00
TitanEngine.Debugger.Data.cpp GetProcessInformation -> TitanGetProcessInformation + GetStartupInformation -> TitanGetStartupInformation (windows 8 SDK contains GetProcessInformation already) 2014-07-10 13:02:47 +02:00
TitanEngine.Debugger.DebugLoop.cpp fixed detection when stepping over 'pop ss, pushfd/q' (thanks to firelegend for reporting) 2014-08-20 23:33:42 +02:00
TitanEngine.Debugger.Helper.cpp - replaced all 'long long' with 'ULONG_PTR' 2014-04-04 14:53:18 +02:00
TitanEngine.Debugger.Memory.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Debugger.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Disassembler.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Dumper.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Engine.Simplification.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Engine.cpp added more structure alignment checks 2014-12-08 14:42:29 +01:00
TitanEngine.Exporter.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Handler.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Hider.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Hooks.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Importer.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Injector.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Librarian.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.OEPFinder.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.PE.Convert.cpp fixed various potential exceptions (ConvertVAtoFileOffset return wasn't checked everywhere) 2014-06-01 14:34:42 +02:00
TitanEngine.PE.Data.cpp fixed a bug with attaching (DebugReset would cause the custom callbacks to be reset, which means attaching doesn't work). 2014-07-18 16:37:52 +02:00
TitanEngine.PE.Fixer.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.PE.Overlay.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.PE.Section.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.PE.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Process.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Realigner.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Relocator.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Resourcer.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Static.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.TLS.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Threader.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.Tracer.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.TranslateName.cpp massive formatting 2014-08-05 01:04:23 +02:00
TitanEngine.cbp Merge branch 'dynmem' 2014-03-12 09:41:14 +01:00
TitanEngine.cpp fucking shit, this has been broken since 2010 + fixed uninitialized buffer 2014-08-26 17:04:47 +02:00
TitanEngine.def added forwarders for renamed functions 2014-07-23 03:47:41 +02:00
TitanEngine.rc TitanEngine v3.0 2014-08-30 21:35:44 +02:00
TitanEngine.vcproj first commit 2013-08-25 17:13:57 +02:00
TitanEngine.vcxproj some cleanups in TitanEngine.Debugger.Context (wip) 2014-12-08 15:30:51 +01:00
TitanEngine.vcxproj.filters some cleanups in TitanEngine.Debugger.Context (wip) 2014-12-08 15:30:51 +01:00
TitanEngine.vcxproj.user first commit 2013-08-25 17:13:57 +02:00
TitanEngine.workspace fixed a bug with type-specific memory breakpoint that were removed even if their type was not triggered 2013-11-19 22:07:51 +01:00
aplib.h massive formatting 2014-08-05 01:04:23 +02:00
aplib_x64.lib update aPLib v1.1.0 + x64 2014-03-05 11:35:22 +01:00
aplib_x86.lib update aPLib v1.1.0 + x64 2014-03-05 11:35:22 +01:00
definitions.h some cleanups in TitanEngine.Debugger.Context (wip) 2014-12-08 15:30:51 +01:00
distorm.h massive formatting 2014-08-05 01:04:23 +02:00
distorm_x64.lib - fixed x64 (scylla) 2014-01-14 19:51:35 +01:00
distorm_x86.lib updated distorm lib to v3, x64 is still missing ! 2014-01-12 14:33:18 +01:00
manifest.xml - added manifests to make the GUIs look normal on WinXP+ 2014-03-13 14:10:07 +01:00
ntdll.h massive formatting 2014-08-05 01:04:23 +02:00
ntdll_x64.lib added Teb32 and Teb64 functions 2014-03-06 20:17:14 +01:00
ntdll_x86.lib added Teb32 and Teb64 functions 2014-03-06 20:17:14 +01:00
resource.h massive formatting 2014-08-05 01:04:23 +02:00
scylla_wrapper.h massive formatting 2014-08-05 01:04:23 +02:00
scylla_wrapper_x64.lib update scylla_wrapper to 0.9.6b 2014-04-04 02:22:15 +02:00
scylla_wrapper_x86.lib update scylla_wrapper to 0.9.6b 2014-04-04 02:22:15 +02:00
stdafx.cpp - better solution configuration (build everything + dependencies) 2014-03-13 11:43:03 +01:00
stdafx.h added more structure alignment checks 2014-12-08 14:42:29 +01:00
targetver.h massive formatting 2014-08-05 01:04:23 +02:00