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 |