1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
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 f76d7c1933 PROJECT: pdb files (useful for snapshots so people have symbols themselves) 2015-04-19 01:28:41 +02:00
Mr. eXoDia 1972b3384b GUI: fixed a bug with comments incorrectly displayed in the BreakpointsView (thanks to ahmadmansoor for reporting) 2015-04-19 00:54:08 +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
ApertureSecurity 9881571c64 Update prebuildStep.bat
The files when built have an underscore . I think that this is because despite having the file target name set to x32bridge.lib in MSC++2013 , it will place an underscore in the name. So I altered the  prebuild script when I realized the files weren't being copped over.
2015-04-15 16:05:08 -06:00
Mr. eXoDia f99959124a PROJECT: fixed jenkins build 2015-04-13 02:41:22 +02:00
Mr. eXoDia 1a0f112b66 full rename from "x64_dbg" to "x64dbg" (including output filenames) 2015-04-13 02:37:48 +02:00
Nukem b7d3a5f02e Update README.md 2015-04-12 18:38:43 -04:00
mrexodia c60c102a17 Update README.md 2015-04-12 22:35:12 +02:00
Nukem bc2de9da45 GUI: Fix #246 (Don't default to documents dir in patch dialog) 2015-04-11 13:07:37 -04:00
Mr. eXoDia b0f06aeeb5 updated help 2015-04-10 01:56:09 +02:00
Mr. eXoDia 6ade97b1cd "x64_dbg"->"x64dbg" + added Nukem 2015-04-10 01:53:32 +02:00
Nukem 7e7f475995 Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg 2015-04-06 21:15:54 -04:00
Nukem fd92753c88 PROJECT: Fix "these files could not be found and will not be loaded" in batch script 2015-04-06 21:13:29 -04:00
Nukem b70abed3dd PROJECT: Remove files re-added in a previous merge 2015-04-06 20:54:51 -04:00
Mr. eXoDia 3dd109885c Revert "GUI: removed useless newline"
This reverts commit f12b860a38.
2015-04-06 23:51:27 +02:00
Mr. eXoDia f12b860a38 GUI: removed useless newline 2015-04-06 23:49:59 +02:00
Mr. eXoDia 9ba3b603b5 DBG: added exeption, GUI: resolved issue #273 2015-04-06 23:07:46 +02:00
Mr. eXoDia d1491addc2 actually fixed the bug 2015-04-06 23:00:20 +02:00
Mr. eXoDia 592c0a332a GUI: fixed a bug with setting the column width in the paint event when not appropriate (this would cause the last column to disappear) 2015-04-06 22:30:11 +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 7be4cf8cac GUI: resolved issue #274 2015-04-06 21:58:46 +02:00
Mr. eXoDia f5d0626f65 more fixez 2015-04-06 05:37:34 +02:00
Mr. eXoDia efd4df965f even more amazing batch files for compilation 2015-04-06 05:36:13 +02:00
Mr. eXoDia 869aa96f77 cleanup of batch files 2015-04-06 05:06:42 +02:00
Mr. eXoDia db6956a78d full-featured build.bat (includes coverity builds) 2015-04-06 04:37:39 +02:00
Mr. eXoDia 89718937fa better build.bat 2015-04-06 04:27:28 +02:00
Mr. eXoDia 17e5538a23 PROJECT: more helper batch files 2015-04-06 03:58:08 +02:00
Mr. eXoDia 4e68637359 update regex magic 2015-04-06 03:39:33 +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 cc307ec395 batch files for building (don't try this at home) 2015-04-06 01:20:41 +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
mrexodia 4eabd557af Merged in Nukem9/x64_dbg/master (pull request #47)
PR (second try)
2015-04-05 22:23:08 +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 bc38e2451e Update README.md 2015-04-04 21:49:55 -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 64c76d7826 Update .gitignore and exe manifest 2015-04-04 20:55:26 -04:00