1
0
Fork 0
x64dbg/x64_dbg_dbg
Nukem 4f1ba7b041 DBG: Fix uninitialized variable in varfree() call 2015-07-12 00:20:31 -04:00
..
DeviceNameResolver formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
TitanEngine DBG+GUI: updated register context structures (for plugin mingw compatibility) 2014-12-30 03:57:58 +01:00
XEDParse some fixes in libs struct 2014-11-02 02:10:58 +01:00
capstone DBG: added capstone MinGW libs 2015-04-25 19:14:09 +02:00
dbghelp PROJECT: code formatting 2014-08-05 01:07:31 +02:00
jansson DBG: updated jansson + resolved issue #279 (database fixed) 2015-04-17 00:16:24 +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
yara DBG: Don't conflict with windows headers in Yara (ugly fix) 2015-06-30 22:18:27 -04:00
AnalysisPass.cpp DBG: changed memory functions back to uint because the pointers are not valid in the debugger process anyway 2015-07-12 00:08:41 +02:00
AnalysisPass.h DBG: Remove unused locks from AnalysisPass 2015-07-10 18:58:18 -04:00
BasicBlock.h DBG: BBlock flag reorganization 2015-07-09 22:24:13 -04:00
CodeFollowPass.cpp DBG: Virtual inheritance consistency 2015-06-30 01:08:16 -04:00
CodeFollowPass.h DBG: Virtual inheritance consistency 2015-06-30 01:08:16 -04:00
FunctionPass.cpp DBG: Remove redundant null terminator assignment 2015-07-11 22:35:39 -04:00
FunctionPass.h Merge remote-tracking branch 'nukem/master' 2015-07-11 23:52:12 +02:00
Int3CoagulatorPass.cpp DBG: .count() -> .find() 2015-07-11 22:33:04 -04:00
Int3CoagulatorPass.h DBG: Small fixes from merge 2015-07-09 21:09:52 -04:00
LinearPass.cpp DBG: Fix some signed/unsigned warnings 2015-07-11 18:23:47 -04:00
LinearPass.h DBG: BasicBlock: Switch flags from INT3 to PADDING in terms of instructions 2015-07-09 21:16:23 -04:00
_dbgfunctions.cpp DBG: Further refactoring in memory.cpp functions 2015-07-11 22:45:32 -04:00
_dbgfunctions.h DBG: decent valfromstring function exported (should make the Goto dialog and calculator much faster) 2015-06-06 20:28:03 +02:00
_exports.cpp DBG: changed memory functions back to uint because the pointers are not valid in the debugger process anyway 2015-07-12 00:08:41 +02:00
_exports.h DBG: documented value.cpp (also fixed various small things in the code) 2014-12-26 12:17:20 +01:00
_global.cpp DBG: fixed ambiguous stuff in dynamicmem.h (automatic type conversion using templates is not a good idea...) 2015-07-12 00:36:21 +02:00
_global.h DBG: removed the 'and' and 'or' defines 2015-07-11 03:30:44 +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: added experimental scripting engine (for custom script language integration, tested with AngelScript) 2015-06-21 02:53:26 +02:00
_plugins.h DBG: added experimental scripting engine (for custom script language integration, tested with AngelScript) 2015-06-21 02:53:26 +02:00
_scriptapi.h DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_assembler.cpp DBG: assembler script api 2015-07-07 15:54:16 +02:00
_scriptapi_assembler.h DBG: assembler script api 2015-07-07 15:54:16 +02:00
_scriptapi_debug.cpp DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_debug.h DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_gui.cpp DBG: script API now supports Gui::[Add/Show/Close]QWidgetTab 2015-07-07 17:23:16 +02:00
_scriptapi_gui.h DBG: script API now supports Gui::[Add/Show/Close]QWidgetTab 2015-07-07 17:23:16 +02:00
_scriptapi_memory.cpp DBG: Further refactoring in memory.cpp functions 2015-07-11 22:45:32 -04:00
_scriptapi_memory.h DBG: added Script::Misc + various stuffs in Script::Memory 2015-07-07 16:29:07 +02:00
_scriptapi_misc.cpp DBG: added Misc::Alloc and Misc::Free to the script api 2015-07-07 17:32:04 +02:00
_scriptapi_misc.h DBG: added Misc::Alloc and Misc::Free to the script api 2015-07-07 17:32:04 +02:00
_scriptapi_module.cpp DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_module.h DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
_scriptapi_pattern.cpp DBG: changed memory functions back to uint because the pointers are not valid in the debugger process anyway 2015-07-12 00:08:41 +02:00
_scriptapi_pattern.h DBG: export pattern functions 2015-07-03 00:25:33 +02:00
_scriptapi_register.cpp DBG+GUI: fixed various bugs found by coverity 2015-07-11 05:18:06 +02:00
_scriptapi_register.h DBG: added Script::Stack (you also need to recompile Script::Register to use it correctly) + added Script::Gui::Refresh() 2015-07-07 16:51:08 +02:00
_scriptapi_stack.cpp DBG: added Script::Stack (you also need to recompile Script::Register to use it correctly) + added Script::Gui::Refresh() 2015-07-07 16:51:08 +02:00
_scriptapi_stack.h DBG: added Script::Stack (you also need to recompile Script::Register to use it correctly) + added Script::Gui::Refresh() 2015-07-07 16:51:08 +02:00
addrinfo.cpp DBG: fixed ambiguous stuff in dynamicmem.h (automatic type conversion using templates is not a good idea...) 2015-07-12 00:36:21 +02:00
addrinfo.h DBG: fixed minor things (Nukem's code didn't trigger anythign in Coverity, yay!) 2015-04-06 00:16:45 +02:00
analysis.cpp DBG: changed memory functions back to uint because the pointers are not valid in the debugger process anyway 2015-07-12 00:08:41 +02:00
analysis.h DBG: Re-add fixed analysis.cpp files 2015-07-11 16:21:40 -04:00
analysis_nukem.cpp DBG: Separate my analysis into analysis_nukem.cpp (along with command) 2015-07-11 16:41:00 -04:00
analysis_nukem.h DBG: Separate my analysis into analysis_nukem.cpp (along with command) 2015-07-11 16:41:00 -04:00
assemble.cpp DBG: changed memory functions back to uint because the pointers are not valid in the debugger process anyway 2015-07-12 00:08:41 +02:00
assemble.h DBG: slightly changed various command behaviors. 2014-07-07 03:11:11 +02:00
bookmark.cpp DBG: Further refactoring in memory.cpp functions 2015-07-11 22:45:32 -04:00
bookmark.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
breakpoint.cpp Merge remote-tracking branch 'nukem/master' 2015-07-11 23:52:12 +02:00
breakpoint.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
capstone_wrapper.cpp DBG: Clean up various includes (ReSharper) 2015-07-10 01:12:16 -04:00
capstone_wrapper.h DBG: added Capstone::IsLoop and fixed Capstone::IsFilling 2015-07-07 15:13:29 +02:00
command.cpp Merge remote-tracking branch 'nukem/master' 2015-07-11 23:52:12 +02:00
command.h PROJECT: code formatting 2014-08-05 01:07:31 +02:00
commandparser.cpp DBG: small refactoring + removed some unused variables 2015-07-11 03:09:21 +02:00
commandparser.h DBG: removed old and crappy command parser and replaced it with a nice one (hopefully didn't make any bug on the way) 2015-04-04 23:25:38 +02:00
comment.cpp Merge branch 'master' of https://github.com/x64dbg/x64dbg 2015-07-11 16:04:05 -04:00
comment.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
console.cpp Stylize code 2015-04-04 21:49:09 -04:00
console.h dprintf_args function to avoid code duplication 2015-04-02 13:55:28 -04:00
controlflowanalysis.cpp Merge branch 'master' of https://github.com/x64dbg/x64dbg 2015-07-11 16:04:05 -04:00
controlflowanalysis.h DBG: analysis interface + fixed small bugs in control flow analysis 2015-07-07 15:32:10 +02:00
dbghelp_safe.cpp Stylize code 2015-04-04 21:49:09 -04:00
dbghelp_safe.h Stylize code 2015-04-04 21:49:09 -04:00
debugger.cpp DBG: Further refactoring in memory.cpp functions 2015-07-11 22:45:32 -04:00
debugger.h DBG: small fixes in preparation of a better script api 2015-06-29 00:43:50 +02:00
debugger_commands.cpp DBG: Further refactoring in memory.cpp functions 2015-07-11 22:45:32 -04:00
debugger_commands.h DBG: more fixes with race conditions 2015-06-16 02:42:47 +02:00
disasm_fast.cpp DBG: changed memory functions back to uint because the pointers are not valid in the debugger process anyway 2015-07-12 00:08:41 +02:00
disasm_fast.h DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
disasm_helper.cpp DBG: fixed ambiguous stuff in dynamicmem.h (automatic type conversion using templates is not a good idea...) 2015-07-12 00:36:21 +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 ambiguous stuff in dynamicmem.h (automatic type conversion using templates is not a good idea...) 2015-07-12 00:36:21 +02:00
error.cpp DBG: .count() -> .find() 2015-07-11 22:33:04 -04:00
error.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
exception.cpp DBG: .count() -> .find() 2015-07-11 22:33:04 -04:00
exception.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
expressionparser.cpp DBG: fixed a nice heap overflow 2015-07-11 23:17:20 +02:00
expressionparser.h DBG: fixed a nice heap overflow 2015-07-11 23:17:20 +02:00
filereader.cpp DBG: fixed ambiguous stuff in dynamicmem.h (automatic type conversion using templates is not a good idea...) 2015-07-12 00:36:21 +02:00
filereader.h DBG: fixed bugs with deleting all breakpoints and also fixed a crash/hash with Yara rules matching (thanks to sstrato for reporting) 2015-05-05 01:01:28 +02:00
function.cpp DBG: Further refactoring in memory.cpp functions 2015-07-11 22:45:32 -04:00
function.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
functionanalysis.cpp DBG: Restore functionanalysis.cpp to the main repo's 2015-07-11 16:26:06 -04:00
functionanalysis.h DBG: analysis interface + fixed small bugs in control flow analysis 2015-07-07 15:32:10 +02:00
handle.h DBG: fully fixed the database problems (issue #279) + fixed a bug with the modules not being cleared on process exit 2015-04-17 01:16:38 +02:00
instruction.cpp DBG: Further refactoring in memory.cpp functions 2015-07-11 22:45:32 -04:00
instruction.h DBG: Separate my analysis into analysis_nukem.cpp (along with command) 2015-07-11 16:41:00 -04:00
label.cpp Merge branch 'master' of https://github.com/x64dbg/x64dbg 2015-07-11 16:04:05 -04:00
label.h Finish labels refactor 2015-03-30 16:33:19 -04:00
log.cpp Remove unused log.cpp/log.h 2015-04-02 13:54:28 -04:00
loop.cpp DBG: Clean up various includes (ReSharper) 2015-07-10 01:12:16 -04:00
loop.h Partial refactor of loop.cpp/loop.h 2015-04-04 21:20:44 -04:00
main.cpp DBG: removed all auto-generated documentation 2014-12-25 11:18:28 +01:00
memory.cpp DBG: Further refactoring in memory.cpp functions 2015-07-11 22:45:32 -04:00
memory.h DBG: Further refactoring in memory.cpp functions 2015-07-11 22:45:32 -04:00
module.cpp DBG: small refactoring + removed some unused variables 2015-07-11 03:09:21 +02:00
module.h DBG: small fixes in preparation of a better script api 2015-06-29 00:43:50 +02:00
msgqueue.cpp DBG: Clean up various includes (ReSharper) 2015-07-10 01:12:16 -04:00
msgqueue.h DBG+GUI: hopefully fixed issue #308 and issue #303 2015-06-16 02:00:19 +02:00
murmurhash.cpp format spaces 2015-04-06 03:39:13 +02:00
murmurhash.h PROJECT: code formatting 2014-08-05 01:07:31 +02:00
patches.cpp DBG: changed memory functions back to uint because the pointers are not valid in the debugger process anyway 2015-07-12 00:08:41 +02:00
patches.h Refactor patches.cpp/.h 2015-03-29 18:48:08 -04:00
patternfind.cpp DBG: fixed a bug with pattern finding 2015-07-11 01:12:40 +02:00
patternfind.h DBG: fixed a bug with pattern finding 2015-07-11 01:12:40 +02:00
plugin_loader.cpp DBG: fixed threading issues in the plugin loader (this should fix a crash on exit) 2015-07-11 23:29:18 +02:00
plugin_loader.h DBG: added experimental scripting engine (for custom script language integration, tested with AngelScript) 2015-06-21 02:53:26 +02:00
reference.cpp DBG: fixed ambiguous stuff in dynamicmem.h (automatic type conversion using templates is not a good idea...) 2015-07-12 00:36:21 +02:00
reference.h DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
script_commands.txt DBG: added various script branch types 2014-02-10 21:32:17 +01:00
simplescript.cpp DBG: fixed ambiguous stuff in dynamicmem.h (automatic type conversion using templates is not a good idea...) 2015-07-12 00:36:21 +02:00
simplescript.h BRIDGE: added DbgScriptGetBranchInfo 2014-04-26 20:44:19 +02:00
stackinfo.cpp DBG: changed memory functions back to uint because the pointers are not valid in the debugger process anyway 2015-07-12 00:08:41 +02:00
stackinfo.h BRIDGE+DBG: added callstack functions + speedup of stackcommentget 2014-07-24 21:04:46 +02:00
stringformat.cpp Merge branch 'master' of https://github.com/x64dbg/x64dbg 2015-07-11 16:04:05 -04:00
stringformat.h DBG: resolved issue #241 (log command with formatting) 2015-04-04 19:21:38 +02:00
stringutils.cpp DBG: Clean up various includes (ReSharper) 2015-07-10 01:12:16 -04:00
stringutils.h DBG: nice sprintf helper functions for String 2015-06-07 01:01:57 +02:00
symbolinfo.cpp DBG: Clean up various includes (ReSharper) 2015-07-10 01:12:16 -04:00
symbolinfo.h Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg 2015-04-04 19:20:13 -04:00
thread.cpp DBG: Fix a bug in ThreadGetList (totally wasn't my fault) 2015-07-11 22:55:57 -04:00
thread.h Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg 2015-04-04 19:20:13 -04:00
threading.cpp DBG: event objects for waiting (should give a slight speedup with stepping etc.) 2015-06-29 01:47:59 +02:00
threading.h DBG: fixed threading issues in the plugin loader (this should fix a crash on exit) 2015-07-11 23:29:18 +02:00
undocumented.h pull request fixed v1 2014-09-08 04:45:46 +02:00
value.cpp DBG: fixed ambiguous stuff in dynamicmem.h (automatic type conversion using templates is not a good idea...) 2015-07-12 00:36:21 +02:00
value.h DBG: initial script api work (can now do simple debugging scripts with AngelScript) 2015-06-22 03:09:18 +02:00
variable.cpp DBG: Fix uninitialized variable in varfree() call 2015-07-12 00:20:31 -04:00
variable.h Small changes with variable module 2015-04-05 00:01:56 -04:00
x64_dbg.cpp Merge remote-tracking branch 'nukem/master' 2015-07-11 23:52:12 +02:00
x64_dbg.h BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP 2013-11-24 17:27:18 +01:00
x64_dbg_dbg.vcxproj DBG: Separate my analysis into analysis_nukem.cpp (along with command) 2015-07-11 16:41:00 -04:00
x64_dbg_dbg.vcxproj.filters DBG: Separate my analysis into analysis_nukem.cpp (along with command) 2015-07-11 16:41:00 -04:00
x64_dbg_dbg.vcxproj.user full rename from "x64_dbg" to "x64dbg" (including output filenames) 2015-04-13 02:37:48 +02:00