mrexodia
cd009a4b50
Merge pull request #294 from fetzerms/master
...
Fixed GPL-Typo (GLP vs GPL)
2015-05-02 12:32:38 +02:00
Matthias Fetzer
0896407911
Fixed GPL-Typo (GLP vs GPL)
2015-05-02 12:19:55 +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
edec2c8c3b
GUI: menu icons
2015-04-27 00:26:31 +02:00
Mr. eXoDia
c006348718
DBG: resolved issue #291 (api for icons)
2015-04-27 00:25:55 +02:00
Mr. eXoDia
8b6f1b4670
GUI: "Open Source File" in CPUDisassembly context menu
2015-04-26 03:38:03 +02:00
Mr. eXoDia
03b0d8b971
DBG: function to get source + line from address
2015-04-26 03:37:30 +02:00
Mr. eXoDia
02c3d44cb8
GUI: follow in disassembler in SourceView
2015-04-26 02:50:01 +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
b8b75fd18c
GUI: very useful icons in context menu for disassembler
2015-04-26 02:02:08 +02:00
Mr. eXoDia
436c6427dc
GUI: most useful feature EVAH
2015-04-26 01:33:18 +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
9fd88d90df
GUI: "Follow in Disassembler" in dump context menu (useful for things)
2015-04-25 23:51:21 +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
4137e616ae
PROJECT: updated release script for capstone
2015-04-25 20:01:38 +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
mrexodia
fd845c97ac
Merge pull request #286 from ApertureSecurity/master
...
Added shortcut to just copy Address
2015-04-20 23:37:15 +02:00
ApertureSecurity
b83df754c5
changed back to match Master branch
...
changed back to match Master branch
2015-04-20 15:04:18 -06:00
ApertureSecurity
b4dc90039b
Created additional shortcut to the copyAddress() function
...
Created additional shortcut to the copyAddress() function. I currently have this set as Alt+INS but if people want to change they can easily do so from the shortcut config menu.
mCopyAddress = new QAction("&Address", this);
mCopyAddress->setShortcutContext(Qt::WidgetShortcut);
this->addAction(mCopyAddress);
connect(mCopyAddress, SIGNAL(triggered()), this, SLOT(copyAddress()));
2015-04-20 14:58:49 -06:00
ApertureSecurity
9828a8ef6e
Linking the shortcut ActionCopyAddress to mCopyAddress
...
added line.
mCopyAddress->setShortcut(ConfigShortcut("ActionCopyAddress"));
2015-04-20 14:56:15 -06:00
ApertureSecurity
d2894283ad
Added a shortcut for copying the address
2015-04-20 14:54:41 -06: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
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