1
0
Fork 0
Commit Graph

20 Commits

Author SHA1 Message Date
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
Nukem efaee6ffdd Add debug profile to visual studio project 2015-03-27 18:46:41 -04:00
Mr. eXoDia fc47caf0e0 Merge branch 'master' into doxygen
Conflicts:
	x64_dbg_dbg/_dbgfunctions.cpp
	x64_dbg_dbg/addrinfo.cpp
	x64_dbg_dbg/debugger_commands.cpp
	x64_dbg_dbg/value.cpp
	x64_dbg_launcher/x64_dbg_launcher.cpp
2014-12-19 13:49:36 +01:00
Mr. eXoDia 208e216a35 LAUNCHER: resolve .lnk shortcuts 2014-12-12 16:56:01 +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 3394b99aa7 DBG+GUI+BRIDGE+LAUNCHER: fixed various bugs (thanks to Coverity!) 2014-11-10 12:44:42 +01: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
Mr. eXoDia 9c35801d8e LAUNCHER: full unicode launcher
DBG: unicode commandline
2014-09-21 11:29:53 +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 ebbc42a451 doxygen template 2014-09-14 16:28:23 +02:00
Mr. eXoDia c79bc82292 DBG: added some comments on where to update the string handling to UTF-8 2014-09-07 19:04:57 +02:00
Mr. eXoDia ae99cf0c25 LAUNCHER: resolved issue #162 (problems with compatibility mode) + better launcher code. 2014-08-15 21:42:21 +02:00
Mr. eXoDia 9b1867bb5b PROJECT: code formatting 2014-08-05 01:07:31 +02:00
Mr. eXoDia 20d83b2ea7 LAUNCHER: fixed a crash (discovered by Dreg) + moved back the BrowseFileOpen functions 2014-08-02 17:36:28 +02:00
Mr. eXoDia 485c0a48e3 LAUNCHER: automatic detection of x64_dbg paths + browse for file only on first attempt of opening x64_dbg. 2014-08-02 17:14:35 +02:00
Mr. eXoDia 31e82f73dd LAUNCHER: fixed a crash in BrowseFileOpen 2014-08-02 16:25:44 +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 d269db3a91 LAUNCHER: register shell extension 2014-08-01 04:41:46 +02:00
Mr. eXoDia 5b6f71efba LAUNCHER: you can now use launcher.exe as a shell extension to load files in x64_dbg (or x32_dbg).
BRIDGE: fixed something
2014-08-01 03:49:28 +02:00
Mr. eXoDia 2786fa1022 PROJECT: added dummy launcher + updated release script 2014-08-01 00:56:39 +02:00