Commit Graph

350 Commits

Author SHA1 Message Date
NtQuery e57ed84252 new release script 2014-03-14 21:19:00 +01:00
NtQuery ea2850e6ec Merge branch 'master' of https://bitbucket.org/mrexodia/titanengine-update 2014-03-14 21:05:01 +01:00
NtQuery 2dc709b487 unicode logger 2014-03-14 21:03:53 +01:00
mrexodia da82dcfcc4 Merged in AVJoKe/titanengine (pull request #3)
better loops, style fixes
2014-03-14 19:56:16 +01:00
Johann Kempter a4ab93e00a better loops 2014-03-14 16:40:35 +01:00
Johann Kempter e0778e2e40 style fixes 2014-03-14 16:17:02 +01:00
NtQuery 55ace2599b char white list 2014-03-14 13:49:21 +01:00
NtQuery a5ed9b685f batch script for releasing 2014-03-14 13:28:14 +01:00
NtQuery aad32594ab do not generate debug info in release mode 2014-03-14 13:18:48 +01:00
NtQuery 0e95295416 bugfix + improvement titanscriptgui 2014-03-14 13:11:19 +01:00
NtQuery 55004da4e3 better loops 2014-03-14 12:49:20 +01:00
NtQuery 216afc27e9 issue #35 2014-03-14 12:45:28 +01:00
Carbon Nobarc fce84f3f33 Merged in AVJoKe/titanengine (pull request #2)
changed FindEx to use MemoryReadSafe, see #32
2014-03-14 12:43:32 +01:00
Johann Kempter 3e0950d72e fixed enumeration in LibrarianRemoveBreakPoint
some style fixes
2014-03-14 10:56:27 +01:00
Johann Kempter 1ca83942f6 changed FindEx to use MemoryReadSafe, see #32 2014-03-14 08:16:46 +01:00
NtQuery 12ae6dcb9d small bugfix 2014-03-13 21:27:18 +01:00
NtQuery f2123991bd unicode bugfixes 2014-03-13 21:21:11 +01:00
NtQuery b57abe7775 Unicode bugfixes 2014-03-13 21:06:51 +01:00
NtQuery 7d3ebc9405 UNICODE!!! + bugfixes 2014-03-13 20:52:18 +01:00
NtQuery 3f824021eb bugfixing GUI 2014-03-13 18:30:51 +01:00
cypherpunk b4217f1d11 safety first 2014-03-13 17:18:09 +01:00
cypherpunk cd9c5f9bce copy log to clipboard function 2014-03-13 16:41:48 +01:00
mr.exodia 9fc398c76b - threaded dialog, meaning you can see the log when a target is running
- aligned the GUI elements
2014-03-13 15:37:21 +01:00
Mr. eXoDia 44ebae8396 - added manifests to make the GUIs look normal on WinXP+ 2014-03-13 14:10:07 +01:00
Mr. eXoDia 0b8ebfd1b1 fixed a bug with the garbage directory 2014-03-13 13:33:04 +01:00
Mr. eXoDia 35d23856fd - AStyle 2014-03-13 13:29:18 +01:00
Mr. eXoDia 2ac41ffb3c - added settings to TitanScriptGui
- fixed a bug with the dump file name
2014-03-13 13:17:30 +01:00
Mr. eXoDia 4692f86dfd - better solution configuration (build everything + dependencies)
- AStyle all over the place
- removed local TitanEngine.lib files (now uses the latest compiled one)
- added icon to TitanScriptGui
- removed local TitanEngine.h files (now uses ..\SDK\CPP\TitanEngine.h)
- english xD
- x64 configurations for TitanUnitTest & TitanScriptGui
2014-03-13 11:43:03 +01:00
cypherpunk b461e843f0 refactored with winapi. windows forms is crap 2014-03-13 03:16:54 +01:00
cypherpunk 1a716c70f7 fix for correct struct alignment 2014-03-13 00:31:12 +01:00
cypherpunk d4c9bacdbf Merge branch 'master' of bitbucket.org:mrexodia/titanengine-update 2014-03-12 23:29:17 +01:00
cypherpunk 13bcf374e1 fix bug introduced by bad merge 2014-03-12 23:29:05 +01:00
NtQuery bdb311d54e endless loop fix 2014-03-12 22:35:44 +01:00
NtQuery e8da7ec7ad fixed disassembler completed 2014-03-12 22:31:30 +01:00
NtQuery 4abe175c5e fixed bad length disassembler code 2014-03-12 20:59:25 +01:00
cypherpunk 91292f2660 titanscriptgui 2014-03-12 19:55:38 +01:00
cypherpunk 4d4c0be059 fix for CPP SDK header 2014-03-12 18:16:11 +01:00
cypherpunk f8c87fbdeb Merge branch 'master' of bitbucket.org:mrexodia/titanengine-update 2014-03-12 17:54:52 +01:00
cypherpunk 2747236e52 obsolete 2014-03-12 17:53:44 +01:00
Mr. eXoDia 8768d8f6d7 updated TitanEngine.hpp 2014-03-12 16:51:01 +01:00
cypherpunk dbb06c8fd5 initial commit for TitanUnitTest 2014-03-12 15:27:42 +01:00
Mr. eXoDia dcfd71b68d resolved issue #29 2014-03-12 14:51:13 +01:00
Mr. eXoDia fc51e0d144 - added StepOut function 2014-03-12 14:49:36 +01:00
Mr. eXoDia 4230d3c986 ? 2014-03-12 14:40:39 +01:00
Mr. eXoDia 2e37c68d43 fixed Global.Debugger.h 2014-03-12 14:39:12 +01:00
Mr. eXoDia 40bd9878c8 - fixed EngineGetModuleBaseRemote (tested&working)
- fixed EngineGetAPINameRemote (tested&working)
- added EngineGetAPIOrdinalRemote (tested&working)
- fixed ImporterGetAPIName & ImporterGetAPINameFromDebugee
- fixed ImporterGetAPIOrdinalNumber & ImporterGetAPIOrdinalNumberFromDebugee
2014-03-12 12:51:22 +01:00
Mr. eXoDia 6dd96b8384 - added function EngineGetAPINameRemote (untested yet) 2014-03-12 11:37:21 +01:00
deep0 3cb15ef49f removed _try..._catch blocks that prevented a successfull compilation with DynBuf 2014-03-12 10:38:24 +01:00
Mr. eXoDia 61fdb34693 - formatting 2014-03-12 09:54:13 +01:00
Mr. eXoDia cf37f2a9e9 resolved some compiling problems 2014-03-12 09:47:49 +01:00