Commit Graph

  • d732ec290e the callback for invalid imports is now working again cypherpunk 2014-01-15 22:00:34 +0100
  • 89472363f0 fix: dont write trash to file, when ReadFile() fails deepzero 2014-01-15 11:59:42 +0100
  • f3ba7d14a7 cosmetics deepzero 2014-01-15 11:36:38 +0100
  • e22d5b1131 replaced some RtlMemMove opartions by proper casts (far from all) deepzero 2014-01-15 11:36:22 +0100
  • 2677e3f1cd replaces some (far from all) RtlMemMove by RtlMemCopy, some more memory init. fixes deepzero 2014-01-15 11:34:46 +0100
  • 75ea5b7f51 various improvements and bugfixes to initialization of memory deepzero 2014-01-15 11:32:00 +0100
  • 88fcd342ce update gitignore for msvc debug builds deepzero 2014-01-15 08:57:53 +0100
  • b4bdd28c24 fix memcmp madness deepzero 2014-01-15 08:53:16 +0100
  • 96d3677054 fix invalid winapi comparison: BOOL should not be compared to TRUE deepzero 2014-01-15 08:52:01 +0100
  • 38082ded2e fix potential use of uninitialized variable deepzero 2014-01-15 08:51:25 +0100
  • 8a6f73bf40 fix various signedness issues deepzero 2014-01-15 08:51:10 +0100
  • de4d2705ab fix return NULL instead of false deepzero 2014-01-15 08:50:28 +0100
  • 8932b34738 fix use of potentially uninitialized handles deepzero 2014-01-15 08:49:53 +0100
  • 40698229f0 fix wchar_t array too large deepzero 2014-01-15 08:49:14 +0100
  • 1f1e3ad8f1 fix msvc compiler error deepzero 2014-01-15 08:48:26 +0100
  • d04759b242 fixed AutoFixIATExW, now it can dump again cypherpunk 2014-01-15 00:20:52 +0100
  • d5d24e5c05 fixed AutoSearchIATEx, now it can dump again cypherpunk 2014-01-15 00:09:27 +0100
  • 21ba78ee13 forgot obsolete parameter in C++ SDK header cypherpunk 2014-01-15 00:05:52 +0100
  • 402a80bffb - fixed x64 (scylla) mr.exodia 2014-01-14 19:51:35 +0100
  • cfb052280e fixed ExportIAT to work for FileMapping with Scylla cypherpunk 2014-01-14 18:00:11 +0100
  • 2c1639d6cc custom section name support cypherpunk 2014-01-13 00:17:04 +0100
  • 86abf46dbe fix for ExportIATEx cypherpunk 2014-01-12 23:01:38 +0100
  • d0a5b10884 forgot sth with: removed obsolete parameter imageBase cypherpunk 2014-01-12 22:05:54 +0100
  • 3085c44b31 updated C++ SDK cypherpunk 2014-01-12 20:01:21 +0100
  • 65d4cff823 removed obsolete parameter imageBase cypherpunk 2014-01-12 20:00:51 +0100
  • ba4754b215 fix for ExportIAT(..) functionality cypherpunk 2014-01-12 17:23:32 +0100
  • 86ed5042aa updated to use scylla: ImporterExportIAT - broken, scylla_wrapper needs to be updated to support export to VA cypherpunk 2014-01-12 17:05:40 +0100
  • c74ac34963 refactored functions to use scylla: cypherpunk 2014-01-12 16:24:45 +0100
  • 52aade33ba updated definitions for scylla cypherpunk 2014-01-12 16:23:14 +0100
  • b937b325a6 updated scylla_wrapper lib so TE actually links cypherpunk 2014-01-12 14:34:30 +0100
  • 0d498c4939 updated distorm lib to v3, x64 is still missing ! cypherpunk 2014-01-12 14:33:18 +0100
  • cca6728a2d updated gitignore to the GitHub standard for C++/VS cypherpunk 2014-01-12 14:32:16 +0100
  • 52378f910f started work on scylla integration cypherpunk 2014-01-12 00:36:31 +0100
  • 9dca34e3b8 fixed two bugs with dynamically imported winapi functions mr.exodia 2013-12-25 15:10:38 +0100
  • 3cd9d2da3e updated definitions mr.exodia 2013-12-23 13:15:39 +0100
  • eebf60323a you can now set UE_SECTIONNAME doestn just return false. lazy RL guys ^^ cypherpunk 2013-12-18 15:53:28 +0100
  • d251983720 added UE_BASEOFCODE / UE_BASEOFDATA to Dumper::GetPE32 / Dumper::SetPE32 functions cypherpunk 2013-12-18 15:03:25 +0100
  • e7714c7c27 - disabled exception handling for "Debug" which caused it not to build - Runtime changed to /MTD cypherpunk 2013-12-18 14:14:45 +0100
  • 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) cypherpunk 2013-12-09 12:04:01 +0100
  • d2da5448a6 readded UE_VANOTFOUND used e.g. in TitanScript as return type from TE cypherpunk 2013-12-09 12:03:06 +0100
  • d585941ba9 - fixed a small SDK bug (with UE_MEMORY_EXECUTE) mr.exodia 2013-12-02 20:47:38 +0100
  • 592f618a9c fixes issue #7 RemoveMemoryBPX bug cypherpunk 2013-11-30 01:26:15 +0100
  • 8ec098dcf1 now really: fixed Dumper::GetPE32Data(char*, DWORD, UE_SECTIONNAME) returning bad ptr cypherpunk 2013-11-25 00:53:52 +0100
  • 60c1e2643e fixed Dumper::GetPE32Data(char*, DWORD, UE_SECTIONNAME) returning bad ptr cypherpunk 2013-11-24 16:20:22 +0100
  • 72b5f87d10 removed files from Release V0001 mr.exodia 2013-11-19 22:10:42 +0100
  • fffbdfac89 fixed a bug with type-specific memory breakpoint that were removed even if their type was not triggered mr.exodia 2013-11-19 22:07:51 +0100
  • 36eb6d9bc1 - fixed hardware breakpoints (DR7 has to be set first on x64) mr.exodia 2013-11-18 20:44:22 +0100
  • 964e15ae8c build of fixed IsJumpGoingToExecute mr.exodia 2013-10-24 14:17:27 +0200
  • ffead35cb0 Merge branch 'master' of ssh://bitbucket.org/mrexodia/titanengine-update mr.exodia 2013-10-23 21:49:50 +0200
  • ed35dd37a2 fixed a little bug in IsJumpGoingToExecute mr.exodia 2013-10-23 21:49:11 +0200
  • 33d881266d several new const variables from TitanEngine.h were missing in their enums in TitanEngine.hpp (exception handling, memory bps,segments,) cypherpunk 2013-10-14 02:02:24 +0200
  • b1d9934416 fixed C++ SDK calling convention for callbacks. its compiling/linking now again :) cypherpunk 2013-10-14 00:50:13 +0200
  • 0a2d5747b6 - updated readme (basically it says: LUA, Python and MASM are not tested with these updates) mr.exodia 2013-10-13 23:39:06 +0200
  • 071841d3da - fixed issue #5 mr.exodia 2013-10-13 23:16:00 +0200
  • 996003476d - resolved issue #2 mr.exodia 2013-10-13 21:06:20 +0200
  • 6039a0ee83 added some check mr.exodia 2013-10-13 19:46:54 +0200
  • cedd219980 resolved issue #1 mr.exodia 2013-10-13 19:37:30 +0200
  • 3e262f2ef1 - fixed c++ headers (thanks to cypher) mr.exodia 2013-10-13 18:23:46 +0200
  • fd1ebea613 - various fixes (DMichael) mr.exodia 2013-10-13 14:52:41 +0200
  • ca9774cc5a general code fixes (found by DMichael) mr.exodia 2013-10-12 21:27:58 +0200
  • 14a3692b11 - fixed first/second chance exceptions mr.exodia 2013-10-12 17:42:00 +0200
  • 8b1a465059 - updated visual studio project mr.exodia 2013-10-12 01:06:50 +0200
  • 8761d815c2 - multiple calling conventions supported mr.exodia 2013-10-12 01:05:46 +0200
  • e55d6f75cc - updated readme mr.exodia 2013-10-11 15:20:13 +0200
  • 61c203eba6 - added readme with fixes mr.exodia 2013-10-11 14:37:13 +0200
  • bfa7ce00cd - fixed DumpProcessExW (fix provided by Aguila at Tuts4you) mr.exodia 2013-10-11 14:31:20 +0200
  • a01ade8de2 - fixed many bug with memory breakpoints mr.exodia 2013-08-26 21:53:40 +0200
  • 0802cd008b a mr.exodia 2013-08-26 15:16:08 +0200
  • 89558df3db - fixed bugs with VirtualProtectEx (incorrect protection was restored) mr.exodia 2013-08-26 15:15:40 +0200
  • f39b2a5d6b - changed hardware breakpoint callback mr.exodia 2013-08-26 03:35:12 +0200
  • 74b1bb7963 - fixed bug in SetBPX, where the found breakpoint type wasn't checked mr.exodia 2013-08-26 02:56:59 +0200
  • 425107b86e - changed calling convention mr.exodia 2013-08-26 01:23:50 +0200
  • 818ac8a7b1 - added UE_HARDWARE_SIZE_8 (for x64) mr.exodia 2013-08-26 00:31:54 +0200
  • c217fc31b6 first commit mr.exodia 2013-08-25 17:13:57 +0200