1
0
Fork 0
Commit Graph

2354 Commits

Author SHA1 Message Date
zerosum0x0 5eac008849 Added buffer sizes for strcpy_s 2015-02-01 16:02:53 -07:00
mrexodia 409ccd234a Merged in zerosum0x0/x64_dbg (pull request #42)
Fixes for three C4313 warnings on sprintf.
2015-02-01 17:40:25 +01:00
zerosum0x0 6f36c0d69b applied formatting 2015-02-01 08:49:39 -07:00
zerosum0x0 4a955c6b13 Fixes for three C4313 warnings on sprintf. 2015-02-01 08:37:01 -07:00
Mr. eXoDia d73f926918 DBG: split up addrinfo to multiple files 2015-01-23 17:41:01 +01:00
Mr. eXoDia 947cba39d1 GUI: Qt5 fixes 2015-01-05 14:59:30 +01:00
Mr. eXoDia 3753a1d340 GUI: show reference count in each reference view 2015-01-05 14:59:06 +01:00
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 524430794f GUI: added topmost option 2015-01-04 23:55:07 +01:00
Mr. eXoDia d67fcd1aef GUI: added display of the number of bytes selected in CPUDump 2015-01-04 23:02:32 +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 7b726e6e29 GUI: BridgeResult class to handle results of signals 2015-01-04 20:33:11 +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 93977457f9 GUI: better menu code 2015-01-04 19:51:04 +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
mrexodia 92b5110291 Merged in Nukem9/x64_dbg (pull request #40)
GUI Changes
2015-01-02 19:08:20 +01:00
Nukem e4a4334c0c Merge branch 'master' of https://bitbucket.org/Nukem9/x64_dbg 2015-01-02 13:02:46 -05:00
Nukem ff2b7422c7 DBG: Capitalize status messages 2015-01-02 13:01:45 -05:00
Nukem 45393bda75 GUI: Normalize table headers 2015-01-02 12:35:06 -05:00
Nukem9 4c3416d209 Merged mrexodia/x64_dbg into master 2015-01-02 11:58:23 -05:00
Mr. eXoDia bbe499ebdf DBG: added a 'secret' option to disable database compression 2015-01-02 17:22:09 +01:00
Mr. eXoDia 218bb05c18 BRIDGE: fixed a bug with the critical section (initialized multiple times) 2015-01-02 17:12:19 +01:00
Mr. eXoDia fbd28ee842 BRIDGE: resolved issue #237 (x64dbg sometimes loses settings) 2015-01-02 17:08:17 +01:00
Mr. eXoDia cca12ca83f GUI: resolved issue #236 (reference view does not follow in disassembler correctly) 2015-01-02 16:38:00 +01:00
Mr. eXoDia 2e347ad716 GUI: resolved issue #233 (crack in hexdump when scrolling up sometimes) 2015-01-01 20:44:19 +01:00
Mr. eXoDia 2eaac560e6 DBG: updated version 2015-01-01 20:43:49 +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 ab0279e168 GUI: close buttons on tabs 2014-12-30 03:51:04 +01:00
Mr. eXoDia fbff8a731a Merge branch 'master' into capstone 2014-12-30 02:34:31 +01:00
Mr. eXoDia 8fb7527d41 Merge branch 'master' into doxygen
Conflicts:
	x64_dbg_bridge/bridgemain.cpp
2014-12-30 02:33:02 +01:00
Mr. eXoDia 4ce848d21b GUI: resolved issue #125 (tabbed reference view) 2014-12-30 01:11:13 +01:00
Mr. eXoDia 13eaa8a7ae GUI: added options for detach/delete tabs in MHTabWidget 2014-12-30 00:54:13 +01:00
Mr. eXoDia a134c11426 DBG: new tabbed reference view code 2014-12-30 00:38:38 +01:00
Mr. eXoDia efe2f12219 GUI: fixed a bug with copying the wrong number of instructions (thanks to futureproof for the find!) 2014-12-29 20:21:51 +01:00
Mr. eXoDia 91beff6211 GUI: added INT3 color customization 2014-12-29 15:10:34 +01:00
Mr. eXoDia 0cf41d2d55 GUI: better view of imports ("[module].[label]" instead of "[label]") 2014-12-29 02:10:39 +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 a30fecb90b GUI: added an option to copy the file path of a module 2014-12-29 01:30:33 +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 50e3388de1 GUI: added "Follow Entry Point in Disassembler" option in Symbols view 2014-12-29 00:59: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 ce2f140537 GUI: resolved issue #228 (double click in dump or stack starts editing data) 2014-12-26 14:49:45 +01:00
Mr. eXoDia 0bccbd0c0d GUI: resolved issue #229 (automatic comments have a different color) 2014-12-26 14:43:20 +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 bc4149b866 GUI: fixed 'follow in disassembler' and 'follow in dump' not possible with EDX/RDX 2014-12-26 13:04:08 +01:00
Mr. eXoDia c39a11d8cb DBG: documented variable.cpp 2014-12-26 12:35:19 +01:00