.. |
BeaEngine
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |
DeviceNameResolver
|
formatted the whole project (AStyle)
|
2014-06-10 15:56:42 +02:00 |
TitanEngine
|
last ymm support
|
2014-11-11 09:14:25 +01:00 |
UString
|
DBG+GUI+BRIDGE+LAUNCHER: fixed various bugs (thanks to Coverity!)
|
2014-11-10 12:44:42 +01:00 |
XEDParse
|
some fixes in libs struct
|
2014-11-02 02:10:58 +01:00 |
dbghelp
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |
jansson
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |
lz4
|
some fixes in libs struct
|
2014-11-02 02:10:58 +01:00 |
test
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |
_dbgfunctions.cpp
|
Merge branch 'master' into utf8_support
|
2014-09-14 16:35:44 +02:00 |
_dbgfunctions.h
|
DBG: more UTF-8 support (now you can attach to chinese processes without problems too)
|
2014-09-14 17:53:36 +02:00 |
_exports.cpp
|
last ymm support
|
2014-11-11 09:14:25 +01:00 |
_exports.h
|
- updated TitanEngine
|
2014-03-15 17:01:35 +01:00 |
_global.cpp
|
DBG: more unicode support (now x32_dbg doesn't import any *A() function)
|
2014-09-15 20:48:25 +02:00 |
_global.h
|
Merge branch 'master' into utf8_support
|
2014-09-13 00:29:47 +02:00 |
_plugin_types.h
|
DBG: added _dbgfunctions to the plugin api + updated dbgversion in bridge
|
2014-07-07 14:49:31 +02:00 |
_plugins.cpp
|
DBG+GUI: resolved issue #174 (don't draw black CIP when running)
|
2014-08-15 21:22:49 +02:00 |
_plugins.h
|
GUI+DBG+BRIDGE: added thread switching + fixed a bug in callstack + added CB_WINEVENT_GLOBAL plugin callback + auto-update memory map on allocation size change + added sleep script command
|
2014-07-28 01:57:42 +02:00 |
addrinfo.cpp
|
DBG: more UTF-8 support (now you can attach to chinese processes without problems too)
|
2014-09-14 17:53:36 +02:00 |
addrinfo.h
|
DBG: added modentryfromaddr function
|
2014-08-27 15:18:22 +02:00 |
argument.cpp
|
DBG: converted some functions to UTF-8 (now you can debug/comment a file with chinese characters in it)
|
2014-09-13 00:28:05 +02:00 |
argument.h
|
first commit
|
2013-11-14 21:55:18 +01:00 |
assemble.cpp
|
DBG: converted some functions to UTF-8 (now you can debug/comment a file with chinese characters in it)
|
2014-09-13 00:28:05 +02:00 |
assemble.h
|
DBG: slightly changed various command behaviors.
|
2014-07-07 03:11:11 +02:00 |
breakpoint.cpp
|
DBG: converted some functions to UTF-8 (now you can debug/comment a file with chinese characters in it)
|
2014-09-13 00:28:05 +02:00 |
breakpoint.h
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |
command.cpp
|
DBG: converted some functions to UTF-8 (now you can debug/comment a file with chinese characters in it)
|
2014-09-13 00:28:05 +02:00 |
command.h
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |
console.cpp
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |
console.h
|
first commit
|
2013-11-14 21:55:18 +01:00 |
debugger.cpp
|
DBG: fixed some bugs wirh printing the debug string + thread name + fixed SetThreadName
|
2014-11-09 00:44:25 +01:00 |
debugger.h
|
DBG: fixed some bugs wirh printing the debug string + thread name + fixed SetThreadName
|
2014-11-09 00:44:25 +01:00 |
debugger_commands.cpp
|
DBG: fixed some bugs wirh printing the debug string + thread name + fixed SetThreadName
|
2014-11-09 00:44:25 +01:00 |
debugger_commands.h
|
little fix function name
|
2014-09-08 04:49:34 +02:00 |
disasm_fast.cpp
|
GUI: very basic implementation of CPUInfoBox (resolved issue #64)
|
2014-08-05 09:01:50 +02:00 |
disasm_fast.h
|
DBG: updated disasm_fast
|
2014-06-24 04:46:54 +02:00 |
disasm_helper.cpp
|
DBG: more unicode support (now x32_dbg doesn't import any *A() function)
|
2014-09-15 20:48:25 +02:00 |
disasm_helper.h
|
DBG: fixed many warnings on x64 (size_t conversions)
|
2014-07-07 17:13:57 +02:00 |
dynamicmem.h
|
DBG: fixed some bugs wirh printing the debug string + thread name + fixed SetThreadName
|
2014-11-09 00:44:25 +01:00 |
handle.h
|
DBG: automatically stop debugging when trying to attach/initialize while still in a session + added Handle class + added DbgFunctions()->GetProcessList
|
2014-08-05 04:28:48 +02:00 |
instruction.cpp
|
DBG: more unicode support (now x32_dbg doesn't import any *A() function)
|
2014-09-15 20:48:25 +02:00 |
instruction.h
|
DBG: implemented findasm instruction
|
2014-08-09 15:18:03 +02:00 |
log.cpp
|
DBG: flexible message logging (like Qt's QDebug has)
|
2014-09-16 19:31:50 +02:00 |
log.h
|
DBG: cleanup
|
2014-10-08 15:48:36 +02:00 |
main.cpp
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |
math.cpp
|
DBG: some fixes in valfromstring (mathfromstring did not handle operations with spaces in them correctly)
|
2014-11-09 22:52:17 +01:00 |
math.h
|
PROJECT: updated BeaEngine (r8L -> r8b)
|
2014-02-22 15:34:34 +01:00 |
memory.cpp
|
DBG: small performance improvements with reading settings
|
2014-09-30 12:31:11 +02:00 |
memory.h
|
DBG: small performance improvements with reading settings
|
2014-09-30 12:31:11 +02:00 |
msgqueue.cpp
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |
msgqueue.h
|
DBG: fixed all memory leaks (from emalloc&efree)
|
2013-11-17 13:10:29 +01:00 |
murmurhash.cpp
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |
murmurhash.h
|
PROJECT: code formatting
|
2014-08-05 01:07:31 +02:00 |
patches.cpp
|
DBG: more unicode support (now x32_dbg doesn't import any *A() function)
|
2014-09-15 20:48:25 +02:00 |
patches.h
|
PROJECT: some formatting
|
2014-07-25 22:57:11 +02:00 |
plugin_loader.cpp
|
DBG: more unicode support (now x32_dbg doesn't import any *A() function)
|
2014-09-15 20:48:25 +02:00 |
plugin_loader.h
|
GUI+DBG+BRIDGE: added thread switching + fixed a bug in callstack + added CB_WINEVENT_GLOBAL plugin callback + auto-update memory map on allocation size change + added sleep script command
|
2014-07-28 01:57:42 +02:00 |
reference.cpp
|
DBG: dynamicmem now working (crashes before)
|
2014-08-06 22:48:05 +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: more unicode support (now x32_dbg doesn't import any *A() function)
|
2014-09-15 20:48:25 +02:00 |
simplescript.h
|
BRIDGE: added DbgScriptGetBranchInfo
|
2014-04-26 20:44:19 +02:00 |
stackinfo.cpp
|
DBG: implemented findasm instruction
|
2014-08-09 15:18:03 +02:00 |
stackinfo.h
|
BRIDGE+DBG: added callstack functions + speedup of stackcommentget
|
2014-07-24 21:04:46 +02:00 |
symbolinfo.cpp
|
DBG: fixed some possible buffer overflows in dbghelp + fixed condition to copy the original name in the label buffer
|
2014-11-08 20:44:22 +01:00 |
symbolinfo.h
|
DBG: new command: "symdownload"
|
2014-08-02 03:58:13 +02:00 |
thread.cpp
|
DBG: fixed all kinds of small coding bugs (thanks to Coverity)
|
2014-08-31 23:21:31 +02:00 |
thread.h
|
GUI+DBG+BRIDGE: added thread switching + fixed a bug in callstack + added CB_WINEVENT_GLOBAL plugin callback + auto-update memory map on allocation size change + added sleep script command
|
2014-07-28 01:57:42 +02:00 |
threading.cpp
|
DBG: better threading
|
2014-09-06 21:18:50 +02:00 |
threading.h
|
DBG: added some comments on where to update the string handling to UTF-8
|
2014-09-07 19:04:57 +02:00 |
undocumented.h
|
pull request fixed v1
|
2014-09-08 04:45:46 +02:00 |
value.cpp
|
DBG+GUI+BRIDGE+LAUNCHER: fixed various bugs (thanks to Coverity!)
|
2014-11-10 12:44:42 +01:00 |
value.h
|
DBG: some fixes in valfromstring (mathfromstring did not handle operations with spaces in them correctly)
|
2014-11-09 22:52:17 +01:00 |
variable.cpp
|
DBG: more unicode support (now x32_dbg doesn't import any *A() function)
|
2014-09-15 20:48:25 +02:00 |
variable.h
|
DBG: fixed variable aliases
|
2014-08-06 22:48:05 +02:00 |
x64_dbg.cpp
|
fix in memory leaks text
|
2014-10-25 12:12:51 +02:00 |
x64_dbg.h
|
BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP
|
2013-11-24 17:27:18 +01:00 |
x64_dbg_dbg.vcxproj
|
DBG: cleanup
|
2014-10-08 15:48:36 +02:00 |
x64_dbg_dbg.vcxproj.filters
|
DBG: cleanup
|
2014-10-08 15:48:36 +02:00 |
x64_dbg_dbg.vcxproj.user
|
x64_dbg_dbg.vcxproj.user edited online with Bitbucket
|
2014-09-03 06:20:41 +00:00 |