1
0
Fork 0
x64dbg/x64_dbg_dbg
Duncan Ogilvie 3fa6bfdba9 Merge pull request #398 from mrgreywater/vc14-compat
Fix inline string concatenation
2015-09-22 01:18:17 +02: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: Set invalid OEP only when not a dll (and some other fixes) 2015-07-15 21:29:13 -04: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: Use module exports in FunctionPass 2015-07-17 21:05:19 -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 more ReSharper warnings 2015-07-17 02:46:25 -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: Moving some functions to memory.cpp 2015-08-20 00:54:38 -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+GUI: some formatting... 2015-08-13 15:29:38 +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 Fix inline string concatenation 2015-09-21 14:14:20 +02:00
_global.h DBG: _WIN32_WINNT -> WinXP (0x501) 2015-07-17 02:27:01 -04: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: added software + hardware breakpoints to the scriptapi 2015-08-15 20:50:12 +02:00
_scriptapi_debug.h DBG: added software + hardware breakpoints to the scriptapi 2015-08-15 20:50:12 +02:00
_scriptapi_flag.cpp DBG: added support for flags in the scriptapi 2015-08-15 21:09:19 +02:00
_scriptapi_flag.h DBG: added support for flags in the scriptapi 2015-08-15 21:09:19 +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: fixed some common parameters in MemAllocRemote 2015-07-12 20:07:18 +02: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: extended script api with module and section enumeration functions 2015-07-23 19:26:18 +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+GUI: some formatting... 2015-08-13 15:29:38 +02:00
_scriptapi_module.h DBG: fixed a bug in the module enumeration function + better readable ListInfo (now you can use ListOf(ModuleInfo) instead of ListInfo*) 2015-08-02 19:06:51 +02:00
_scriptapi_pattern.cpp DBG: removed more redundant parameters 2015-07-12 20:28:10 +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: fixed a bug in the Script::Stack 2015-08-14 17:17:07 +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+GUI: resolved issue #361 (notepad for global and debuggee) 2015-08-16 00:39:47 +02:00
addrinfo.h DBG: Use module exports in FunctionPass 2015-07-17 21:05:19 -04:00
analysis.cpp DBG: removed more redundant parameters 2015-07-12 20:28:10 +02:00
analysis.h DBG: changes in controlflowanalysis 2015-07-13 01:59:43 +02: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: Fix more ReSharper warnings 2015-07-17 02:46:25 -04:00
assemble.h DBG: slightly changed various command behaviors. 2014-07-07 03:11:11 +02:00
bookmark.cpp DBG: More redundant string terminations (cleared by above memset()) 2015-07-13 22:13:17 -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 DBG: Fix more ReSharper warnings 2015-07-17 02:46:25 -04:00
capstone_wrapper.cpp Fix inline string concatenation 2015-09-21 14:14:20 +02:00
capstone_wrapper.h DBG: updated the capstone wrapper for const-correctness 2015-07-31 19:47:35 +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 DBG: More redundant string terminations (cleared by above memset()) 2015-07-13 22:13:17 -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 DBG: fixed some stuff in controlflowanalysis 2015-08-16 00:36:55 +02:00
controlflowanalysis.h DBG: fixed some stuff in controlflowanalysis 2015-08-16 00:36:55 +02:00
dbghelp_safe.cpp DBG: fixed with symbols 2015-07-13 06:10:50 +02:00
dbghelp_safe.h DBG: fixed with symbols 2015-07-13 06:10:50 +02:00
debugger.cpp Fix inline string concatenation 2015-09-21 14:14:20 +02:00
debugger.h DBG: Moving some functions to memory.cpp 2015-08-20 00:54:38 -04:00
debugger_commands.cpp Fix inline string concatenation 2015-09-21 14:14:20 +02:00
debugger_commands.h DBG: more fixes with race conditions 2015-06-16 02:42:47 +02:00
disasm_fast.cpp DBG: removed more redundant parameters 2015-07-12 20:28:10 +02:00
disasm_fast.h DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
disasm_helper.cpp Fix inline string concatenation 2015-09-21 14:14:20 +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
dynamicptr.h DBG: Fix more ReSharper warnings 2015-07-17 02:46:25 -04: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: Add new Win10 exception code (#374 related) 2015-08-20 00:11:12 -04:00
exception.h Revert "Merged in Nukem9/x64_dbg/master (pull request #45)" 2015-04-02 16:57:45 +02:00
exceptiondirectoryanalysis.cpp DBG: fix? 2015-07-13 04:15:30 +02:00
exceptiondirectoryanalysis.h DBG: more fixes in analysis + added ExceptionDirectoryAnalysis class 2015-07-13 03:51:54 +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
filehelper.cpp DBG: renamed filereader to filehelper 2015-08-16 00:38:14 +02:00
filehelper.h DBG: renamed filereader to filehelper 2015-08-16 00:38:14 +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
handle.h DBG: Win32 HANDLE -> Handle class 2015-07-16 23:48:28 -04:00
instruction.cpp Fix inline string concatenation 2015-09-21 14:14:20 +02:00
instruction.h DBG: added 'push' and 'pop' commands 2015-08-14 17:21:22 +02:00
label.cpp DBG: More redundant string terminations (cleared by above memset()) 2015-07-13 22:13:17 -04:00
label.h Finish labels refactor 2015-03-30 16:33:19 -04:00
linearanalysis.cpp DBG: more fixes in analysis + added ExceptionDirectoryAnalysis class 2015-07-13 03:51:54 +02:00
linearanalysis.h DBG: more fixes in analysis + added ExceptionDirectoryAnalysis class 2015-07-13 03:51:54 +02:00
log.cpp Remove unused log.cpp/log.h 2015-04-02 13:54:28 -04:00
loop.cpp DBG: More redundant string terminations (cleared by above memset()) 2015-07-13 22:13:17 -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 Fix zero termination 2015-09-21 14:16:08 +02:00
memory.h DBG: Moving some functions to memory.cpp 2015-08-20 00:54:38 -04:00
module.cpp DBG+GUI: some formatting... 2015-08-13 15:29:38 +02:00
module.h DBG: extended script api with module and section enumeration functions 2015-07-23 19:26:18 +02:00
msgqueue.cpp DBG: YieldProcessor() in MsgWait for single core machines 2015-07-15 17:44:30 -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: Minor code changes 2015-07-17 21:05:35 -04:00
patches.h Refactor patches.cpp/.h 2015-03-29 18:48:08 -04:00
patternfind.cpp DBG: Fix more ReSharper warnings 2015-07-17 02:46:25 -04:00
patternfind.h DBG: fixed a bug with pattern finding 2015-07-11 01:12:40 +02:00
plugin_loader.cpp DBG: refactor plugin_loader.cpp 2015-07-14 09:20:38 +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: removed more redundant parameters 2015-07-12 20:28:10 +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: Fix more ReSharper warnings 2015-07-17 02:46:25 -04:00
simplescript.h BRIDGE: added DbgScriptGetBranchInfo 2014-04-26 20:44:19 +02:00
stackinfo.cpp Fix inline string concatenation 2015-09-21 14:14:20 +02:00
stackinfo.h BRIDGE+DBG: added callstack functions + speedup of stackcommentget 2014-07-24 21:04:46 +02:00
stringformat.cpp Fix inline string concatenation 2015-09-21 14:14:20 +02:00
stringformat.h DBG: resolved issue #241 (log command with formatting) 2015-04-04 19:21:38 +02:00
stringutils.cpp DBG: Fix more ReSharper warnings 2015-07-17 02:46:25 -04:00
stringutils.h DBG: nice sprintf helper functions for String 2015-06-07 01:01:57 +02:00
symbolinfo.cpp Fix inline string concatenation 2015-09-21 14:14:20 +02:00
symbolinfo.h Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg 2015-04-04 19:20:13 -04:00
thread.cpp DBG: Minor code changes 2015-07-17 21:05:35 -04:00
thread.h DBG: Update RemotePtr/Use RemotePtr in ThreadGetLastErrorTEB 2015-07-16 02:11:28 -04:00
threading.cpp DBG: Clarify some comments in threading 2015-07-14 20:35:01 -04:00
threading.h DBG: Minor code changes 2015-07-17 21:05:35 -04:00
undocumented.h pull request fixed v1 2014-09-08 04:45:46 +02:00
value.cpp Fix inline string concatenation 2015-09-21 14:14:20 +02:00
value.h DBG: added support for flags in the scriptapi 2015-08-15 21:09:19 +02:00
variable.cpp DBG: vector::clear() is redundant right before destructor 2015-07-14 21:10:00 -04:00
variable.h Small changes with variable module 2015-04-05 00:01:56 -04:00
x64_dbg.cpp DBG+GUI: resolved issue #361 (notepad for global and debuggee) 2015-08-16 00:39:47 +02:00
x64_dbg.h DBG: fixed some more stuff (event filters are not not executed when the debugger is already closed) 2015-07-14 02:27:35 +02:00
x64_dbg_dbg.vcxproj DBG+GUI: resolved issue #361 (notepad for global and debuggee) 2015-08-16 00:39:47 +02:00
x64_dbg_dbg.vcxproj.filters DBG+GUI: resolved issue #361 (notepad for global and debuggee) 2015-08-16 00:39:47 +02:00
x64_dbg_dbg.vcxproj.user full rename from "x64_dbg" to "x64dbg" (including output filenames) 2015-04-13 02:37:48 +02:00