1
0
Fork 0
x64dbg/x64_dbg_gui/Project/Src/Gui
Mr. eXoDia 0225a2a228 GUI: added HexEditDialog to CPUStack 2014-07-05 14:20:55 +02:00
..
AppearanceDialog.cpp GUI: configuration in HexEditDialog 2014-07-05 05:05:56 +02:00
AppearanceDialog.h GUI: updated configuration 2014-06-25 04:19:10 +02:00
AppearanceDialog.ui GUI: more userfriendly Appearance dialog (will set colors in disassembly directly when you change them) 2014-06-13 21:26:19 +02:00
BreakpointsView.cpp GUI: added Copy menus to most StdTables 2014-06-25 19:52:19 +02:00
BreakpointsView.h compile on qt5 2014-02-17 15:29:01 +01:00
CPUDisassembly.cpp GUI: binary edit in disassembly 2014-07-05 05:12:27 +02:00
CPUDisassembly.h GUI: binary edit in disassembly 2014-07-05 05:12:27 +02:00
CPUDump.cpp GUI: binary edit in disassembly 2014-07-05 05:12:27 +02:00
CPUDump.h GUI: added Binary->Edit menu option in dump (using the HexEditDialog) 2014-07-05 05:06:18 +02:00
CPUInfoBox.cpp GUI: corrected a function call\nDBG: corrected a few types 2014-07-05 01:42:15 +02:00
CPUInfoBox.h GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
CPUSideBar.cpp 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
CPUSideBar.h 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
CPUStack.cpp GUI: added HexEditDialog to CPUStack 2014-07-05 14:20:55 +02:00
CPUStack.h GUI: added HexEditDialog to CPUStack 2014-07-05 14:20:55 +02:00
CPUWidget.cpp GUI: update the sidebar while in the settings dialog 2014-06-21 00:14:35 +02:00
CPUWidget.h GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
CPUWidget.ui GUI: resolved issue #28 2014-02-17 21:37:49 +01:00
CloseDialog.cpp GUI: added little popup dialog on closing 2014-06-21 01:52:12 +02:00
CloseDialog.h GUI: AStyle 2014-07-05 03:02:14 +02:00
CloseDialog.ui GUI: added little popup dialog on closing 2014-06-21 01:52:12 +02:00
CommandHelpView.cpp GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
CommandHelpView.h GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
CommandHelpView.ui GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
CommandLineEdit.cpp DBG: added command auto-completion 2014-05-21 00:22:49 +02:00
CommandLineEdit.h ida sidebar 2014-06-08 21:50:31 +02:00
ExceptionRangeDialog.cpp GUI: fixed various warnings 2014-06-25 18:46:35 +02:00
ExceptionRangeDialog.h formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
ExceptionRangeDialog.ui GUI: start with the exception range 2014-03-21 17:32:20 +01:00
GotoDialog.cpp GUI: added 'Search For -> Intermodular calls' (resolved issue #89) 2014-06-24 04:52:52 +02:00
GotoDialog.h formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
GotoDialog.ui DBG: added command auto-completion 2014-05-21 00:22:49 +02:00
HexEditDialog.cpp GUI: configuration in HexEditDialog 2014-07-05 05:05:56 +02:00
HexEditDialog.h GUI: updated QHexEdit3 + fixed focus and tabstop in HexEditDialog 2014-07-05 04:46:52 +02:00
HexEditDialog.ui GUI: updated QHexEdit3 + fixed focus and tabstop in HexEditDialog 2014-07-05 04:46:52 +02:00
LineEditDialog.cpp GUI: fill with NOPs option in GUI (resolved issue #43) 2014-06-25 01:14:00 +02:00
LineEditDialog.h GUI: fill with NOPs option in GUI (resolved issue #43) 2014-06-25 01:14:00 +02:00
LineEditDialog.ui GUI: fill with NOPs option in GUI (resolved issue #43) 2014-06-25 01:14:00 +02:00
LogView.cpp GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
LogView.h GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
MainWindow.cpp GUI: resolved issue #86 (context menu in memory map) 2014-06-25 21:02:00 +02:00
MainWindow.h GUI: added 'Search For -> Intermodular calls' (resolved issue #89) 2014-06-24 04:52:52 +02:00
MainWindow.ui GUI: added 'Search For -> Intermodular calls' (resolved issue #89) 2014-06-24 04:52:52 +02:00
MemoryMapView.cpp GUI: resolved issue #86 (context menu in memory map) 2014-06-25 21:02:00 +02:00
MemoryMapView.h GUI: resolved issue #86 (context menu in memory map) 2014-06-25 21:02:00 +02:00
RegistersView.cpp GUI: resolved issue #86 (context menu in memory map) 2014-06-25 21:02:00 +02:00
RegistersView.h 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
ScriptView.cpp GUI: fixed context menu in script view + fixed shortcut in CPUDump (ctrl+g now works) 2014-06-30 17:44:25 +02:00
ScriptView.h GUI: fixed context menu in script view + fixed shortcut in CPUDump (ctrl+g now works) 2014-06-30 17:44:25 +02:00
SettingsDialog.cpp GUI: updated configuration 2014-06-25 04:19:10 +02:00
SettingsDialog.h GUI: removed BeaHighlight class + added settings for argument/memory spaces 2014-06-13 23:56:58 +02:00
SettingsDialog.ui GUI: removed BeaHighlight class + added settings for argument/memory spaces 2014-06-13 23:56:58 +02:00
StatusLabel.cpp DBG: fixed a nasty bug in modbasefromname (thanks Artic!) 2014-05-26 15:40:14 +02:00
StatusLabel.h GUI: resolved issue #28 2014-02-17 21:37:49 +01:00
SymbolView.cpp GUI: resolved issue #86 (context menu in memory map) 2014-06-25 21:02:00 +02:00
SymbolView.h GUI: use 'setupCopyMenu' in SearchListView (symbols + references) 2014-06-25 19:29:07 +02:00
SymbolView.ui GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
TabBar.cpp formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
TabBar.h formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
TabWidget.cpp formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
TabWidget.h formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
ThreadView.cpp GUI: added Copy menus to most StdTables 2014-06-25 19:52:19 +02:00
ThreadView.h GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
WordEditDialog.cpp GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
WordEditDialog.h GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00
WordEditDialog.ui GUI: some categorizing in the GUI 2014-06-13 15:34:52 +02:00