1
0
Fork 0
Commit Graph

623 Commits

Author SHA1 Message Date
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
Mr. eXoDia 97abb21408 GUI: resolved issue #86 (context menu in memory map) 2014-06-25 21:02:00 +02:00
Mr. eXoDia cab27a38d5 GUI: Copy->Whole Line + Copy->Whole Table tested&working + added memory map section text color config 2014-06-25 20:38:31 +02:00
Mr. eXoDia 5f9592aef0 GUI: added Copy menus to most StdTables 2014-06-25 19:52:19 +02:00
Mr. eXoDia 4f6d43b900 GUI: use 'setupCopyMenu' in SearchListView (symbols + references) 2014-06-25 19:29:07 +02:00
Mr. eXoDia 29fb1764fe GUI: context menu in Memory Map 2014-06-25 19:28:37 +02:00
Mr. eXoDia 8957b5a1d1 GUI: added 'setupCopyMenu' in StdTable 2014-06-25 19:28:18 +02:00
tr4ceflow da0d536f9f GUI: new primitive EditField for Hex/Bytes editing 2014-06-25 19:12:21 +02:00
Mr. eXoDia 131f34b358 GUI: fixed various warnings 2014-06-25 18:46:35 +02:00
Mr. eXoDia dbf74ae723 GUI: memory map breakpoint color 2014-06-25 16:25:38 +02:00
Mr. eXoDia a9ecc85792 GUI: fixed incorrect default color 2014-06-25 15:03:40 +02:00
Mr. eXoDia 3a2f96331d GUI: save hexdump view to config file 2014-06-25 04:37:53 +02:00
Mr. eXoDia 19a9d4de26 GUI: ASCII/UNICODE bytes now have no separating spaces (since it's text) 2014-06-25 04:20:12 +02:00
Mr. eXoDia e77ea10c8f GUI: updated configuration 2014-06-25 04:19:10 +02:00
Mr. eXoDia 899e7239f5 GUI: Dump: added 'Breakpoint' menu 2014-06-25 03:18:06 +02:00
Mr. eXoDia 7a4757be61 GUI: fixed another bug with the string instructions in BeaTokenizer (thanks Nukem for reporting!) 2014-06-25 03:08:19 +02:00
Mr. eXoDia 023f0a6a0c GUI: fixed some bugs in paintJumpsGraphic 2014-06-25 01:34:36 +02:00
Mr. eXoDia e52b824fad GUI: do not draw jump lines in the sidebar when they go out of the current disassembled section 2014-06-25 01:19:54 +02:00
Mr. eXoDia de7556c95a GUI: fill with NOPs option in GUI (resolved issue #43) 2014-06-25 01:14:00 +02:00
Mr. eXoDia a948291ea4 GUI: better assembling experience 2014-06-24 22:25:56 +02:00
Mr. eXoDia a7c5ca87bd PROJECT: better method of calling functions inside the DBG + show error message on assembling 2014-06-24 21:19:16 +02:00
Mr. eXoDia 5176dd1cd1 DBG: new memory allocation/deallocation functions + fixed a handle leak
GUI: fixed a handle leak
2014-06-24 17:03:32 +02:00
Mr. eXoDia f7eed3d426 GUI: fixed bugs with the selection of items bigger than 1 byte 2014-06-24 16:24:48 +02:00
Mr. eXoDia b139b6440f GUI: fully use the MemoryPage class, removed mBase + mSize 2014-06-24 15:23:17 +02:00
Mr. eXoDia 6f38a0c5e5 GUI: added 'Search For -> Intermodular calls' (resolved issue #89) 2014-06-24 04:52:52 +02:00
Mr. eXoDia 5f23a25f95 GUI: resolved issue #94 + re-enabled autocomments + fixed spelling mistake 2014-06-24 00:16:41 +02:00
Mr. eXoDia 2cb45f1d7a GUI: fixed a very annoying bug on some systems with the '^' character being inserted after the '6' without shift pressed 2014-06-23 23:08:08 +02:00
Mr. eXoDia 4a8a44764e DBG: resolved issue #112 (SetThreadName) + fixed possible buffer overflows + fixed 'invalid database' when no db present + fixed file version 2014-06-23 22:44:14 +02:00
Mr. eXoDia 31d0bd7d6e GUI: partially fixed the scroll range bug 2014-06-23 17:02:12 +02:00
Mr. eXoDia 918e32ce71 GUI: updated about window + fixed two bugs in BeaTokenizer (thanks Nukem for reporting!) 2014-06-21 05:18:14 +02:00
Mr. eXoDia 28f13ccc2e GUI: removed unused data + updated gitignore 2014-06-21 05:17:40 +02:00
Mr. eXoDia a3a9b5c63e GUI: hide main window on close 2014-06-21 03:33:42 +02:00
Mr. eXoDia 04fadb5f46 GUI: added little popup dialog on closing 2014-06-21 01:52:12 +02:00
Mr. eXoDia 4ef1fc9e40 GUI: fixed a small bug in the registersview 2014-06-21 00:51:41 +02:00
Mr. eXoDia 958ae10886 DBG: fixed a bug with breakpoints
GUI: fixed a bug with the string instructions (thanks Nukem for reporting!)
2014-06-21 00:36:16 +02:00
Mr. eXoDia f9ab7c7723 GUI: update the sidebar while in the settings dialog 2014-06-21 00:14:35 +02:00
Mr. eXoDia 9aa1ae95ed GUI: removed unneeded painter->save() and painter->restore() 2014-06-21 00:14:21 +02:00
Mr. eXoDia 563af7797d GUI: removed ApiFingerprints 2014-06-21 00:10:39 +02:00
Mr. eXoDia 0338c72229 Merge branch 'performance_improvement' 2014-06-20 22:59:01 +02:00
Mr. eXoDia cca7aa2cb7 GUI: little error-report possibility in BeaTokenizer 2014-06-20 22:56:14 +02:00
Mr. eXoDia 1ddef656f3 Merge branch 'master' into performance_improvement 2014-06-20 22:02:32 +02:00
Mr. eXoDia 71ac393668 GUI: do not close the mainwindow before the debugger has finished 2014-06-20 22:02:22 +02:00
Mr. eXoDia d128ead3b5 GUI: fixed a strange crash in the HexDump 2014-06-20 18:00:12 +02:00
Mr. eXoDia f4f7797d08 Merge branch 'master' into performance_improvement 2014-06-20 00:45:47 +02:00
Mr. eXoDia 3b34cf5d81 GUI: better highlighting mode behavior 2014-06-20 00:45:37 +02:00
Mr. eXoDia e4a4966614 Merge branch 'master' into performance_improvement 2014-06-20 00:37:40 +02:00
Mr. eXoDia 40064068bd GUI: fixed a coloring bug with CIP 2014-06-18 19:47:36 +02:00
Mr. eXoDia 176947afb0 GUI: toggle highlighting mode in CPUDisassembly 2014-06-18 14:01:44 +02:00
Mr. eXoDia d2d0960bfd DBG: started massive performance improvement (cache the database in std::map and std::vector) this will impove the disassembly scrolling performance very very much.
GUI: manually refresh the GUI
2014-06-15 04:07:55 +02:00
Mr. eXoDia ad9c2d3ea2 GUI: changed token highlighting key to 'Z' + fixed a bug in BeaTokenizer 2014-06-15 03:22:11 +02:00
Mr. eXoDia f1b60af0fa GUI: improved highlighting (click on highlighted token = unhighlight) + use border color from config 2014-06-14 17:34:34 +02:00
Mr. eXoDia a0e268a0a6 GUI: shift+arrows in disassembly, changed token mode highlighting 2014-06-14 16:26:33 +02:00
Mr. eXoDia f362c31506 GUI: better highlighting in RichTextPainter + fixed Qt5 compile + Qt shift detection + hold control for highlighting 2014-06-14 15:04:42 +02:00
Mr. eXoDia dcfec774c3 GUI: IDA-like highlighting (press CTRL + click token to highlight) (resolved issue #91) + better default colors + code formatting (AStyle) 2014-06-14 05:02:46 +02:00
Mr. eXoDia 5d19cdb0d1 GUI: fixed a small compile error 2014-06-14 00:01:04 +02:00
Mr. eXoDia 6dd4765444 GUI: removed BeaHighlight class + added settings for argument/memory spaces 2014-06-13 23:56:58 +02:00
Mr. eXoDia 2f4fdd0c21 GUI: fixed register view scrolling 2014-06-13 23:08:38 +02:00
Mr. eXoDia 5595fb337c GUI: more userfriendly Appearance dialog (will set colors in disassembly directly when you change them) 2014-06-13 21:26:19 +02:00
Mr. eXoDia 7dc17de212 GUI: fixed bugs in expandSelectionUpTo + added selection with SHIFT 2014-06-13 19:37:41 +02:00
Mr. eXoDia c9ca7ff411 GUI: more highlighting options 2014-06-13 19:37:08 +02:00
Mr. eXoDia cb3a174f2c Merge branch 'master' into hexdump_setlabel 2014-06-13 15:42:13 +02:00
Mr. eXoDia ec2f441001 GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
tr4ceflow 88547a0c2f GUI: additional apifingerprints 2014-06-13 14:50:09 +02:00
Mr. eXoDia 6e469823c5 GUI: highlighting options in Appearance dialog 2014-06-13 05:32:39 +02:00
Mr. eXoDia 13cd7a9353 GUI: BeaTokenizer: added string instructions + fixed minor bugs + more highlighting customization + added label resolver to BeaTokenizer 2014-06-13 05:09:47 +02:00
Mr. eXoDia ae50e0a7a3 GUI: generate debug symbols in release mode (useful for JIT debugging on unknown crashes) 2014-06-13 02:33:21 +02:00
Mr. eXoDia bf2c60e3e1 GUI: BeaTokenizer: fixed various small bugs in the tokenizer, now it appears to be working good 2014-06-13 02:32:51 +02:00
Mr. eXoDia a68e2d1e4c GUI: CPUSideBar: fixed a massive lag + added disabled breakpoint color + better color properties for jump lines (unconditional: true/false and conditional true/false) 2014-06-13 02:32:13 +02:00
Mr. eXoDia d836493764 GUI: RegisterView: use the REGSTRUCT at CIP as reference to highlighting (keep CIP register changes when you change a register manually) 2014-06-13 02:27:29 +02:00
Mr. eXoDia 3350d26f9d GUI: fixed BeaTokenizer + fixed CPUSideBar crash + added token to Instruction_t 2014-06-12 22:34:52 +02:00
Mr. eXoDia adfb11587e GUI: fixed base 2014-06-12 21:51:19 +02:00
tr4ceflow 1a8090ab06 GUI: add setLabelSlot in Hex-Dump 2014-06-12 21:48:17 +02:00
Mr. eXoDia 4fb85f0c80 GUI: richtext struct is not in the class 2014-06-12 21:46:15 +02:00
tr4ceflow 96299cc60a Merge branch 'register_follow' 2014-06-12 20:35:06 +02:00
tr4ceflow 599952f2ba Merge branch 'extracolors' 2014-06-12 20:34:58 +02:00
Mr. eXoDia d975c1fe1f GUI: added BeaTokenizer class 2014-06-12 19:44:09 +02:00
Mr. eXoDia 68e57ce49f GUI: fixed a bug with the previous commit 2014-06-12 19:44:08 +02:00
Mr. eXoDia 5ee06be014 GUI: fixed a crash with the CPU SideBar 2014-06-12 19:44:08 +02:00
tr4ceflow b26bb724b8 new features:
- register --> follow in Dump
- label "eax", ... will be displayed in CPUSideBar
bugfixes:
- RegistersView now accept the RETURN key instead of ENTER key for modifying values
2014-06-11 18:14:47 +02:00
tr4ceflow 21bcc2e19b additional colors added for various elements
scrolling in RegistersView is now enabled
better access to ApiFingerprints
2014-06-11 17:37:55 +02:00
Mr. eXoDia 7fc0c9a31f GUI: added jump arrows when jump leaves the screen 2014-06-11 16:04:56 +02:00
Mr. eXoDia 3c57f5e368 GUI: added support for UNICODE characters to regview + added checks for IsDebugging + fixed alignment drawing issues + no characters for flags etc + fixed highlighting 2014-06-11 15:38:24 +02:00
tr4ceflow 8e8643cb24 bugfix: register selection using mouse click is working even when scrolling 2014-06-11 14:58:02 +02:00
tr4ceflow a2a950ef56 - add vertical scolling 2014-06-11 14:54:42 +02:00
Mr. eXoDia 8559924188 GUI: fixed RegistersView 2014-06-11 14:42:16 +02:00
tr4ceflow a07857e251 - complete rewrite of the RegistersView for more interactions
with features: ASCII-hints, labelname, modulename, highlight value changes
2014-06-11 14:13:36 +02:00
Mr. eXoDia 8f90275a33 GUI: added color customization dialog (seems to work) + fixed tab order in settings dialog 2014-06-11 03:54:27 +02:00
Mr. eXoDia d24a658f1a GUI: better jump arrows in CPUSideBar + fixed custom colors in Disassembly 2014-06-11 02:02:21 +02:00
Mr. eXoDia 943306f87b GUI: fixed some crashes in CPUSideBar & fixed a bug with jumps that go up & fixed jumps that leave the page 2014-06-10 23:43:16 +02:00
Mr. eXoDia 9b55fff157 GUI: fixed a bug in the side bar 2014-06-10 22:40:43 +02:00
Mr. eXoDia 8d991e251b GUI: fixed a bug in CPUSideBar (background color + clear on stop debug)
GUI: more color customizations
2014-06-10 21:07:22 +02:00
Mr. eXoDia 452f9beff4 GUI: Qt4 compatible + various fixed in the CPUSideBar 2014-06-10 19:18:39 +02:00
Mr. eXoDia cfb78d8beb formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
tr4ceflow ca032104cc bugfix: api fingerprints database had wrong format 2014-06-09 16:09:12 +02:00
tr4ceflow dfe18ccda5 api fingerprints can be used to obtain informations about common api calls like "messageboxa"
added informations for "gdi32, kernel32, shell32, stdio, user32"
2014-06-09 15:15:25 +02:00
tr4ceflow e33e66466e colors are noew defined in a config file (using JSON)
JumpView has auto-refresh
2014-06-09 13:41:24 +02:00
tr4ceflow e683aa2271 ida sidebar 2014-06-08 21:50:31 +02:00
Mr. eXoDia 49bfaebedd DBG: added DbgIsRunLocked
BRIDGE: added BridgeGetDbgVersion
GUI: use BridgeGetDbgVersion
2014-06-02 10:22:09 +02:00
Mr. eXoDia 46cf431007 GUI: fixed a bug with the functions 2014-05-29 03:21:25 +02:00
Mr. eXoDia 4d5a8f3749 DBG: fixed a nasty bug in modbasefromname (thanks Artic!)
DBG: added draft of loop display
GUI: simple status bar API
2014-05-26 15:40:14 +02:00
Mr. eXoDia eabf2e293e GUI: fixed bugs in GuiSelectionGet & GuiSelectionSet (thanks to ahmadmansoor for finding) 2014-05-21 02:22:14 +02:00
Mr. eXoDia a339dd2d2f BRIDGE: added GuiScriptEnableHighlighting
DBG: removed debug printf
DBG: fixed manifest problems
2014-05-21 01:18:20 +02:00
Mr. eXoDia 5777b7364f DBG: added command auto-completion
BRIDGE: added command auto-completion
GUI: added command auto-completion
GUI: added HistoryLineEdit in the Goto Dialog
2014-05-21 00:22:49 +02:00
Mr. eXoDia 6736028479 GUI: added CommandHelpView draft 2014-05-21 00:21:07 +02:00
Mr. eXoDia 03a18dd9c4 GUI: fixed a bug with the reference view (thanks to Artic for reporting this)
GUI: fixed a bug with the reloadData function
DBG: removed useless DeleteFile calls
2014-05-18 02:24:08 +02:00
Mr. eXoDia f87d2079b7 GUI: some failures 2014-05-15 02:06:42 +02:00
Mr. eXoDia 9f6385a0eb GUI: now detaching only works with a context menu 2014-05-15 02:06:02 +02:00
Mr. eXoDia 303723bcb5 GUI: deleted custom tab widgets 2014-05-15 02:05:34 +02:00
Mr. eXoDia 7bf164d8a5 BRIDGE: added GuiGetLineWindow
GUI: added GuiGetLineWindow
2014-05-10 03:47:03 +02:00
Mr. eXoDia c6826ca65a fixed issue #100 (ntdll redefinition problems) 2014-05-10 01:23:22 +02:00
Mr. eXoDia 70a91a06fc DBG: added section names to the memory map
DBG: fixed a bug with string escaping in cbOutputDebugString
DBG: bring to front when paused
2014-05-09 13:43:12 +02:00
Mr. eXoDia b4374713fe GUI: added stack 'follow in dump/stack/disassembler' context menu to the GUI 2014-05-05 21:49:26 +02:00
Mr. eXoDia 8e76a108e2 GUI: fixed GuiSelectionGet & GuiSelectionSet 2014-05-02 18:40:00 +02:00
Mr. eXoDia 282e185557 BRIDGE: added selection API
GUI: added selection API for Disassembly, Dump and Stack
2014-05-01 17:11:24 +02:00
Mr. eXoDia 32ffed108b GUI: little refactoring 2014-04-29 23:03:45 +02:00
Mr. eXoDia 9cd792c070 GUI: 'Ready' instead of 'Terminated' on debugger start 2014-04-29 22:47:48 +02:00
Mr. eXoDia f35240b3bb GUI: added 'Search for' context menu in the disassembler. You can now search for constants (+strings) from this menu 2014-04-29 22:45:57 +02:00
Mr. eXoDia 8bf415dbb4 GUI: added find references to address context menu
GUI: fixed a small thing in the ExceptionRangeDialog
GUI: Find Strings now looks inside the memory page currently disassembled instead of CIP
DBG: moved some commands to the documented side
PROJECT: updated help
2014-04-28 03:18:51 +02:00
Mr. eXoDia c0315bac1e GUI: added rva display feature in disassembly
GUI: double click does different stuff in different columns
2014-04-28 02:07:37 +02:00
Mr. eXoDia f2ccaa5c3a GUI: double click toggles a breakpoint (like F2) 2014-04-28 01:03:06 +02:00
Mr. eXoDia 78c15c17d0 GUI: fixed a bug with the TabWidget 2014-04-27 17:40:35 +02:00
Mr. eXoDia 4008a80322 GUI: fixed crashes with Qt4 2014-04-27 03:13:12 +02:00
Nukem ddc365afd8 GUI: Allow windows to be dragged into tabs 2014-04-26 19:16:04 -04:00
Mr. eXoDia 0a115ec8f3 GUI: color commenting 2014-04-26 23:01:01 +02:00
Mr. eXoDia 4c848c16c3 GUI: fixed a bug when tabs are detached 2014-04-26 21:35:11 +02:00
Mr. eXoDia ebfca9adf7 GUI: color fix in StdTable 2014-04-26 21:19:01 +02:00
Mr. eXoDia 9f514b2751 GUI: hex color codes everywhere (custom colors coming soon!) 2014-04-26 21:15:40 +02:00
Mr. eXoDia 8eb711459e GUI: solved some merge conflicts 2014-04-26 20:47:25 +02:00
Mr. eXoDia 5f9f3f88f9 BRIDGE: added DbgScriptGetBranchInfo
DBG: added branch info
DBG: fixed a bug with comments in scripts
DBG: fixed a bug with prepended spaces in scripts
DBG: added script command 'nop'
GUI: separate class RichTextPainter
GUI: script syntax highlighting (jumps+calls+rets+comments)
GUI: backgroundColor property in AbstractTableView
GUI: added keyPressEvent handler (enter follows jumps & arrows select next command) in ScriptView
2014-04-26 20:44:19 +02:00
Nukem 9b36423cdc GUI: Make 'View' work with windowed tabs
Detached tabs now open at cursor location
2014-04-24 23:26:59 -04:00
Nukem 740a693384 GUI: Add detachable tabs 2014-04-24 17:24:24 -04:00
Mr. eXoDia b7b4fb2969 DBG: finished plugin menu API (tested&working)
DBG: updated TitanEngine
GUI: different DbgInit calling place
2014-04-22 21:24:26 +02:00
mr.exodia 3324a3567a GUI: movable tabs (thanks to Nukem for the idea!) 2014-04-19 19:32:35 +02:00
mr.exodia e21a1b0406 DBG: undo internal command crap 2014-04-18 23:04:28 +02:00
mr.exodia 4ff6ea0cb1 BRIDGE: removed DbgMenuEntryClicked
DBG: added internal 'menuentryclicked' command (to simulate a command when a menu entry is clicked)
2014-04-18 22:59:59 +02:00
mr.exodia f17afa0ea7 BRIDGE: added menu API
DBG: added menu API
GUI: changed bridge result variable behavior
GUI: added menu API
2014-04-18 22:37:54 +02:00
Mr. eXoDia ed4f1f5181 GUI: added zword 2014-04-17 23:27:23 +02:00
Mr. eXoDia e8664e2749 DBG: added EnableDebugPrivilege setting
DBG: fixed a small bug in GetFileNameFromHandle
DBG: fixed a bug with attaching to x32 processes from x64_dbg
DBG: updated TitanEngine
GUI: added 'Enable Debug Privilege' to the settings dialog
2014-04-16 19:25:45 +02:00
mr.exodia b4ffffdbe9 GUI: 'Previous (-)' and 'Next (+)' commands have been added to the context menu 2014-04-08 00:05:38 +02:00
Mr. eXoDia cbd8a0fc6f BRIDGE: debugger version number define (just the build number)
GUI: version number in the About title
2014-04-05 18:41:42 +02:00
Mr. eXoDia 47e0f53565 BRIDGE: added GuiReferenceSetSearchStartCol
DBG: only search the strings
GUI: fixed a bug with printDumpAt (the selection would change when you changed the view mode)
GUI: added API for changing the search start col
GUI: fixed a bug the search list view (it would only copy the first three columns)
2014-04-05 16:37:21 +02:00
Mr. eXoDia 9dd6056d31 GUI: added more memory sizes to BeaHighlight 2014-04-05 00:50:58 +02:00
Mr. eXoDia 9ce77e13cb DBG: fixed a small bug in cbRef*
GUI: added a 'Find Strings' button
2014-04-05 00:32:01 +02:00
Mr. eXoDia 3c67b77ec3 BRIDGE: added DbgDisasmFastAt & GuiGetDisassembly
DBG: exported DBG_DISASM_FAST
DBG: references now have disassembly as displayed in the GUI
GUI: added double click signal to StdTable
GUI: added 'Copy' context menu items to the ReferenceView
GUI: added double click slot to the SearchListView
GUI: added GET_DISASSEMBLY export
GUI: fixed a bug with unknown memory sizes (in BeaHighlight)
2014-04-05 00:17:20 +02:00
Mr. eXoDia db9f14ed69 DBG: fixed a bug in fillbasicinfo
DBG: added function 'disasmispossiblestirng' (faster then disasmgetstringat)
DBG: fixed a bug in cbRefFind
DBG: added string references (command: 'strref')
GUI: fixed a bug in deleteAllColumns (from reference view)
2014-04-04 18:45:20 +02:00
Mr. eXoDia e5ab01f63f DBG: removed benchmark code
DBG: fixed a bug in the definition of disasm_fast.h
DBG: added command 'ref' (to search for references to addresses/values/constants)
DBG: added simple (but useful) reference API (reference.cpp)
DBG: fixed a bug in valfromstring
GUI: added Follow address context menus to ReferenceView
GUI: added Follow in Dump to symbol view context menu
GUI: added '*' to settings that require a restart of the debuggee
2014-04-04 16:48:09 +02:00
Mr. eXoDia b31ff8256b DBG: fixed ignored exceptions (when deleting everything, the list is cleared)
GUI: fixed ignored exceptions (delete last now works)
2014-04-01 20:56:54 +02:00
Mr. eXoDia ddf8d59742 PROJECT: some help update
GUI: fixed 'invalid range' messages (thanks to Hellsp@wn)
2014-04-01 19:38:42 +02:00
Mr. eXoDia 95fb7c2624 GUI: fixed a bug in disassembly 2014-03-30 22:20:18 +02:00
Mr. eXoDia 7fa39c08f2 BRIDGE: removed infoline stuff
DBG: fixed stack dumping (now you cannot dump outside of the stack range)
DBG: fixed a bug with x64 memory reading (values were written back incorrectly @ math.cpp)
GUI: fixed a bug with dumping on invalid memory addresses
GUI: fixed a bug with disassembling on invalid memory addresses
GUI: InfoBox draft
GUI: chop spaces at the end of disassembled instructions
GUI: follow in dump draw (currently you can only follow the current selection)
GUI: fixed bugs with slots executed when not debugging anything
GUI: added goto expression to the menu
GUI: very basic stack menu
GUI: GotoDialog now has a valid memory range specifier
2014-03-30 22:12:09 +02:00
Mr. eXoDia e9e5b26d14 PROJECT: updated todo list
GUI: fixed infobox
GUI: removed last space
GUI: added Goto dialog to the dump
2014-03-30 14:47:56 +02:00
Mr. eXoDia d9fdc0a99a BRIDGE: added GuiSetLastException
DBG: dump somewhere when the system breakpoint was hit
DBG: set last exception code in GUI
GUI: last exception code in settings dialog
2014-03-28 17:37:24 +01:00
Mr. eXoDia a72ba35712 GUI: fixed the dump (dump with RVA=0 now works + view switching fully works) 2014-03-28 17:09:16 +01:00
Mr. eXoDia 0ef8c6e2c9 DBG: UndecorateSymbolNames preference 2014-03-28 16:28:05 +01:00
mr.exodia ffce59a2b6 GUI: fixed a bug in the exception catcher
DBG: started with multi-type variables
2014-03-26 22:52:41 +01:00
Mr. eXoDia fda377a057 DBG: fixed a crash with addrinfoget
DBG: fixed a bug with double-set DLL entry breakpoints when debugging a DLL
GUI: fixed a bug with the exception dialog not parsing the hexadecimal value correctly
GUI: added a message box when you saved some settings
DBG: fixed an exploit with the cbDebugString callback (it didn't escape '\')
2014-03-22 16:36:42 +01:00
Mr. eXoDia bd284a385b DBG: added ignored exception list functiosn
GUI: fixed a bug in the SettingsDialog with ignored exceptions
2014-03-21 23:55:59 +01:00
Mr. eXoDia dce8ddcac7 GUI: start with the exception range 2014-03-21 17:32:20 +01:00
Mr. eXoDia a4d3470897 GUI: auto-save default settings 2014-03-20 22:41:48 +01:00
mr.exodia d4b6dd670c BRIDGE: removed CPU title API
GUI: added settings dialog
DBG: added settings (breaking at various callbacks)
DBG: remove singleshoot breakpoints from the database
DBG: safe dprintf function
DBG: set module + thread in window title
DBG: remove memory breakpoints from modules when unloaded
DBG: fixed a few bugs with the recent file list
2014-03-20 00:55:40 +01:00
Mr. eXoDia 1c1270dc76 - added undocumented structures
- added lasterror to the thread list
- fixed the thread list (now clears+updates)
2014-03-16 12:56:55 +01:00
Mr. eXoDia e71d10203a GUI: thread list view (completed 100%)
BRIDGE: added thread list API
DBG: almost completed thread list (needs LastError + WaitReason)
2014-03-16 01:48:14 +01:00
Mr. eXoDia 073cf7b37d GUI: fixed a bug when appendResetDescriptor was called without any previous descriptors 2014-03-08 15:30:39 +01:00
Mr. eXoDia 6746da25c6 GUI: hex/ascii per default 2014-03-08 15:23:57 +01:00
Mr. eXoDia 10cb55e0d0 GUI: added different dump views (context menu)
GUI: appendResetDescriptor function to fix the table offset
GUI: added GUI exception handler
2014-03-08 15:22:40 +01:00
mr.exodia cfa8a2eb21 GUI: clear HexDump when the process stops 2014-03-05 20:08:21 +01:00
Mr. eXoDia 8d9825f156 PROJECT: updated readme
PROJECT: updated todo list
DBG: added stack dump command
2014-03-03 01:24:16 +01:00
Mr. eXoDia 082afb92f4 BRIDGE: added GuiUpdateDumpView
DBG: fixed a bug with the refreshing moment
GUI: added updateDump
GUI: removed global goto window
GUI: removed ugly context menu
2014-03-03 00:58:36 +01:00
mr.exodia 8a54713db9 DBG: added stack information 2014-03-02 22:31:04 +01:00
mr.exodia 68a7a66336 GUI: added stack
BRIDGE: added stack functions (GuiStackDumpAt & DbgStackCommentGet)
DBG: added stackinfo skeleton
GUI: fixed some stuff in the HexDump class
2014-03-02 20:59:58 +01:00
mr.exodia 10fc4ee86e GUI: more abstract HexDump class
GUI: added stack dump
2014-03-02 17:55:47 +01:00
Mr. eXoDia a157322800 BRIDGE: added GuiReferenceSetProgress function
GUI: added ReferenceView progress bar API
2014-02-23 16:43:03 +01:00
Mr. eXoDia e813969f72 DBG: added test commands "refinit" and "refadd" (maybe for a reference searching script?)
GUI: more generic searching in SearchListView
GUI: ReferenceView now uses signals
GUI: added ReferenceView menu entry (+shortcut)
2014-02-23 16:32:49 +01:00
Mr. eXoDia a3eed0f80d BRIDGE: added reference API
GUI: added reference API (untested)
2014-02-23 15:29:39 +01:00
Mr. eXoDia fd07d42621 GUI: added getColTitle to the AbstractTableView 2014-02-23 14:12:10 +01:00
Mr. eXoDia c1a8cfe347 GUI: added 'deleteAllColumns' virtual method in AbstractTableView
GUI: added a search progress bar in the ReferenceView
GUI: added 'deleteAllColumns' in StdTable
2014-02-23 14:03:08 +01:00
Mr. eXoDia 087b7ab7a4 GUI: make sure the requested dump address is always the first byte 2014-02-23 12:48:29 +01:00
Mr. eXoDia 309ab39573 Merge branch 'master' of bitbucket.org:mrexodia/x64_dbg 2014-02-23 12:37:12 +01:00
Mr. eXoDia 512d46cbbc GUI: General SearchListView 2014-02-23 12:36:56 +01:00
SigmaPic 8a4f6c6a22 Updated memory dump to align data on the given VA 2014-02-23 10:11:41 +01:00
Mr. eXoDia 03848519bc GUI: added draft of the reference tab (general tab for references) 2014-02-23 03:17:39 +01:00
Mr. eXoDia 69c76b5db8 PROJECT: updated todo
GUI: added key press signal to StdTabe
GUI: better searching in symbol view (only the resultsar edisplayed)
2014-02-23 02:02:04 +01:00
mr.exodia 53111a169d DBG: added assembleat function
DBG: added XEDParse (does not support all instructions yet)
BRIDGE: added function DbgAssembleAt
GUI: added assemble window
2014-02-22 16:14:36 +01:00
mr.exodia f0fc3ea4f9 GUI: better green in the goto dialog
GUI: added Initialized status in the debugStateChangedSlot
2014-02-22 14:51:41 +01:00
mr.exodia f6558ce9df GUI: draft of tabbed register view (for MMX registers etc) 2014-02-20 22:06:48 +01:00
mr.exodia 27f7433cc3 GUI: Qt about message 2014-02-20 14:54:11 +01:00
mr.exodia c6f4bb0f99 GUI: better message boxes (without taskbar entry) 2014-02-20 14:48:11 +01:00
mr.exodia d8b506cfc0 DBG: fixed another possible memory leak inside _dbg_getbplist when no breakpoints were set
GUI: fixed hardware breakpoint view (thanks to White for the report!)
GUI: fixed Goto dialog (thanks to White for the report!)
2014-02-20 11:59:08 +01:00
mr.exodia 695e8eba12 GUI: compatible with Qt 4.8.5 MSVC2010 2014-02-19 02:58:49 +01:00
mr.exodia 151939c480 GUI: cleanup 2014-02-19 01:57:55 +01:00
mr.exodia a35f891cb1 GUI: simple symbol searcher 2014-02-19 01:27:06 +01:00
mr.exodia 51d6c6e9bc GUI: context menu in Symbol View (follow + copy data)
GUI: fixed more memory leaks with DbgGetBpList
2014-02-19 00:59:54 +01:00
mr.exodia b9aeea14f1 GUI: 'resolved' issue #36 (added recent file list, thanks to durazell!) 2014-02-19 00:00:25 +01:00
mr.exodia 668cb849a7 GUI: fixed a bug with the symbol view 2014-02-18 21:39:51 +01:00
mr.exodia 549a08c6bd DBG: symbol enumeration
GUI: working symbol enumeration
2014-02-18 21:35:43 +01:00
mr.exodia a59d7cbc36 PROJECT: removed crash dumper
GUI: fixed a problem with freeing the breakpoint parameters
2014-02-18 20:03:16 +01:00
mr.exodia 4a145fbcff DBG: fixed a huge memory leak with dbghelp
GUI: fixed a memory leak inside BreakpointsView
2014-02-18 19:48:27 +01:00
mr.exodia f016eb8a6e DBG/GUI: WIP on the symbol view 2014-02-18 17:00:44 +01:00
mr.exodia da61240e3e GUI/DBG/BRIDGE: symbol downloading progress bar
DBG: fixed memory problems with vectors
DBG: seperate symbol log
GUI: symbol log implemented
DBG: draft of the symbol loader
2014-02-18 14:36:32 +01:00
mr.exodia 2f3c1eab0d DBG/GUI: removed vector stuff (caused memory leaks) 2014-02-18 02:05:54 +01:00
mr.exodia a148e89ac1 symbol information stuffs 2014-02-18 01:32:41 +01:00
mr.exodia b393a8b24e GUI: resolved issue #28
DBG: disabled auto-comments (too slow)
GUI: added SymbolView (dummy)
2014-02-17 21:37:49 +01:00
mr.exodia 97e42eddb3 - tabbed interface instead of MDI (just for testing) 2014-02-17 16:19:13 +01:00
mr.exodia 969b52ccb3 compile on qt5 2014-02-17 15:29:01 +01:00
mr.exodia 7841d1c1b3 - resolved issue #34 (no more random crashes)
- added step until return (thanks to RaMMicHaeL for the suggestion)
2014-02-16 22:06:59 +01:00
mr.exodia e5a6871ab3 GUI: updated breakpoint view to display label+comment
DBG: fixed a small bug in DebugDisableBPX
DBG: breakpoint list contains module names without extension
2014-02-15 19:50:31 +01:00
mr.exodia b3fa2c3ad4 BRIDGE: changed BridgeAlloc to use WINAPI
DBG: changed emalloc to use WINAPI
GUI: added GPUStack files
2014-02-15 18:27:11 +01:00
SigmaPic 9117a5e626 Fixed a display bug: When there was a jump instruction with a destination within the current window (inside the cache) but not aligned on an instruction from the cache (e.g. in case of obfuscation), the GUI didn't display the next instruction. 2014-02-15 18:24:14 +01:00
mr.exodia e569ebab95 DBG: added signed comparisons.
DBG: added many general purpose commands!
PROJECT: updated help
GUI: added msgyn messagebox
GUI: updated GuiScriptAdd behaviour (now it's 1000 times faster!)
BRIDGE: added GuiScriptMsgyn
DBG: changed '#' operator to '$' (for internal reasons)
DBG: threaded stepping (GUI could freeze otherwise)
DBG: added various script commands
2014-02-13 15:42:53 +01:00
mr.exodia 439e229423 GUI: double click changes script IP
DBG: fixed a bug in scriptinternalstep
DBG: fixed a bug when executing a command by hand
2014-02-09 22:23:22 +01:00
mr.exodia e85b2a8a91 script dummy working 2014-02-09 21:44:05 +01:00
mr.exodia d982bc2365 GUI: script GUI finished!
DBG: script skeleton finished!
2014-02-09 15:30:30 +01:00
mr.exodia 89072b5db9 GUI: fixed a bug in setIp
DBG: added script test commands
2014-02-09 13:47:47 +01:00
mr.exodia f6bc8ea1b9 GUI scripting done! 2014-02-09 13:34:48 +01:00
mr.exodia cfa83ca68e more script stuff 2014-02-09 00:52:08 +01:00
mr.exodia 1a33da40af first draft of the script window 2014-02-09 00:18:16 +01:00
mr.exodia f010f4ab59 GUI: added dump signal
DBG: added dump command
BRIDGE: added GuiDumpAt export
GUI: added CPUDump to provide context menus etc
2014-01-26 02:12:58 +01:00
mr.exodia 3da8d4a444 GUI: some small changes in the HexDump.cpp file 2014-01-25 13:52:09 +01:00
mr.exodia 3ccb0b4a25 GUI: added "HW Break on [CSP]" menu in register view
GUI: set correct width for hex dump
2014-01-15 20:28:53 +01:00
SigmaPic bd4d220af2 GUI: First draft of hexa dump implementation 2014-01-03 15:38:46 +01:00
mr.exodia 07efe9eb57 GUI: fixed a bug with negative selection
GUI: fixed a bug with the message boxes
2013-12-28 03:07:10 +01:00
mr.exodia 2b2e505922 GUI: fixed a mouse wheel scrolling bug 2013-12-28 02:38:58 +01:00
mr.exodia 99d67a5777 PROJECT: updated help
PROJECT: updated todo list
DBG: added 'erun', 'estep' etc.
DBG: added explicit api retrieval ("ntdll.dll:LdrGetFailuredata" works now)
GUI: added erun, estep etc in the menu + shortcut
GUI: fixed pageup+pagedown problem in disassembly
2013-12-28 02:33:23 +01:00
mr.exodia 3da353e8c5 PROJECT: updated help
BRIDGE: added function DbgFunctionOverlaps and DbgFunctionGet
DBG: added functiondel + function commands
GUI: added setting/deleting functions in the GUI
2013-12-27 22:27:29 +01:00
mr.exodia bdecbc6458 PROJECT: updated todo list
BRIDGE: added FUNCTION structure to the ADDRINFO structure
DBG: fixed some potential buffer overflows in modname variables
DBG: added 'functions' to the database (functionfromaddr, functionoverlaps, functionadd)
DBG: added 'functionadd' command ("functionadd startAddr,endAddr")
DBG: FINALLY fixed this non-silent bug in mathfromstring
GUI: re-enabled Function_single drawing
2013-12-27 20:54:10 +01:00
mr.exodia be36241a69 DBG: updated TitanEngine
BRIDGE: added LOOP_ENTRY definition
DBG: fixed a bug with strings
DBG: added an alloctrace feature (for debugging only)
DBG: added plugin callbacks: CB_ATTACH and CB_DETACH
GUI: added LOOP_ENTRY drawing
2013-12-25 15:39:54 +01:00
mr.exodia 1a8fcdcd65 DBG: fixed a bug in addrinfoget (live comments)
DBG: check if process architecture matches the current debugger architecture
DBG: fixed a bug with non-silent valfromstring (last fix regarding silent stuff)
DBG: added memory operation brackets: '[', ']' and 'n:[' (see help)
GUI: removed useless info lines
PROJECT: updated help
2013-12-22 20:44:21 +01:00
mr.exodia d1b3f36cac BRIDGE: added 'DbgGetBranchDestination'
GUI: Enter/Return when a jump/call/ret is selected will now 'follow' the jump
2013-12-22 17:03:38 +01:00
mr.exodia f3f1056165 BRIDGE: changed typedef of GUISENDMESSAGE
BRIDGE: added GuiGetWindowHandle function
DBG: added crappy(!) string detection
DBG: fixed another bug with valfromstring not being silent
DBG: added function 'disasmgetstringat' (UNICODE detection doesnt work)
2013-12-22 16:38:14 +01:00
mr.exodia af4f257c45 BRIDGE: changed DbgGetLabelAt behaviour
BRIDGE: added GUI_SET_INFO_LINE
DBG: removed in-memory checking of the label inside _dbg_addrinfoget
DBG: updated disasm_helper (fill argument description)
DBG: fixed a bug with non-silent 'valfromstring' output
GUI: added InfoBox class
GUI: 'setShowHeader' function in the AbstractTableView
GUI: hide disassembly header
2013-12-22 14:43:46 +01:00
mr.exodia c8f992a585 GUI: added middle click = copy address 2013-12-21 15:19:49 +01:00
mr.exodia 77ad30f100 BRIDGE: added DbgGetFunctionTypeAt and DbgGetLoopTypeAt
GUI: font fix for Qt5
GUI: added painting of function lines and loop lines (for analysis in the future)
GUI: fixed a drawing bug (caused little coloured dot) when making the column smaller
2013-12-15 02:18:31 +01:00
mr.exodia cc9bd15013 BRIDGE: added GuiUpdateWindowTitle & GuiUpdateCPUTitle
DBG: changed memory map modname (now with extension)
DBG: change the window title to the currently debugged file + modname in CPU window for currently disassembled module
GUI: added update window title + cpu title
2013-12-14 14:56:49 +01:00
mr.exodia b1359addee GUI: fixed a bug reported by Insid3Code (thanks for the report!) 2013-12-14 13:42:29 +01:00
Sigmapic 00adc5c8d2 GUI: Resolved issue #16 2013-12-10 21:11:17 +01:00
Sigmapic 57fbcae120 GUI: Fixed an out of range mistake 2013-12-10 20:49:23 +01:00
Sigmapic 9f1d34153c GUI: Fixed a coding mistake 2013-12-10 20:49:22 +01:00
Sigmapic c5dc01f885 GUI: Add Up/Down key support in StdTable class 2013-12-08 13:43:04 +01:00
Sigmapic 99cb8abf92 GUI: Fixed bug in StdTable.cpp 2013-12-08 13:42:35 +01:00
Sigmapic 41ad09d41e GUI: Breakpoint window has been improved 2013-12-07 20:27:09 +01:00
Sigmapic b60f64dd86 GUI: Fix StdTable data access methods to prevent index out of range 2013-12-07 20:27:08 +01:00
Sigmapic 48f7fd8bde GUI: Add a class to handle breakpoints 2013-12-07 20:27:07 +01:00
Sigmapic ea91cfcf66 GUI: Add GUI export message 2013-12-06 16:36:19 +01:00
Sigmapic cd8c8e0974 GUI: Bridge has been updated 2013-12-06 15:35:52 +01:00
Sigmapic 1555e27820 GUI: Add Column title support 2013-12-06 15:28:42 +01:00
mr.exodia df9c1e9a21 PROJECT: updated clean.bat
PROJECT: updated MSVC projects
BRIDGE: use _gui_sendmessage
BRIDGE: small change of enum value
GUI: cleaned up the bridge (directly use Dbg* exports)
GUI: removed many exports
2013-12-06 15:10:44 +01:00
Sigmapic cecc3dccbd GUI: Add "_gui_sendmessage" export to communicate with GUI throw this single communication channel 2013-12-04 21:14:02 +01:00
Sigmapic 84c42e9d95 GUI: Breakpoint window has been started 2013-12-04 21:14:01 +01:00
Sigmapic 3b8d5b8448 GUI: Minor changes 2013-12-04 21:14:00 +01:00
mr.exodia 86f05e2624 PROJECT: updated todo list
GUI: fixed a bug with DOS filenames in the drag&drop function
2013-12-02 17:15:18 +01:00
mr.exodia acc1196461 BRIDGE: moved _dbg_dbginit to a new export (to call when the GUI is ready)
DBG: changed some stuff in the plugin loader
GUI: call DbgInit when ready loading the GUI
2013-11-25 16:18:04 +01:00
mr.exodia ae46df3278 DBG: added a plugin define
DBG: changed the order of importance in valfromstring
GUI: fixed spelling mistake xD
2013-11-24 23:15:26 +01:00
Sigmapic b0ef552740 GUI: Add hardware breakpoint support from right click context menu 2013-11-24 11:16:57 +01:00
mr.exodia 4c2f73518a DBG: added bplist
DBG: added bookmark
GUI: many improbments
2013-11-20 22:28:20 +01:00
mr.exodia c15726cf2c BRIDGE: added BridgeSetting* exports
DBG: changed how modules are handled internally ('filename.extension' instead of 'filename')
DBG: fixed a bug in bpfixmemory (memory breakpoints would change the bytes too)
DBG: show breakpoint type when you break
DBG: added DeleteMemoryBPX command
DBG: set the most recent file using BridgeSetting
GUI: updated stuff with modules (MAX_MODULE_SIZE)
GUI: added restartDebugging() function
PROJECT: updated help
2013-11-20 17:55:59 +01:00
mr.exodia b12a05f627 DBG: updated TitanEngine
DBG: fixed terribly slow _dbg_memread export (became slow when you set more then two breakpoints)
DBG: fixed various bugs in breakpoint.cpp
DBG: added bpfixmemory to breakpoint.cpp (this restores the original breakpoint bytes)
DBG: re-enabled memory breakpoints
DBG: remove breakpoints outside of modules
DBG: fixed a bug in "bplist"
DBG: silent breakpoint
BRIDGE: renamed breakpoint types
2013-11-19 22:41:04 +01:00
Sigmapic 67f5a6ae8e GUI: Fixup. Now buffer instruction is used with the isSelected method. 2013-11-19 19:06:33 +01:00
Sigmapic db2eb31d40 GUI: #23 has been solved. Some stuff is now done from the instruction buffer and the mShouldReload boolean was not set to false after reloading data. Instruction can be improved with a structure that describe the buffer content... 2013-11-19 18:45:06 +01:00
mr.exodia 0f7e547f74 DBG: updated TitanEngine (hardware breakpoints for x64 now work)
PROJECT: updated help
DBG: you can now set & delete hardware breakpoints (x32+x64)
GUI: added hardware breakpoint delete in context menu
GUI: changed command bar shortcut to CTRL+ENTER
2013-11-18 22:12:42 +01:00
Sigmapic cfa9c9ae0c GUI: Fixed minor GUI bug 2013-11-17 18:59:04 +01:00
Sigmapic 1155aab293 GUI: Right click context menu implementation of the CPUDisassembly.h class has been started 2013-11-17 18:59:03 +01:00
Sigmapic 4169647ed9 GUI: Disassembly of the CPU sub-window is now a child from the Disassembly.h class. 2013-11-17 18:59:02 +01:00
Sigmapic fcdb072d73 GUI: Removed the MemoryPage dependency from the Disassembly class (Useless) 2013-11-17 18:59:01 +01:00
mr.exodia da3fdf53a3 DBG: fixed all memory leaks (from emalloc&efree) 2013-11-17 13:10:29 +01:00
mr.exodia d80b5cf1c3 fixed various bugs + added internal sqlite database for exports 2013-11-17 02:43:50 +01:00
mr.exodia 5a862a2d1e GUI: fixed breakpoint colour 2013-11-16 11:26:59 +01:00
mr.exodia 632e3199e1 GUI: removed obsolete build step file 2013-11-16 00:19:45 +01:00
mr.exodia 67bf3d2868 BRIDGE: added GuiUpdateAllViews export
BRIDGE: added GuiUpdateDisassemblyView export
DBG: call GuiUpdateAllViews(); where needed (resolved issue #19)
GUI: compatible with Qt5 & MSVC again
GUI: added '_gui_updatedisassemblyview' export
2013-11-16 00:17:55 +01:00
Sigmapic d7dc655794 GUI: Add the "void _gui_repaint()" export to the GUI 2013-11-15 23:10:30 +01:00
Sigmapic 62094f09ec GUI: resolved issue #20 2013-11-15 22:59:35 +01:00
mr.exodia 683b24f950 GUI: update 2013-11-15 22:37:09 +01:00
mr.exodia 14fe930c37 GUI: new batch files 2013-11-15 22:13:39 +01:00
mr.exodia 709db24e13 - updated .gitignore
- updated readme.txt
- removed bridge .lib files
2013-11-14 22:53:30 +01:00
mr.exodia 6c9de40fbc first commit 2013-11-14 21:55:18 +01:00