Mr. eXoDia
8f7f34a317
GUI: refactor finished
2014-08-18 14:30:12 +02:00
Mr. eXoDia
0f8e1998da
GUI: first step of refactoring
2014-08-18 12:57:16 +02:00
Mr. eXoDia
c2ebac0ecf
GUI: refresh memory map + removed std::string from the GUI (QString.toUtf8().constData() works fine)
2014-08-18 12:25:41 +02:00
dreg_fr33project
7560ee9aec
JIT fixes and more improvements (admin check etc.)
2014-08-18 09:43:32 +02:00
dreg_fr33project
a85c7e5b45
Memory Rights finish
2014-08-18 08:41:24 +02:00
dreg_fr33project
3f86be63bc
a lot of news in the MEMORY SET RIGHTS STUFF, ALL GUI 80% FINISHED
2014-08-17 06:38:00 +02:00
David Reguera Garcia
b866a723c4
Merged master into memory_page_rights
2014-08-17 01:51:48 +02:00
Mr. eXoDia
e028ccf680
DBG: clear threads on detach + fixed a crash in AbstractTableView + updated about dialog
2014-08-17 00:16:10 +02:00
dreg_fr33project
77293f38dd
BASIC SET MEMORY PAGE RIGHT GUI
2014-08-16 19:34:41 +02:00
Mr. eXoDia
b7509a4f7a
GUI: breakpoint/bookmark in SymbolView
2014-08-16 15:54:48 +02:00
Mr. eXoDia
0a8c824e78
Revert "GUI: resolved issue #176 (empty label/comment shows error)"
...
This reverts commit 10d098eaa0
.
2014-08-15 23:30:16 +02:00
Mr. eXoDia
69610aad47
GUI: show if a jump is going to execute or not in infobox
2014-08-15 23:25:23 +02:00
Mr. eXoDia
10d098eaa0
GUI: resolved issue #176 (empty label/comment shows error)
2014-08-15 23:24:30 +02:00
Mr. eXoDia
9b31f0ce7b
GUI: fixed a bug in the RegistersView context menu (now HW BP on [RSP] is back) thanks to DragonLoft for reporting!
2014-08-15 22:57:35 +02:00
Mr. eXoDia
04009aec3e
GUI: resolved issue #166 (Move Detach command from Debug to File menu + consistent attach/detach icons)
2014-08-15 22:28:28 +02:00
Mr. eXoDia
207523b27e
GUI: resolved issue #165 (copy single byte command doesn't work)
2014-08-15 21:29:20 +02:00
Mr. eXoDia
c9b7b67fa6
DBG+GUI: resolved issue #174 (don't draw black CIP when running)
2014-08-15 21:22:49 +02:00
Mr. eXoDia
06042d3a9a
GUI: fixed a bug in the SearchListViewTable with highlighting ( http://www.zimagez.com/zimage/screenshot-08152014-082957pm.php ) thanks to jvoisin for reporting!
2014-08-15 20:46:39 +02:00
dreg_fr33project
fe72065b4d
more info in the jit stuff
2014-08-14 05:10:09 +02:00
dreg_fr33project
05efd9b11e
a little fix in first JIT SET without JIT OLD STORED, now you can check and uncheck the JIT only if the JIT its not the debugger.
2014-08-14 04:41:51 +02:00
dreg_fr33project
ce343b06a9
some fixes in JIT stuff
2014-08-10 15:44:24 +02:00
dreg_fr33project
097e57a47f
new setjit args, changes in JIT stuff, better JIT GUI and some fixes
2014-08-10 15:36:51 +02:00
Mr. eXoDia
55d16977f2
GUI: resolved issue #77 (find command)
2014-08-09 15:43:58 +02:00
Mr. eXoDia
00ae54bdec
GUI: fixed duplicate infobox lines and duplicate follow in dump entries
2014-08-09 13:31:29 +02:00
Mr. eXoDia
0221946713
GUI: resolved issue #64 (copy selection, selection (no bytes), address, disassembly)
2014-08-09 12:30:11 +02:00
Mr. eXoDia
ff41b6bb2b
GUI: middle mouse in dump copies current selection address
2014-08-09 12:26:58 +02:00
Mr. eXoDia
3b34297d2f
GUI: fixed some warnings
2014-08-09 11:30:01 +02:00
Mr. eXoDia
937ea60894
GUI: resolved issue #155 (segments incorrectly done when trying to re-assemble instructions)
2014-08-08 20:27:10 +02:00
Mr. eXoDia
175bb39dde
GUI: fixed a small bug with the scroll bar range
2014-08-08 19:05:45 +02:00
Mr. eXoDia
f3d44c8dfa
GUI: fixed Bridge::CopyToClipboard (use Qt instead of WinAPI) + fixed various warnings
2014-08-08 16:24:26 +02:00
Mr. eXoDia
71603c82bb
GUI: fixed a bug in BeaTokenizer::TokenEquals (size doesn't matter now per default)
2014-08-08 16:23:12 +02:00
Mr. eXoDia
8193316537
GUI: fix previous commit
2014-08-08 15:51:48 +02:00
Mr. eXoDia
4e432b2af7
GUI: only execute JIT commands when something actually changed
2014-08-08 15:40:09 +02:00
Mr. eXoDia
26d33436f5
GUI: double click on address in hex dump will enable the rva mode (like in the disassembler)
2014-08-08 15:10:55 +02:00
Mr. eXoDia
a4584be52e
GUI: fixed massive performance issue in the AppearanceDialog + added search result highlighting to the SearchListView (symbols+references) + fixed a small bug with inserting in the searchlistview
2014-08-08 02:25:31 +02:00
Mr. eXoDia
3e391bd86b
GUI: threaded calls to DbgIsValidExpression in Calculator/Goto/WordEdit dialog (provides a more comfortable interface)
2014-08-07 23:29:39 +02:00
Mr. eXoDia
0d3a2f192d
GUI: fixed a bug with auto-resizing columns in the HexDump
2014-08-07 21:58:25 +02:00
Mr. eXoDia
10416368fd
GUI: fixed some small bugs in the follow menu
2014-08-07 21:55:00 +02:00
mrexodia
7bf1950cc9
Merged in Dreg_fr33project/x64_dbg (pull request #16 )
...
two little fix in the before attach stuff
2014-08-06 16:28:29 +02:00
Mr. eXoDia
02e6e8ca95
GUI+DBG: some horizontal scrollbars (resolved issue #35 )
2014-08-06 16:28:18 +02:00
Mr. eXoDia
e3075ef191
GUI: fixed an annoying resize fix for the splitters in AbstractTableView
2014-08-06 16:21:43 +02:00
Mr. eXoDia
c751a99084
GUI: fixed a very annoying cursor problem
2014-08-06 16:14:08 +02:00
dreg_fr33project
e10a3fcad3
other little fix jitauto
2014-08-06 15:44:21 +02:00
dreg_fr33project
84e706b14d
a little fix in the before attach stuff
2014-08-06 15:36:43 +02:00
Mr. eXoDia
fd76024b1c
GUI: fixed a very annoying scroll bar update problem
2014-08-06 15:23:05 +02:00
Mr. eXoDia
e15c177c72
GUI: fixed a small refresh bug
2014-08-06 14:46:30 +02:00
Mr. eXoDia
538d86f42e
GUI: switch view in memory map (all pages)
2014-08-06 14:39:46 +02:00
Mr. eXoDia
f885a1fded
GUI: implemented working horizontal scroll bars
2014-08-06 14:23:16 +02:00
Mr. eXoDia
0f2638016e
GUI: basics of horizontal scroll bar are now working
2014-08-06 12:57:30 +02:00
Mr. eXoDia
8bd7dc47a2
GUI: fixed a bug with the highlighttoken value
2014-08-06 12:25:10 +02:00
Mr. eXoDia
4122202a66
PROJECT: formatting
2014-08-06 10:27:13 +02:00
Mr. eXoDia
ae8a5a1de1
GUI: string recognition and character recognition in the CPUInfoBox
2014-08-06 10:05:29 +02:00
dreg_fr33project
a68d95d77d
JIT AUTO SUTFF - before attaching - and some code improves
2014-08-05 22:19:09 +02:00
Mr. eXoDia
cc4d1963ac
GUI: very basic implementation of CPUInfoBox (resolved issue #64 )
2014-08-05 09:01:50 +02:00
Mr. eXoDia
091af5d362
DBG+GUI+PROJECT: JIT Debugging now actually works (before it would hang in WaitForMultipleObjects) + added JIT restore option + updated help
2014-08-05 07:39:15 +02:00
Mr. eXoDia
bd7803b3b5
GUI: resolved issue #55 (follow in dump context menu) + reorganized disassembly menus + fixed a bug in CPUInfoBox + CPUDump: added context menu option 'Follow in Stack' if the dumped address is inside the stack
2014-08-05 05:09:49 +02:00
Mr. eXoDia
b8f1ebbb30
GUI: resolved issue #110 (Attach Dialog + Detach menu option) + updated calculator icon
2014-08-05 04:29:54 +02:00
Mr. eXoDia
86cb1a6459
GUI: fixed various selection bugs in the HexDump
2014-08-05 02:12:37 +02:00
Mr. eXoDia
7a8a0821b0
GUI: allow selection in the stack everywhere, not just on the middle address
2014-08-05 01:42:42 +02:00
Mr. eXoDia
fa1377be12
GUI: fixed a compile problem
...
DBG: formatting
2014-08-05 01:21:17 +02:00
Mr. eXoDia
9b1867bb5b
PROJECT: code formatting
2014-08-05 01:07:31 +02:00
mrexodia
20705833cb
Merged in Dreg_fr33project/x64_newdbgjustintimedebugger (pull request #13 )
...
JIT SUPPORT
2014-08-05 01:00:26 +02:00
Mr. eXoDia
7a9f30fc76
should fix a crash
2014-08-05 00:44:22 +02:00
dreg_fr33project
8a7f1c8fb5
edit stuff
2014-08-05 00:34:02 +02:00
dreg_fr33project
552e839b0b
fixed NULL execution
2014-08-05 00:30:52 +02:00
dreg_fr33project
6acb8040f6
a few of changes
2014-08-05 00:08:56 +02:00
dreg_fr33project
bf27d57116
get def JIT
2014-08-04 23:32:07 +02:00
dreg_fr33project
af12bc7bb1
switch thread right click in thread tab
2014-08-04 17:34:43 +02:00
dreg_fr33project
af0491950a
basic JIT support
2014-08-04 16:40:51 +02:00
Mr. eXoDia
91ee4ca292
GUI: also use the Calculator to calculate from hex, signed int, unsigned int, octal, binary, ascii, unicode to the others
2014-08-03 23:41:22 +02:00
Mr. eXoDia
0f0a2b3f71
GUI: select first module on updatePatches()
2014-08-03 21:38:47 +02:00
Mr. eXoDia
6f96d1e0c2
GUI: removed unrecognized flags
2014-08-03 00:41:28 +02:00
Mr. eXoDia
3526cbf894
GUI: added status bar messages when you save settings
2014-08-02 21:11:19 +02:00
mrexodia
f9a0c8f7b8
Merged in removeannoying (pull request #11 )
...
improve userexperience
2014-08-02 21:09:30 +02:00
Mr. eXoDia
a8d9743fa8
PROJECT: AStyle
2014-08-02 20:50:03 +02:00
tr4ceflow
ff23b7bf17
remove annoying messageboxes when saving settings in AppearanceDialog, ShortcutsDialog, SettingsDialog
...
add c++11 compiler flag to use MSVC2010 c++0x features like the "auto" keyword
2014-08-02 20:25:45 +02:00
Mr. eXoDia
1e8f1928ab
GUI: removed donation button from toolbar + follow in Disassembler in Calculator + title in Calculator + Calculator is not a modal window (still allow working while using the calculator) + AStyle + removed empty resource prefix + fixed a warning in Configuration
2014-08-02 19:36:09 +02:00
tr4ceflow
9fc4f2cfc1
GUI: add a ida-like calculator
2014-08-02 18:29:28 +02:00
Mr. eXoDia
649482012d
GUI: context menu item for download all symbols
2014-08-02 17:22:30 +02:00
Mr. eXoDia
aa9d8c89b3
GUI: re-enable the "Enable/Disable" context menu entry in the memory breakpoints view
2014-08-02 04:28:59 +02:00
Mr. eXoDia
a60b944b6c
GUI: context menu in the module list to download symbols (+ disasm at imagebase + 0x1000)
2014-08-02 04:20:32 +02:00
Mr. eXoDia
219908b4f8
BRIDGE+GUI: GuiSymbolRefreshCurrent
2014-08-02 03:57:37 +02:00
Mr. eXoDia
e85b474b13
DBG+GUI: enable/disable memory breakpoints
2014-08-02 02:18:26 +02:00
Mr. eXoDia
dab3e45508
DBG+GUI: enable/disable hardware breakpoints
2014-08-02 01:59:03 +02:00
Mr. eXoDia
0b06237277
GUI: resolved issue #138 (function end drawing issue on instructions with size > 1)
2014-08-02 00:36:27 +02:00
Mr. eXoDia
04c772720f
DBG: fixed a bug in cbDebugInit + differentiate between system breakpoint and "attach breakpoint"
...
GUI: resolved issue #139 (Break on system breakpoint only when attaching option)
2014-08-02 00:28:20 +02:00
Mr. eXoDia
958394cffd
GUI+DBG: resolved issue #98 (REGISTER strings / labels only on CIP)
2014-08-02 00:06:28 +02:00
Mr. eXoDia
f6c1cae989
GUI: fixed a bug with shortcut contexts
...
LAUNCHER: fixed a clean compile bug (removed bridge inclusion)
EXE: removed unused include
2014-08-01 23:27:00 +02:00
dreg_fr33project
e2a0054594
improve thread stuff
2014-07-30 22:18:26 +02:00
dreg_fr33project
2e92b2b4a3
all thread debug stuff
2014-07-30 21:14:41 +02:00
dreg_fr33project
426be54c2d
thread tab stuff
2014-07-30 19:55:42 +02:00
Mr. eXoDia
99bfd47bce
GUI: no more copy beep + fixed some doubleclick events
2014-07-30 15:49:55 +02:00
Mr. eXoDia
850ad8a1fe
GUI: shortcuts now fully customizable
2014-07-30 03:48:32 +02:00
Mr. eXoDia
a6d7989e34
GUI: removed some unused #include <QDebug>
2014-07-30 03:45:40 +02:00
Mr. eXoDia
4360cb0967
GUI: fixed a bug with signed/unsigned values in the WordEditDialog
2014-07-30 02:13:51 +02:00
Mr. eXoDia
b8a6f2da3d
GUI: moved all QAction->setShortcut into separate functions + fixed a bug with shortcuts in the register view + fixed a bug with copying in the register view
2014-07-30 02:13:29 +02:00
Mr. eXoDia
1ed721fbef
GUI: enterPressed signal in AbstractTableView
2014-07-30 02:10:58 +02:00
Mr. eXoDia
4f896bd82a
GUI: fixed a bug when closing the AppearanceDialog + all actions in MainWindow now have customizable shortcuts + fixed a bug in the configuration with loading the shortcuts
2014-07-29 23:27:58 +02:00
Mr. eXoDia
421808da52
GUI: fixed Shortcuts customization + added donate button
2014-07-29 22:52:50 +02:00
Mr. eXoDia
a18faeb757
GUI: format + change ShortcutsDialog title
2014-07-29 20:42:52 +02:00
mrexodia
3e3f84d87e
Merged in custom_keyboard_mapping (pull request #7 )
...
custom keyboard mapping
2014-07-29 19:43:26 +02:00
tr4ceflow
c60161b8fb
Merge branch 'custom_keyboard_mapping' of https://bitbucket.org/mrexodia/x64_dbg into custom_keyboard_mapping
2014-07-29 19:41:09 +02:00
tr4ceflow
cc3a42e95d
GUI: change ShortcutsDialog
2014-07-29 19:40:56 +02:00
Mr. eXoDia
1556c80e10
GUI: shortcut icon
2014-07-29 19:36:02 +02:00
tr4ceflow
2ded7fb5a3
GUI: custom shortcuts for menubar (all menu items)
2014-07-29 19:32:43 +02:00
tr4ceflow
6389442bed
GUI: working shortcuts dialog and some shortcuts binding
2014-07-29 19:05:49 +02:00
Mr. eXoDia
63268253d3
DBG+GUI+BRIDGE: replaced tabs with spaces
2014-07-29 17:45:41 +02:00
tr4ceflow
ed5ca983c3
GUI: new dialog for shortcuts and some custom code for demonstrating how to use the shortcut mapping
2014-07-29 00:02:52 +02:00
tr4ceflow
439fbac25f
GUI: rudimentary keyboardmapping and "const correctness"
2014-07-28 17:48:53 +02:00
Mr. eXoDia
b64245837d
GUI+DBG+BRIDGE: added thread switching + fixed a bug in callstack + added CB_WINEVENT_GLOBAL plugin callback + auto-update memory map on allocation size change + added sleep script command
2014-07-28 01:57:42 +02:00
Mr. eXoDia
0e1c1449ce
PROJECT: some formatting
2014-07-25 22:57:11 +02:00
Mr. eXoDia
57dd5d6004
GUI: resolved issue #137
2014-07-24 22:27:25 +02:00
Mr. eXoDia
859b01fa1c
GUI: WordEditDialog now allows entering in signed and unsigned too
2014-07-24 22:16:37 +02:00
Mr. eXoDia
f2e14beca9
GUI: callstack context menu + shortcuts (resolved issue #61 )
2014-07-24 21:48:42 +02:00
Mr. eXoDia
4a043315c0
GUI: very basic callstack + added patches to the disasm context menu
2014-07-24 21:12:39 +02:00
Mr. eXoDia
9e6d1e4311
GUI: fixed some size problems in WordEditDialog
2014-07-24 21:03:40 +02:00
Mr. eXoDia
22ab7f3920
GUI: fixed some button sizes in HexEditDialog
2014-07-24 18:45:10 +02:00
Mr. eXoDia
ee899f85c1
GUI: fixed another bug in BeaTokenizer with the string instructions (rep/repne prefix)
2014-07-21 14:11:28 +02:00
Mr. eXoDia
39a73ba838
Merge branch 'fontSettings'
2014-07-21 03:57:30 +02:00
Mr. eXoDia
8f6cfd1516
GUI: fixed a few bugs in SearchListViewTable + fixed a compile error with qMetaType
2014-07-21 03:57:24 +02:00
Mr. eXoDia
bc3db1d2e2
GUI: fonts now fully customizable (resolved issue #132 )
2014-07-21 03:56:24 +02:00
Mr. eXoDia
4e0803882c
GUI: updated QHexEdit
2014-07-21 03:54:02 +02:00
Mr. eXoDia
50fdf02f29
GUI: set combo boxes to the currently selected fonts
2014-07-21 02:35:45 +02:00
Mr. eXoDia
00ab2b6c42
GUI: one step closer to font configuration
2014-07-21 02:20:38 +02:00
Mr. eXoDia
f9b2764cf8
GUI: removed stuff from the appearance dialog
2014-07-21 00:29:15 +02:00
Mr. eXoDia
fa7c198c2b
GUI: Font tab in AppearanceDialog
2014-07-21 00:19:33 +02:00
Mr. eXoDia
67513f78f9
GUI: double click on CIP will show the instruction pointer in the disassembly window
2014-07-21 00:08:57 +02:00
Mr. eXoDia
1ec755ed34
GUI: fixed some problems in GotoDialog
2014-07-20 22:19:50 +02:00
Mr. eXoDia
c0ffece743
GUI: resolved issue #59
2014-07-19 06:02:00 +02:00
Mr. eXoDia
867b9d45c7
GUI: small fix in the CPUInfoBox
2014-07-19 05:19:37 +02:00
Mr. eXoDia
1e8a2772cb
GUI: resolved issue #136 (double click on breakpoint will follow in disassembler) + "toogle" --> "toggle"
2014-07-19 05:17:26 +02:00
Mr. eXoDia
e18b3735f3
GUI: fixed a bug with the double click signal in StdTable
2014-07-19 05:15:18 +02:00
Mr. eXoDia
bb6c541f69
GUI: only toggle breakpoint when actually clicked on bullet
2014-07-19 04:31:28 +02:00
Mr. eXoDia
74db6c6448
Revert "GUI: fixed the disabled breakpoint color in CPUSideBar"
...
This reverts commit a216878ab1
.
2014-07-18 17:26:19 +02:00
Mr. eXoDia
a216878ab1
GUI: fixed the disabled breakpoint color in CPUSideBar
2014-07-18 17:20:11 +02:00
Mr. eXoDia
4f615d691e
Merge branch 'sidebarbp'
2014-07-18 17:12:13 +02:00
Mr. eXoDia
167fa825d3
GUI: resolved issue #124 (dots next to breakpoints toggle the breakpoint states)
2014-07-18 17:11:57 +02:00
Mr. eXoDia
55fe598bdb
GUI+DBG: removed the BPXSTATE enum from the bridge
2014-07-18 17:06:40 +02:00
Mr. eXoDia
1ffff8fdf7
DBG+GUI: winEventFilter plugin callback
2014-07-16 17:07:42 +02:00
tr4ceflow
53e9686624
GUI: toogle breakpoint state in sidebar by clicking on the bullet
...
GUI: better visualisation of enabled/disabled breakpoint due filled red/green circles
Left click on the breakpoint bullets will cause the sequence "create --> disable --> delete --> create --> ...". The Breakpoint class now provides a function to get the breakpoint state of a certain breakpoint at some address and some type:
bp_enabled -> breakpoint exists and is enabled
bp_disabled -> breakpoint exists and is disbled
bp_non_existent -> breakpoint was not found
2014-07-11 13:51:34 +02:00
Mr. eXoDia
2e60ae8388
GUI: fixed some small bugs
2014-07-11 02:28:33 +02:00
Mr. eXoDia
56fb1b6e40
GUI: limit log size
2014-07-11 01:50:26 +02:00
Mr. eXoDia
1638b30f46
GUI: added simple update checker
2014-07-11 01:19:13 +02:00
Mr. eXoDia
888cde708a
resolved issue #37 (sort StdTable) + fixed a warning in the struct definition in PatchDialog
2014-07-10 15:37:56 +02:00
Mr. eXoDia
b932ac8a09
GUI: added stuff to the toolbar
2014-07-08 00:11:56 +02:00
Mr. eXoDia
be157e2032
GUI: removed useless file + finally renamed project file
2014-07-08 00:08:59 +02:00
Mr. eXoDia
f6adccaef8
DBG: added boundary checks on DbgMemRead and DbgMemWrite (might solve some unexpected crashes like the ones I experienced today with a random enigma file)
2014-07-08 00:07:35 +02:00
Mr. eXoDia
baf40769ce
GUI: color setting for log and symbol log + use hexedit colors in ASCII and UNICODE edits
2014-07-07 15:59:37 +02:00
Mr. eXoDia
8157e110d0
GUI: option to disassemble uppercase
2014-07-07 15:58:34 +02:00
Mr. eXoDia
7b8c865607
GUI: fixed some context menu bugs in RegistersView + follow in stack option
2014-07-07 15:58:09 +02:00
Mr. eXoDia
f69bb6d42c
GUI: more information about the currently selected address in disassembler ("module[rva] | .section:VA <label>")
2014-07-07 02:39:39 +02:00
Mr. eXoDia
95c6c08126
GUI: added Fill with NOPs in disassembly + fixed binary menu separator in disasm/dump/stack
2014-07-07 01:51:22 +02:00
Mr. eXoDia
852275bad5
GUI: added View->Comments/Labels/Bookmarks/Functions
2014-07-07 00:03:12 +02:00
Mr. eXoDia
46fba5ba85
GUI: changed shortcuts of binary operations
2014-07-07 00:01:02 +02:00
Mr. eXoDia
704994df12
GUI: close patch dialog when debugging stops + do not show patch dialog when not debugging + fixed a bug with the checking of patches + added patch import/export (with undo support and option to not apply patches with a different oldbyte value)
2014-07-06 23:44:43 +02:00
Mr. eXoDia
9f15966307
GUI: fixed painting modified bytes width + fixed branch destination + fixed bug with tokenizing 'call rax' + fixed a bug with tokenizing immediate values
2014-07-06 21:39:47 +02:00
Mr. eXoDia
cc1a3125e9
GUI: patch -> save to file is now working!
2014-07-06 21:10:39 +02:00
Mr. eXoDia
c64d6766c2
GUI: shortcuts for binary operations
2014-07-06 19:58:28 +02:00
Mr. eXoDia
1a3b3e57d1
GUI: update patches on opening patch dialog + do not popup change dialog on checking a patch + call patch interface
2014-07-06 19:43:15 +02:00
Mr. eXoDia
284d078950
Merge branch 'master' into patches
2014-07-06 18:27:52 +02:00
Mr. eXoDia
5a4d8dee2b
GUI: restore minimized tabled on setCurrentIndex + fixed some syntax in GotoDialog
2014-07-06 18:27:37 +02:00
Mr. eXoDia
e16f0073a2
GUI: always show Patch dialog (even when minimized)
2014-07-06 18:26:53 +02:00
Mr. eXoDia
b5ddd709ce
GUI: added PatchDialogGroupSelector dialog (to navigate through patch groups and toggle the checked status)
2014-07-06 18:24:49 +02:00
Mr. eXoDia
8abdc33bb4
Merge branch 'master' into patches
...
Conflicts:
x64_dbg_gui/Project/Src/Gui/CPUDisassembly.cpp
x64_dbg_gui/Project/Src/Gui/CPUDisassembly.h
x64_dbg_gui/Project/Src/Gui/CPUDump.cpp
x64_dbg_gui/Project/Src/Gui/CPUStack.cpp
x64_dbg_gui/Project/Src/Gui/CPUStack.h
2014-07-06 15:33:32 +02:00
Mr. eXoDia
4712566802
GUI: added Binary->Paste (Ignore Size) in Disassembly/Stack
2014-07-06 15:24:02 +02:00
Mr. eXoDia
31454f35ba
GUI: refresh all views after hex edit
2014-07-06 15:20:32 +02:00
Mr. eXoDia
18806dfb75
GUI: fixed a bug in BeaTokenizer with jmp/call FAR
2014-07-06 15:20:31 +02:00
Lovro Lu
4cb0679d4d
GUI: Added a new Binary menu action - Paste (Ignore Size)
2014-07-06 15:11:52 +02:00
Mr. eXoDia
3474cf6f03
GUI: automatically set dump/disasm pointer to group start when selecting a patch
2014-07-06 04:22:11 +02:00
Mr. eXoDia
9c241e8e9b
GUI: added basic PatchDialog (ctrl+p)
2014-07-06 04:14:03 +02:00
Mr. eXoDia
da63daf89c
GUI: fixed a bug in CPUStack + added updatePatches signal
2014-07-06 04:13:36 +02:00
Mr. eXoDia
34b09427b2
GUI: removed unused variable
2014-07-05 22:21:01 +02:00
Mr. eXoDia
5ad446451c
GUI: undo selection in Disassembly/Dump/Stack
2014-07-05 22:01:46 +02:00
Mr. eXoDia
4529e210c9
GUI: getCharWidth in AbstractTable + display patched bytes
2014-07-05 21:41:45 +02:00
Mr. eXoDia
bb78771c70
GUI: find pattern in Dump+Stack
2014-07-05 17:12:18 +02:00
Mr. eXoDia
64c2acd392
GUI: updated reference view
2014-07-05 17:11:01 +02:00
Mr. eXoDia
5bb9801527
GUI: added 'Find Pattern' context menu in disassembly
2014-07-05 16:35:39 +02:00
Mr. eXoDia
5c5efa5324
GUI: added 'Entire Block' checkbox to HexEditDialog
2014-07-05 16:35:17 +02:00
Mr. eXoDia
7631be5a66
GUI: fixed a bug in QHexEdit
2014-07-05 16:34:16 +02:00
Mr. eXoDia
24915f551b
GUI: added binary fill (with wildcard support) on Dump/Stack/Disassembly
2014-07-05 15:37:49 +02:00
Mr. eXoDia
ed823e494b
GUI: removed initial zero on the HexEditDialog
2014-07-05 15:37:22 +02:00
Mr. eXoDia
766f2fa097
GUI: updated QHexEdit
2014-07-05 15:36:45 +02:00
Mr. eXoDia
6e662f484d
GUI: added binary copy + binary paste in Dump/Stack/Disassembly
2014-07-05 15:03:19 +02:00
Mr. eXoDia
9b6dfae064
GUI: fixed various bugs in QHexEditPrivate
2014-07-05 14:53:57 +02:00
Mr. eXoDia
c50dd97996
GUI: fixed bugs with the selection in the disassembly
2014-07-05 14:21:25 +02:00
Mr. eXoDia
0225a2a228
GUI: added HexEditDialog to CPUStack
2014-07-05 14:20:55 +02:00
Mr. eXoDia
88b863ed98
GUI: binary edit in disassembly
2014-07-05 05:12:27 +02:00
Mr. eXoDia
2e2be40529
GUI: added Binary->Edit menu option in dump (using the HexEditDialog)
2014-07-05 05:06:18 +02:00
Mr. eXoDia
4521f1f837
GUI: configuration in HexEditDialog
2014-07-05 05:05:56 +02:00
Mr. eXoDia
b53cb5449e
GUI: updated QHexEdit3 + fixed focus and tabstop in HexEditDialog
2014-07-05 04:46:52 +02:00
Mr. eXoDia
bfd165a4fa
GUI: draft HexEditDialog
2014-07-05 03:02:16 +02:00
Mr. eXoDia
9424054434
GUI: added QHexEdit class
2014-07-05 03:02:16 +02:00
Mr. eXoDia
d43579ef14
GUI: removed XBytesLineEdit
2014-07-05 03:02:15 +02:00
Mr. eXoDia
78e90c5ad1
GUI: AStyle
2014-07-05 03:02:14 +02:00
Lovro Lu
d1bcc86c77
GUI: corrected a function call\nDBG: corrected a few types
2014-07-05 01:42:15 +02:00
mrexodia
55a857ee91
Merged in bytes_line_edit (pull request #2 )
...
GUI: new primitive EditField for Hex/Bytes editing
2014-07-04 01:31:25 +02:00
Mr. eXoDia
f9d0112fbe
fixed a bug with printing the instruction immediat
2014-07-03 21:03:35 +02:00
Mr. eXoDia
0bd3792da3
GUI: do not select the next instruction when assembling failed
2014-07-01 17:01:08 +02:00
Mr. eXoDia
46232df070
GUI: fixed context menu in script view + fixed shortcut in CPUDump (ctrl+g now works)
2014-06-30 17:44:25 +02:00
Mr. eXoDia
dbbff39ef0
GUI: show section name in InfoBox
2014-06-25 22:41:44 +02:00