1
0
Fork 0
Commit Graph

234 Commits

Author SHA1 Message Date
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 bc3db1d2e2 GUI: fonts now fully customizable (resolved issue #132) 2014-07-21 03:56:24 +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 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
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 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