1
0
Fork 0
Commit Graph

625 Commits

Author SHA1 Message Date
Mr. eXoDia ed95654da7 DBG: fixed a bug in escaping strings 2015-05-07 20:11:17 +02:00
Mr. eXoDia 5f43712c75 DBG: hopefully fixed some lag with capstone (now using a global variable for the architecture information) 2015-05-05 01:44:24 +02:00
Mr. eXoDia 383325a21a DBG: small refactor of instruction callback names 2015-05-05 01:05:55 +02:00
Mr. eXoDia 8dfc0ff102 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
Mr. eXoDia d15146e94a DBG: fixed a bug with deleting memory breakpoints (thanks Dreg for reporting) 2015-05-01 01:45:13 +02:00
Mr. eXoDia e53e074b87 DBG: fixed auto comments + issue #292 2015-05-01 00:18:02 +02:00
Mr. eXoDia d655fb94d7 PROJECT: documentation 2015-04-27 01:00:42 +02:00
Mr. eXoDia c006348718 DBG: resolved issue #291 (api for icons) 2015-04-27 00:25:55 +02:00
Mr. eXoDia 03b0d8b971 DBG: function to get source + line from address 2015-04-26 03:37:30 +02:00
Mr. eXoDia d50d385e01 DBG: function to get address from source line 2015-04-26 02:49:16 +02:00
Mr. eXoDia 98b6ba41a0 DBG: small plugin loader fix (thanks to mrfearless) 2015-04-26 02:48:52 +02:00
Mr. eXoDia 2e0e9d55c7 DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
Mr. eXoDia a89e0eb1c0 DBG: disasm_helper now uses capstone instead of BeaEngine 2015-04-25 23:52:11 +02:00
Mr. eXoDia 6d1b0d40a7 DBG: nicer pause command + fixed detach 2015-04-25 21:34:00 +02:00
Mr. eXoDia 6897c9dfd9 DBG: added options for disabling database compression and for saving the database in the program directory (not recommended). Resolved issue #287 2015-04-25 20:02:29 +02:00
Mr. eXoDia 8ef3cb257b Merge branch 'master' of github.com:x64dbg/x64dbg 2015-04-25 19:18:36 +02:00
Mr. eXoDia 4542a4074d Merge branch 'capstone' 2015-04-25 19:16:22 +02:00
Mr. eXoDia 2bdae29fa5 DBG: (hopefully) resolved issue #289 2015-04-25 19:16:10 +02:00
Mr. eXoDia 67c2603082 DBG: added capstone MinGW libs 2015-04-25 19:14:09 +02:00
Nukem 07d6fe898a DBG: Remove old references to CriticalSectionLocker 2015-04-24 15:07:07 -04:00
Nukem 023a9588fc DBG: Fix comment wording 2015-04-24 15:04:00 -04:00
Nukem 250827ec8c DBG: Attempt at fixing issue #284 2015-04-24 15:00:50 -04:00
Mr. eXoDia 112f70de28 DBG: very basic function analysis 2015-04-19 04:51:33 +02:00
Mr. eXoDia 4429453728 DBG: updated capstone wrapper functionality 2015-04-19 04:51:14 +02:00
Mr. eXoDia f5d72e3dc7 DBG: capstone helper stuff that is useful 2015-04-17 03:35:54 +02:00
Mr. eXoDia 530bec3cd5 DBG: some capstone stuff (command to get instruction infoz) 2015-04-17 02:32:34 +02:00
Mr. eXoDia cab3ebf263 Merge branch 'master' into capstone
Conflicts:
	x64_dbg_dbg/instruction.cpp
	x64_dbg_dbg/log.cpp
	x64_dbg_dbg/x64_dbg.cpp
	x64_dbg_dbg/x64_dbg_dbg.vcxproj
	x64_dbg_dbg/x64_dbg_dbg.vcxproj.filters
2015-04-17 01:23:17 +02:00
Mr. eXoDia 7b3aa207f3 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
Mr. eXoDia d70ae9e6b3 DBG: updated jansson + resolved issue #279 (database fixed) 2015-04-17 00:16:24 +02:00
Mr. eXoDia 1a0f112b66 full rename from "x64_dbg" to "x64dbg" (including output filenames) 2015-04-13 02:37:48 +02:00
Mr. eXoDia 6ade97b1cd "x64_dbg"->"x64dbg" + added Nukem 2015-04-10 01:53:32 +02:00
Mr. eXoDia 9ba3b603b5 DBG: added exeption, GUI: resolved issue #273 2015-04-06 23:07:46 +02:00
Mr. eXoDia 30a6f4cd2c DBG: re-fixed some of the code (somehow wasn't committed) 2015-04-06 21:59:11 +02:00
Mr. eXoDia 2001eec1c4 format spaces 2015-04-06 03:39:13 +02:00
Mr. eXoDia 5b8c17e81e fix deadlock + crash 2015-04-06 03:02:11 +02:00
Mr. eXoDia fcb8a92f52 formtz 2015-04-06 01:23:10 +02:00
Mr. eXoDia e38619b2b1 DBG: fixed minor things (Nukem's code didn't trigger anythign in Coverity, yay!) 2015-04-06 00:16:45 +02:00
Mr. eXoDia e6658562ca DBG+GUI: format 2015-04-05 22:52:55 +02:00
Nukem 2fc88c2baa Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
Conflicts:
	x64_dbg_dbg/symbolinfo.cpp
2015-04-05 16:21:20 -04:00
Mr. eXoDia a0a1bf8eec DBG: fixed relative path source files in pdb (MASM), now uses the pdb path as base and appends the source file to it. 2015-04-05 22:13:24 +02:00
Nukem 757ebe50ab Fix a bug when database file size was 0 2015-04-05 00:19:38 -04:00
Nukem 4f70e1347f Small changes with variable module 2015-04-05 00:01:56 -04:00
Nukem 0d31badd62 Stylize code 2015-04-04 21:49:09 -04:00
Nukem f2edbfa95a Finish label refactor 2015-04-04 21:48:12 -04:00
Nukem fad13af628 Partial refactor of loop.cpp/loop.h 2015-04-04 21:20:44 -04:00
Nukem 0ad2701caf Remove redundant typedefs 2015-04-04 19:30:46 -04:00
Nukem c1115bb203 Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
Conflicts:
	x64_dbg_dbg/debugger.cpp
	x64_dbg_dbg/debugger_commands.cpp
	x64_dbg_dbg/symbolinfo.h
	x64_dbg_dbg/thread.h
2015-04-04 19:20:13 -04:00
Mr. eXoDia 65266cd92e DBG: fixed the new command parser (only escape characters are escaped, otherwise backslash is kept) 2015-04-04 23:43:04 +02:00
Mr. eXoDia 89b1d96ffc 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
Mr. eXoDia 8576b49e7c DBG: resolved issue #241 (log command with formatting) 2015-04-04 19:21:38 +02:00