1
0
Fork 0
x64dbg/x64_dbg_dbg
Mr. eXoDia 958ae10886 DBG: fixed a bug with breakpoints
GUI: fixed a bug with the string instructions (thanks Nukem for reporting!)
2014-06-21 00:36:16 +02:00
..
BeaEngine BRIDGE: compatibility with MSVC compiler 2013-12-21 14:49:44 +01:00
DeviceNameResolver formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
TitanEngine DBG: updated TitanEngine 2014-05-13 21:35:17 +02:00
XEDParse DBG: added assembleat function 2014-02-22 16:14:36 +01:00
dbghelp first commit 2013-11-14 21:55:18 +01:00
jansson DBG: updated jansson headers 2014-06-19 00:44:24 +02:00
lz4 DBG: database performance (100 000 comments+labels+bookmarks+functions = 900ms) + added database compression 2014-06-20 22:01:10 +02:00
test formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
_exports.cpp DBG: added various API functions 2014-06-20 22:55:11 +02:00
_exports.h - updated TitanEngine 2014-03-15 17:01:35 +01:00
_global.cpp DBG: some fixes in addrinfo 2014-06-20 00:09:09 +02:00
_global.h DBG: added jansson (JSON) library + kill the command thread to prevent crashes on exit + memory leak detector (allow the user to send 'alloctrace.txt' 2014-06-18 21:11:54 +02:00
_plugin_types.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
_plugins.cpp DBG: added section names to the memory map 2014-05-09 13:43:12 +02:00
_plugins.h DBG: downgraded plugin SDK version again (1 byte alignment not needed), now FORCE default alignment 2014-05-10 15:10:02 +02:00
addrinfo.cpp DBG: fixed a bug with breakpoints 2014-06-21 00:36:16 +02:00
addrinfo.h DBG: added various API functions 2014-06-20 22:55:11 +02:00
argument.cpp DBG: fixed various small bugs 2014-01-12 15:02:14 +01:00
argument.h first commit 2013-11-14 21:55:18 +01:00
assemble.cpp DBG: started massive performance improvement (cache the database in std::map and std::vector) this will impove the disassembly scrolling performance very very much. 2014-06-15 04:07:55 +02:00
assemble.h DBG: added assembleat function 2014-02-22 16:14:36 +01:00
breakpoint.cpp DBG: fixed a bug with breakpoints 2014-06-21 00:36:16 +02:00
breakpoint.h DBG: fixed a bug with breakpoints 2014-06-21 00:36:16 +02:00
command.cpp DBG: fixed a bug with the '=' sign (non-existent variables were seen as invalid) 2014-05-09 21:51:56 +02:00
command.h PROJECT: updated help (plugin functions documented now) 2014-03-24 21:39:43 +01:00
console.cpp BRIDGE: removed CPU title API 2014-03-20 00:55:40 +01:00
console.h first commit 2013-11-14 21:55:18 +01:00
data.h first commit 2013-11-14 21:55:18 +01:00
debugger.cpp DBG: database performance (100 000 comments+labels+bookmarks+functions = 900ms) + added database compression 2014-06-20 22:01:10 +02:00
debugger.h DBG: resolved issue #116 (bpdll command) 2014-05-26 16:40:17 +02:00
disasm_fast.cpp formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
disasm_fast.h formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
disasm_helper.cpp DBG: fixed a few warnings 2014-05-21 00:20:31 +02:00
disasm_helper.h DBG: fixed a bug in fillbasicinfo 2014-04-04 18:45:20 +02:00
instruction.cpp DBG: comment database working again (using JSON) 2014-06-19 00:44:43 +02:00
instruction.h DBG: added pattern finder 2014-04-24 00:49:27 +02:00
main.cpp first commit 2013-11-14 21:55:18 +01:00
math.cpp BRIDGE: removed infoline stuff 2014-03-30 22:12:09 +02:00
math.h PROJECT: updated BeaEngine (r8L -> r8b) 2014-02-22 15:34:34 +01:00
memory.cpp DBG: fixed a few warnings 2014-05-21 00:20:31 +02:00
memory.h DBG: added pattern finder 2014-04-24 00:49:27 +02:00
msgqueue.cpp DBG: add plugin menu api 2014-04-22 19:25:37 +02:00
msgqueue.h DBG: fixed all memory leaks (from emalloc&efree) 2013-11-17 13:10:29 +01:00
murmurhash.cpp DBG: added murmurhash (really fast hashing) 2014-06-20 00:32:54 +02:00
murmurhash.h DBG: added murmurhash (really fast hashing) 2014-06-20 00:32:54 +02:00
plugin_loader.cpp BRIDGE: added GuiScriptEnableHighlighting 2014-05-21 01:18:20 +02:00
plugin_loader.h DBG: finished plugin menu API (tested&working) 2014-04-22 21:24:26 +02:00
reference.cpp formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
reference.h formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
script_commands.txt DBG: added various script branch types 2014-02-10 21:32:17 +01:00
simplescript.cpp DBG: fixed a potential bug with running a script and then exiting x64_dbg 2014-06-18 21:23:52 +02:00
simplescript.h BRIDGE: added DbgScriptGetBranchInfo 2014-04-26 20:44:19 +02:00
stackinfo.cpp DBG: strings in the stack 2014-05-04 17:33:23 +02:00
stackinfo.h GUI: added stack 2014-03-02 20:59:58 +01:00
symbolinfo.cpp DBG: fixed a few warnings 2014-05-21 00:20:31 +02:00
symbolinfo.h DBG: added function symgetsymbolicname 2014-03-10 21:49:08 +01:00
thread.cpp DBG: fixed a few warnings 2014-05-21 00:20:31 +02:00
thread.h DBG: fixed a bug in cbInstrMov (non-uint variables were not set) 2014-03-26 23:42:11 +01:00
threading.cpp - resolved issue #34 (no more random crashes) 2014-02-16 22:06:59 +01:00
threading.h - resolved issue #34 (no more random crashes) 2014-02-16 22:06:59 +01:00
undocumented.h formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
value.cpp DBG: better minus sign handling 2014-06-20 17:45:21 +02:00
value.h PROJECT: updated BeaEngine (r8L -> r8b) 2014-02-22 15:34:34 +01:00
variable.cpp DBG: added DeviceNameResolver (this hopefully fixes some 'error starting process (invalid pe?)' errors) 2014-04-16 23:52:41 +02:00
variable.h PROJECT: updated todo list 2014-03-26 23:52:38 +01:00
x64_dbg.cpp DBG: comment database working again (using JSON) 2014-06-19 00:44:43 +02:00
x64_dbg.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
x64_dbg_dbg.vcxproj DBG: database performance (100 000 comments+labels+bookmarks+functions = 900ms) + added database compression 2014-06-20 22:01:10 +02:00
x64_dbg_dbg.vcxproj.filters DBG: database performance (100 000 comments+labels+bookmarks+functions = 900ms) + added database compression 2014-06-20 22:01:10 +02:00
x64_dbg_dbg.vcxproj.user PROJECT: updated debugging command (ctrl+f5 now runs the main executable, easier for testing) 2014-05-09 02:04:55 +02:00