1
0
Fork 0
Commit Graph

458 Commits

Author SHA1 Message Date
Mr. eXoDia 58347090ed DBG: fixed TLS callbacks + added TLS callback support for DLLs 2015-01-05 14:34:48 +01:00
Mr. eXoDia c6caf21e26 DBG: fixed hardware breakpoints on execute 2015-01-05 14:12:20 +01:00
Mr. eXoDia b10e45dfae GUI+DBG+BRIDGE: resolved issue #92 (context menu api for plugins) 2015-01-04 22:18:20 +01:00
Mr. eXoDia 23f65f6a91 DBG: separate file for exception code resolving + added a file for error code resolving 2015-01-04 21:16:59 +01:00
Mr. eXoDia 6f46bd5569 DBG: added STATUS_INVALID_EXCEPTION_HANDLER to the exception names 2015-01-04 19:51:29 +01:00
Mr. eXoDia 3a15a26a6e DBG: hardware breakpoints working again 2015-01-03 20:45:52 +01:00
Mr. eXoDia af790b5cc9 DBG: allow assembling "jmp short 401000" (short is simply ignored now) 2015-01-03 20:45:04 +01:00
Nukem ff2b7422c7 DBG: Capitalize status messages 2015-01-02 13:01:45 -05:00
Mr. eXoDia bbe499ebdf DBG: added a 'secret' option to disable database compression 2015-01-02 17:22:09 +01:00
Mr. eXoDia ab3cf76115 DBG+GUI: updated register context structures (for plugin mingw compatibility) 2014-12-30 03:57:58 +01:00
Mr. eXoDia a134c11426 DBG: new tabbed reference view code 2014-12-30 00:38:38 +01:00
Mr. eXoDia c17419fc98 DBG: more fixes in valapifromstring (this function is getting really complex and confusing now) 2014-12-29 02:02:34 +01:00
Mr. eXoDia 3199025d7b DBG: fixed a bug in valapifromstring (the correction for the loaded base in the debuggee was bad) 2014-12-29 01:29:57 +01:00
Mr. eXoDia 7deb13966e DBG: added possibility for '?' as delimiter. this ignores exports (useful if there are exports called "entry" or "imagebase") 2014-12-29 00:58:59 +01:00
Mr. eXoDia ed5fbad687 DBG: allow accessing the entry point of a module with "<module>:entry" 2014-12-29 00:41:22 +01:00
Mr. eXoDia 842469eff4 DBG: automatic comments will have a '\1' character as prefix. 2014-12-26 14:40:49 +01:00
Mr. eXoDia 3378918d13 DBG: resolved issue #224 (print debug strings twice) + StringUtils::Escape function instead of separate code everywhere 2014-12-23 00:49:04 +01:00
Mr. eXoDia 620fa50ae9 DBG: fixed some stuff with the CriticalSectionLocker 2014-12-23 00:31:02 +01:00
Nukem 6f781e0d0d CriticalSectionLocker unlock bug 2014-12-20 23:13:53 -05:00
Mr. eXoDia 5230ba3543 DBG: some small code fixes 2014-12-18 12:37:48 +01:00
Mr. eXoDia 54fbc038df resolved issue #213 (mov dest,#DATA#) 2014-12-17 19:27:18 +01:00
Mr. eXoDia 3b755c9279 DBG: resolved issue #211 (added a 'skip' command to skip the next instruction) 2014-12-14 03:07:45 +01:00
Mr. eXoDia 7434a8741b DBG: resolved issue #49 (module RVA + file offset conversion notation). Implemented as "[module]:$[rva]" and "[module]:#[offset]" 2014-12-14 02:12:25 +01:00
Mr. eXoDia e8f4cd2ddf DBG: moved some functions to different files 2014-12-14 01:58:17 +01:00
Mr. eXoDia b29695b8ab DBG: changed mulhi operator symbol 2014-12-14 01:52:27 +01:00
Mr. eXoDia 388d5a0afe DBG: resolved issue #194 (very stupid stack overflow in _dbg_addrinfoget) 2014-12-14 00:46:29 +01:00
SmilingWolf 072f18b3c1 Threads problem: FIXED 2014-12-12 21:53:43 +01:00
SmilingWolf df4159720f Merge remote-tracking branch 'remotes/mrexodia/x64_dbg/master' into loadlib_asm 2014-12-12 21:49:48 +01:00
SmilingWolf 5fe328e73c Implemented (almost) all of the suggested fixes 2014-12-12 20:06:22 +01:00
Mr. eXoDia 24ca2b4af3 DBG: resolve shortcut files 2014-12-12 15:45:38 +01:00
Mr. eXoDia 90c7c2393a DBG: added suspend/resume all threads 2014-12-11 17:49:36 +01:00
Mr. eXoDia 11bc98c371 DBG+GUI: (hopefully) fixed some random bugs with the status label 2014-12-10 23:07:18 +01:00
Mr. eXoDia 8aa848b467 DBG: StringList typedef 2014-12-10 21:59:01 +01:00
SmilingWolf bc3e529a10 Merged mrexodia/x64_dbg/master into loadlib_asm 2014-12-09 18:30:31 +01:00
Mr. eXoDia 52512b8af5 DBG: removed some useless functions 2014-12-09 11:02:14 +01:00
Mr. eXoDia a883544e52 DBG: resolved issue #221 (crashes because of race conditions) 2014-12-09 01:29:08 +01:00
SmilingWolf bacc720d74 Merged mrexodia/x64_dbg/master into loadlib_asm 2014-12-08 21:49:13 +01:00
Mr. eXoDia 67b7fcb79f DBG: updated TitanEngine + fixed a warning in _dbgfunctions.cpp 2014-12-08 16:37:52 +01:00
SmilingWolf 2ea09c39bd Clear the trap flag 2014-12-08 15:48:18 +01:00
Mr. eXoDia 8afd1d4bf4 DBG: added struct alignment check for TitanEngine + updated TitanEngine 2014-12-08 15:22:51 +01:00
SmilingWolf 2aac3c2de9 (Re)implemented loadlib using inline asm: save the current context, allocate a memory page in the debugged process' context, assemble a CALL LoadLibraryA there, execute it and then free the memory and restore the previous context. 2014-12-08 02:04:00 +01:00
Mr. eXoDia 1de5fb533f DBG: added fileoffset<->va exports 2014-12-03 10:48:14 +01:00
Mr. eXoDia 5db90c939f DBG: updated TitanEngine 2014-12-02 21:09:53 +01:00
Mr. eXoDia 4f7fe7b875 DBG: added TitanEngine MinGW libraries again 2014-11-15 15:01:38 +01:00
Mr. eXoDia 021bc4d778 DBG: removed crappy UString class and moved string manipulation/conversion functions in a StringUtils class 2014-11-15 14:56:29 +01:00
dreg_fr33project 899247356d first basic avx support 2014-11-13 02:37:12 +01:00
David Reguera Garcia (Dreg) c328ad157c Merged mrexodia/x64_dbg into master 2014-11-13 02:34:56 +01:00
Mr. eXoDia 684dad5773 DBG: added command 'findrefrange' 2014-11-12 22:56:24 +01:00
Mr. eXoDia b0717c946e PROJECT: final fix for release script 2014-11-11 18:40:15 +01:00
dreg_fr33project 4c38c7c348 last ymm support 2014-11-11 09:14:25 +01:00