1
0
Fork 0
Commit Graph

173 Commits

Author SHA1 Message Date
Nukem b240e7bb5a DBG: Accidental file commit 2015-06-09 18:09:45 -04:00
Nukem dc45a8b270 DBG: Fix small inconsistencies (capitals, comments) 2015-06-09 18:07:05 -04:00
Mr. eXoDia fea1ce9a14 BRIDGE: show cpu gui function 2015-05-25 00:00:20 +02:00
Mr. eXoDia c006348718 DBG: resolved issue #291 (api for icons) 2015-04-27 00:25:55 +02:00
Mr. eXoDia 1a0f112b66 full rename from "x64_dbg" to "x64dbg" (including output filenames) 2015-04-13 02:37:48 +02:00
Nukem c1115bb203 Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
Conflicts:
	x64_dbg_dbg/debugger.cpp
	x64_dbg_dbg/debugger_commands.cpp
	x64_dbg_dbg/symbolinfo.h
	x64_dbg_dbg/thread.h
2015-04-04 19:20:13 -04:00
Mr. eXoDia 22d80a34f8 DBG: groundwork for last error in register view 2015-04-04 17:05:33 +02:00
Mr. eXoDia 464dedc8c6 DBG+GUI: resolved issue #81 (very simple source code debugging) 2015-04-04 02:30:17 +02:00
Nukem fbbe47ccdb Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
Conflicts:
	x64_dbg_bridge/bridgemain.cpp
	x64_dbg_dbg/_dbgfunctions.cpp
	x64_dbg_dbg/_plugins.cpp
	x64_dbg_dbg/addrinfo.cpp
	x64_dbg_dbg/bookmark.cpp
	x64_dbg_dbg/breakpoint.cpp
	x64_dbg_dbg/comment.cpp
	x64_dbg_dbg/console.cpp
	x64_dbg_dbg/console.h
	x64_dbg_dbg/dbghelp_safe.cpp
	x64_dbg_dbg/debugger_commands.cpp
	x64_dbg_dbg/disasm_fast.cpp
	x64_dbg_dbg/function.cpp
	x64_dbg_dbg/instruction.cpp
	x64_dbg_dbg/label.cpp
	x64_dbg_dbg/memory.cpp
	x64_dbg_dbg/memory.h
	x64_dbg_dbg/module.cpp
	x64_dbg_dbg/msgqueue.cpp
	x64_dbg_dbg/patches.cpp
	x64_dbg_dbg/reference.cpp
	x64_dbg_dbg/symbolinfo.cpp
	x64_dbg_dbg/thread.cpp
	x64_dbg_dbg/x64_dbg.cpp
	x64_dbg_dbg/x64_dbg_dbg.vcxproj
2015-04-02 21:37:04 -04:00
Mr. eXoDia 94f5115598 DBG: updated version 2015-04-03 00:28:32 +02:00
Mr. eXoDia 439507f306 Merge branch 'master' into doxygen
Conflicts:
	x64_dbg_bridge/bridgemain.cpp
	x64_dbg_dbg/addrinfo.cpp
	x64_dbg_dbg/value.cpp
2015-04-02 19:58:39 +02:00
Mr. eXoDia 4798a29660 Revert "Merged in Nukem9/x64_dbg/master (pull request #45)"
This reverts commit b6735aad53, reversing
changes made to 20fa55cc2b.
2015-04-02 16:57:45 +02:00
Nukem c7e86417da Bridge: _gui_sendmessageasync 2015-04-01 21:07:53 -04:00
Nukem efaee6ffdd Add debug profile to visual studio project 2015-03-27 18:46:41 -04:00
Nukem c84b2e40c8 VS2013 project 2015-03-15 21:27:35 -04:00
Nukem 47306590cc Refactor Thread.cpp/.h 2015-03-10 21:25:18 -04:00
Mr. eXoDia d1c92eeb55 DBG: fixed most strcpy_s problems 2015-02-02 00:58:25 +01:00
zerosum0x0 ca1bca2e58 strcpy_s patches 2015-02-01 16:06:44 -07:00
zerosum0x0 7b5ea5f878 strcpy_s patch for bridgemain.cpp 2015-02-01 16:04:33 -07: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 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 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 8fb7527d41 Merge branch 'master' into doxygen
Conflicts:
	x64_dbg_bridge/bridgemain.cpp
