1
0
Fork 0
Commit Graph

37 Commits

Author SHA1 Message Date
Mr. eXoDia 6ade97b1cd "x64_dbg"->"x64dbg" + added Nukem 2015-04-10 01:53:32 +02:00
Nukem 64c76d7826 Update .gitignore and exe manifest 2015-04-04 20:55:26 -04: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 269f42f09f Application manifest to fix AcLayers hooking 2015-03-27 22:49: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
Mr. eXoDia 2eaac560e6 DBG: updated version 2015-01-01 20:43:49 +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
Mr. eXoDia 6b0badf3aa DBG+EXE: fixed some bugs 2014-11-02 02:13:35 +01:00
Mr. eXoDia 7a283696d3 DBG: updated debugger version 2014-10-25 12:43:55 +02:00
Mr. eXoDia ebbc42a451 doxygen template 2014-09-14 16:28:23 +02:00
Mr. eXoDia 7e7f051cab PROJECT: updated version 2014-08-09 16:49:05 +02:00
Mr. eXoDia 9b1867bb5b PROJECT: code formatting 2014-08-05 01:07:31 +02:00
Mr. eXoDia a8d9743fa8 PROJECT: AStyle 2014-08-02 20:50:03 +02:00
Mr. eXoDia f6c1cae989 GUI: fixed a bug with shortcut contexts
LAUNCHER: fixed a clean compile bug (removed bridge inclusion)
EXE: removed unused include
2014-08-01 23:27:00 +02:00
Mr. eXoDia e9249eab97 EXE: updated icon id to fix the icon in the GUI 2014-08-01 14:40:02 +02:00
Mr. eXoDia 88e8644859 EXE: updated resource to be compatible with Visual Studio + added some gitignores 2014-08-01 14:30:25 +02:00
Mr. eXoDia aa2d934780 DBG: updated version 2014-07-24 23:17:20 +02:00
Mr. eXoDia 3ddbde8956 EXE: updated version 2014-07-07 03:26:40 +02:00
mrexodia 37d1ae3c80 manifest.xml edited online with Bitbucket 2014-07-05 19:30:57 +00:00
Mr. eXoDia 4a8a44764e DBG: resolved issue #112 (SetThreadName) + fixed possible buffer overflows + fixed 'invalid database' when no db present + fixed file version 2014-06-23 22:44:14 +02:00
Mr. eXoDia 1149aafa05 PROJECT: updated version 2014-06-21 05:33:34 +02:00
Mr. eXoDia f3d7e70797 PROJECT: updated help template + removed CodeBlocks project files 2014-06-18 19:46:33 +02:00
Mr. eXoDia a339dd2d2f BRIDGE: added GuiScriptEnableHighlighting
DBG: removed debug printf
DBG: fixed manifest problems
2014-05-21 01:18:20 +02:00
Mr. eXoDia bf7c1fb8c3 DBG: fixed a few warnings
DBG: updated pattern finder
2014-05-21 00:20:31 +02:00
Mr. eXoDia 72b16cf089 PROJECT: added VERSIONINFO, resolved issue #106 2014-05-15 01:18:43 +02:00
mr.exodia 7f3376df08 PROJECT: added Guids for the visual studio projects 2014-02-22 22:19:57 +01:00
mr.exodia 549a08c6bd DBG: symbol enumeration
GUI: working symbol enumeration
2014-02-18 21:35:43 +01:00
mr.exodia a59d7cbc36 PROJECT: removed crash dumper
GUI: fixed a problem with freeing the breakpoint parameters
2014-02-18 20:03:16 +01:00
mr.exodia 2af781caa9 - fixed a bug when stopping the currently debugged file
- fixed a problem with  the output symbols
2014-02-16 22:33:04 +01:00
mr.exodia 2f39c779b8 PROJECT: added x64_dbg_crashdump project (generate crash dumps for analysis)
DBG: changed hiding method (to PEB only)
2014-02-05 17:47:37 +01:00
mr.exodia df9c1e9a21 PROJECT: updated clean.bat
PROJECT: updated MSVC projects
BRIDGE: use _gui_sendmessage
BRIDGE: small change of enum value
GUI: cleaned up the bridge (directly use Dbg* exports)
GUI: removed many exports
2013-12-06 15:10:44 +01:00
mr.exodia b12a05f627 DBG: updated TitanEngine
DBG: fixed terribly slow _dbg_memread export (became slow when you set more then two breakpoints)
DBG: fixed various bugs in breakpoint.cpp
DBG: added bpfixmemory to breakpoint.cpp (this restores the original breakpoint bytes)
DBG: re-enabled memory breakpoints
DBG: remove breakpoints outside of modules
DBG: fixed a bug in "bplist"
DBG: silent breakpoint
BRIDGE: renamed breakpoint types
2013-11-19 22:41:04 +01:00
mr.exodia 6c9de40fbc first commit 2013-11-14 21:55:18 +01:00