mrexodia
|
9616feab5c
|
GUI: show cip block in graph overview (closes #1160)
|
2016-10-17 14:33:53 +02:00 |
mrexodia
|
5d4dffc6c1
|
DBG: both newline and auto comments
|
2016-10-17 14:20:41 +02:00 |
mrexodia
|
d2f8991805
|
DBG: slight logic change
|
2016-10-17 14:13:16 +02:00 |
mrexodia
|
11d6d9a636
|
GUI: improvements to the DisassemblyPopup
|
2016-10-17 13:59:43 +02:00 |
Joe Savage
|
90b74dc764
|
DBG: add autocomment for call $0 (closes #940) (#1164)
|
2016-10-17 13:59:14 +02:00 |
mrexodia
|
e138d8cd47
|
GUI: icon for create new thread here
|
2016-10-16 15:44:03 +02:00 |
mrexodia
|
32aa4b0a72
|
DBG+GUI: improvements to the freeze stack option
|
2016-10-16 15:24:45 +02:00 |
mrexodia
|
1d9835c84f
|
GUI: fixed a bug in the XrefBrowseDialog
|
2016-10-16 14:42:48 +02:00 |
mrexodia
|
a3a9dbbbe9
|
DBG: plugin callback for tracing
|
2016-10-15 23:26:20 +02:00 |
mrexodia
|
c25aefffd3
|
GUI: converted CPUStack to MenuBuilder (closes #1154)
|
2016-10-15 14:45:23 +02:00 |
mrexodia
|
e7f9fae693
|
DBG: updated jansson
|
2016-10-13 22:46:52 +02:00 |
mrexodia
|
1df99419c9
|
restore StackReadProcessMemoryProc64
|
2016-10-13 20:20:55 +02:00 |
mrexodia
|
c4587670b3
|
DBG: use the correct string split on cmddirectexec
|
2016-10-13 20:15:59 +02:00 |
mrexodia
|
94561bb255
|
DBG: remove CMDRESULT since it's become useless
|
2016-10-13 17:14:17 +02:00 |
mrexodia
|
37ff27c0b4
|
DBG: allow multiple commands to be executed at once
|
2016-10-13 17:00:18 +02:00 |
mrexodia
|
3e59b6a14e
|
DBG: rewrote StringUtils::Split for better performance
|
2016-10-13 16:56:31 +02:00 |
mrexodia
|
3da6834e41
|
DBG: fixed complex expressions in memory assignments (1:[:$C1B91]=90 now works)
|
2016-10-13 15:51:40 +02:00 |
mrexodia
|
4d2109c634
|
GUI: use setChecked instead of a bold font with the freeze stack action
|
2016-10-13 14:37:02 +02:00 |
mrexodia
|
18402a4c6b
|
DBG: workaround for a bug in dbghelp
|
2016-10-13 14:34:26 +02:00 |
Alexandros Naskos
|
8c2bb24652
|
CPUStack: Freezing the stack no longer incorrectly causes the user to be unable to select a different address. (#1158)
|
2016-10-13 14:15:40 +02:00 |
mrexodia
|
3a89da37d8
|
GUI: basics of debugging and interaction in the graph
|
2016-10-13 11:48:47 +02:00 |
mrexodia
|
0421420484
|
GUI: non-modal XrefBrowseDialog so you can browse around the cross references more easily
|
2016-10-13 11:25:37 +02:00 |
mrexodia
|
1bd0bf9d63
|
GUI: slightly changed focus behavior on address selection requests
|
2016-10-13 11:14:28 +02:00 |
mrexodia
|
623d8af93a
|
DBG: dis.next and dis.prev expression functions
|
2016-10-13 11:13:47 +02:00 |
mrexodia
|
5e720c4ecc
|
DBG: don't automatically focus on the disassembly when stepping
|
2016-10-13 11:13:18 +02:00 |
mrexodia
|
9d47e9bbbe
|
DBG: added focusinfo command + moved commands to correct categories
|
2016-10-13 10:09:48 +02:00 |
mrexodia
|
caf6b1e1b0
|
DBG: notice about a crash in taskthread.h
|
2016-10-13 10:03:33 +02:00 |
mrexodia
|
b0ecacbb5b
|
GUI: refresh graph action
|
2016-10-12 07:01:52 +02:00 |
mrexodia
|
88a0be6606
|
GUI: better graph overview
|
2016-10-12 06:55:27 +02:00 |
mrexodia
|
72e200622f
|
GUI: invert exit order
|
2016-10-11 01:30:49 +02:00 |
mrexodia
|
a214ed1a4a
|
GUI: updated default auto comment color
|
2016-10-11 00:40:46 +02:00 |
mrexodia
|
fc6e610d47
|
GUI: refresh graph on tokenizerConfigUpdatedSlot
|
2016-10-10 16:35:17 +02:00 |
mrexodia
|
8cd170dd5a
|
GUI: graph improvements
|
2016-10-10 16:31:41 +02:00 |
mrexodia
|
d5a621b20c
|
DBG: improved symcache
|
2016-10-09 23:40:50 +02:00 |
Torusrxxx
|
294a806a31
|
search for GUID (#1156)
|
2016-10-09 18:30:37 +02:00 |
mrexodia
|
408f2f4a71
|
PROJECT: updated capstone_wrapper
|
2016-10-09 16:11:45 +02:00 |
mrexodia
|
0b4ab9604d
|
DBG: implemented faster IsJumpGoingToExecute
|
2016-10-09 16:04:43 +02:00 |
mrexodia
|
e4dca652f7
|
PROJECT: updated brief descriptions in mnemdb
|
2016-10-09 15:25:47 +02:00 |
mrexodia
|
983f7b507a
|
PROJECT: fixed duplicate mnemonics in mnemdb.json
|
2016-10-09 15:05:25 +02:00 |
Atvaark
|
4d9e6f2843
|
GUI: Add hide tab action #1089 (#1153)
* This action will close the current tab and open the tab to the right of the closed one.
* Default hotkey is Ctrl+W.
|
2016-10-09 14:35:11 +02:00 |
lynnux
|
8b7b89fdb1
|
Merge branch 'development' of https://github.com/x64dbg/x64dbg into development
|
2016-10-08 14:40:25 +08:00 |
lynnux
|
553397d7b7
|
Merge branch 'development' of https://github.com/x64dbg/x64dbg into development
Conflicts:
src/gui/Src/BasicView/AbstractTableView.cpp
|
2016-10-08 14:39:27 +08:00 |
mrexodia
|
a9cca78f09
|
Merge branch 'Atvaark-development' into development
|
2016-10-08 02:21:46 +02:00 |
mrexodia
|
0c485b109b
|
Merge branch 'development' of https://github.com/Atvaark/x64dbg into Atvaark-development
# Conflicts:
# src/gui/Src/Gui/MainWindow.ui
|
2016-10-08 02:21:31 +02:00 |
mrexodia
|
01e3de2c93
|
GUI: import/export database menu options
|
2016-10-08 02:00:55 +02:00 |
mrexodia
|
0210ea5640
|
DBG: don't create backup file for exports
|
2016-10-08 01:56:29 +02:00 |
mrexodia
|
00eaf4b5aa
|
DBG: removed debug output
|
2016-10-08 01:50:55 +02:00 |
mrexodia
|
f96434355a
|
DBG: additional behavior for database import/export
|
2016-10-08 01:42:05 +02:00 |
mrexodia
|
2743bb12e0
|
DBG: don't clear data before loading from JSON
|
2016-10-08 01:36:26 +02:00 |
Atvaark
|
bb681586a2
|
GUI: Add View->Next/Previous Tab actions
This allows users to cycle through their attached tabs. Detached tabs will not be cycled through.
The default hotkeys are Ctrl+Tab/Ctrl+Shift+Tab.
|
2016-10-07 22:46:51 +02:00 |