2014-12-30 02:33:02 +01:00
Mr. eXoDia a134c11426 DBG: new tabbed reference view code 2014-12-30 00:38:38 +01:00
Mr. eXoDia 85434abf8c DBG: documented value.cpp (also fixed various small things in the code) 2014-12-26 12:17:20 +01:00
Mr. eXoDia 6163355db7 DBG: removed all auto-generated documentation 2014-12-25 11:18:28 +01:00
Mr. eXoDia fde43663fd Merge branch 'master' into doxygen
Conflicts:
	x64_dbg_dbg/_dbgfunctions.cpp
	x64_dbg_dbg/_exports.cpp
	x64_dbg_dbg/_global.cpp
	x64_dbg_dbg/instruction.cpp
	x64_dbg_dbg/patches.cpp
	x64_dbg_dbg/value.cpp
	x64_dbg_dbg/variable.cpp
2014-12-09 11:12:40 +01:00
dreg_fr33project 4c38c7c348 last ymm support 2014-11-11 09:14:25 +01:00
Mr. eXoDia 6c33a17858 DBG+BRIDGE+GUI: no more TitanEngine in the bridge (added separate structures + translation functions) 2014-11-10 14:36:46 +01:00
Mr. eXoDia 3394b99aa7 DBG+GUI+BRIDGE+LAUNCHER: fixed various bugs (thanks to Coverity!) 2014-11-10 12:44:42 +01:00
David Reguera Garcia (Dreg) da5063ecf9 Merged mrexodia/x64_dbg into master 2014-11-02 01:05:16 +01:00
dreg_fr33project 0d65cf39fa more fpu stuff 2014-11-01 02:05:16 +01:00
dreg_fr33project 0705384dbe last fpu changes 2014-10-26 02:24:57 +02:00
Mr. eXoDia 7a283696d3 DBG: updated debugger version 2014-10-25 12:43:55 +02:00
dreg_fr33project a1a0d02c8b last fpu support 2014-10-21 21:04:55 +02:00
lovrolu 72562ab2d1 Merge branch 'master' into doxygen
Conflicts:
	x64_dbg_bridge/bridgemain.cpp
	x64_dbg_dbg/debugger.cpp
	x64_dbg_dbg/threading.cpp
	x64_dbg_dbg/x64_dbg.cpp
	x64_dbg_launcher/x64_dbg_launcher.cpp
2014-10-09 15:59:34 +02:00
David Reguera Garcia (Dreg) f47d265c33 Merged mrexodia/x64_dbg into master 2014-09-30 14:51:26 +02:00
dreg_fr33project 08b367e661 basic FPU support + bug fixes in registersview + titanengine update + new get context stuff 2014-09-30 14:50:43 +02:00
Mr. eXoDia 6b5c7b6c64 BRIDGE: unicode configuration (UTF-8 INI files now working) 2014-09-21 12:12:45 +02:00
lovrolu 4018261f84 Documented some more function inside bridgemain.cpp. 2014-09-20 21:56:26 +02:00
lovrolu 72ebfa4b60 Reformatted the comments (no more asterisks) but still using the Qt style. Comments that need work have been marked with "FIXME". 2014-09-20 00:14:05 +02:00
lovrolu 0997b55b1c Started documenting the Bridge. Using the Qt style with the backslash as a command prefix. 2014-09-16 00:59:47 +02:00
Mr. eXoDia ebae693694 DBG: more unicode support (now x32_dbg doesn't import any *A() function) 2014-09-15 20:48:25 +02:00
Mr. eXoDia 9fa06becc0 Merge branch 'master' into utf8_support 2014-09-14 16:35:44 +02:00
Mr. eXoDia ebbc42a451 doxygen template 2014-09-14 16:28:23 +02:00
Mr. eXoDia ee88a8bd72 DBG+GUI: some refactoring + formatting 2014-09-13 21:55:23 +02:00
Mr. eXoDia 12c924b6c3 Merge branch 'master' into utf8_support 2014-09-13 00:29:47 +02:00
dreg_fr33project c0db39cb70 pull request fixed v1 2014-09-08 04:45:46 +02:00