2017-03-29 10:18:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-06-15 09:53:10 +00:00
|
|
|
<width>1013</width>
|
2017-10-01 14:36:40 +00:00
|
|
|
<height>606</height>
|
2017-03-29 10:18:37 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2017-09-25 12:55:41 +00:00
|
|
|
<string notr="true">Cutter</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
2019-06-18 18:22:26 +00:00
|
|
|
<string notr="true"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="documentMode">
|
2019-05-23 04:40:53 +00:00
|
|
|
<bool>true</bool>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="dockNestingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-08-24 22:36:15 +00:00
|
|
|
<widget class="QMenu" name="addExtraWidgets">
|
|
|
|
<property name="title">
|
|
|
|
<string>Add extra...</string>
|
2017-10-09 10:06:34 +00:00
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-06-15 09:53:10 +00:00
|
|
|
<width>1013</width>
|
2019-01-24 22:32:24 +00:00
|
|
|
<height>22</height>
|
2017-03-29 10:18:37 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="defaultUp">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="nativeMenuBar">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2018-08-24 22:36:15 +00:00
|
|
|
<x>378</x>
|
|
|
|
<y>100</y>
|
2019-06-18 18:22:26 +00:00
|
|
|
<width>156</width>
|
|
|
|
<height>220</height>
|
2017-03-29 10:18:37 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionNew"/>
|
2018-01-16 14:09:51 +00:00
|
|
|
<addaction name="actionOpen"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionImportPDB"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSave"/>
|
2017-10-21 19:20:10 +00:00
|
|
|
<addaction name="actionSaveAs"/>
|
2018-08-24 22:36:15 +00:00
|
|
|
<addaction name="actionExport_as_code"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionRun_Script"/>
|
|
|
|
<addaction name="separator"/>
|
2017-03-31 21:54:06 +00:00
|
|
|
<addaction name="actionQuit"/>
|
2018-08-24 22:36:15 +00:00
|
|
|
<addaction name="separator"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
</widget>
|
2017-09-01 13:03:35 +00:00
|
|
|
<widget class="QMenu" name="menuView">
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>View</string>
|
|
|
|
</property>
|
|
|
|
<property name="tabsOnTop" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2017-05-26 08:52:17 +00:00
|
|
|
<addaction name="actionRefresh_contents"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
<addaction name="separator"/>
|
2018-01-16 14:09:51 +00:00
|
|
|
<addaction name="actionDefault"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
<addaction name="actionReset_settings"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionLock"/>
|
|
|
|
<addaction name="actionTabs_on_Top"/>
|
2019-05-08 11:38:25 +00:00
|
|
|
<addaction name="actionGrouped_dock_dragging"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionAbout"/>
|
2019-02-07 10:52:08 +00:00
|
|
|
<addaction name="actionIssue"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
<property name="title">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
2018-04-24 08:43:11 +00:00
|
|
|
<addaction name="actionSearch"/>
|
2017-11-27 17:28:44 +00:00
|
|
|
<addaction name="actionUndoSeek"/>
|
|
|
|
<addaction name="actionRedoSeek"/>
|
2018-08-12 16:20:16 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionPreferences"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
</widget>
|
2018-06-06 11:05:20 +00:00
|
|
|
<widget class="QMenu" name="menuWindows">
|
|
|
|
<property name="title">
|
|
|
|
<string>Windows</string>
|
|
|
|
</property>
|
2019-02-21 11:08:02 +00:00
|
|
|
<widget class="QMenu" name="menuPlugins">
|
|
|
|
<property name="title">
|
|
|
|
<string>Plugins</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-09-01 15:50:16 +00:00
|
|
|
<widget class="QMenu" name="menuAddInfoWidgets">
|
|
|
|
<property name="title">
|
|
|
|
<string>Info...</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionClasses"/>
|
2019-02-09 11:51:16 +00:00
|
|
|
<addaction name="actionEntrypoints"/>
|
2018-09-01 15:50:16 +00:00
|
|
|
<addaction name="actionExports"/>
|
|
|
|
<addaction name="actionFlags"/>
|
2019-02-09 11:51:16 +00:00
|
|
|
<addaction name="actionHeaders"/>
|
|
|
|
<addaction name="actionImports"/>
|
|
|
|
<addaction name="actionRelocs"/>
|
|
|
|
<addaction name="actionResources"/>
|
|
|
|
<addaction name="actionSDBBrowser"/>
|
2018-09-01 15:50:16 +00:00
|
|
|
<addaction name="actionSections"/>
|
2018-10-20 18:20:06 +00:00
|
|
|
<addaction name="actionSegments"/>
|
2019-02-09 11:51:16 +00:00
|
|
|
<addaction name="actionSymbols"/>
|
|
|
|
<addaction name="actionVTables"/>
|
2018-09-01 15:50:16 +00:00
|
|
|
<addaction name="actionZignatures"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuAddDebugWidgets">
|
|
|
|
<property name="title">
|
|
|
|
<string>Debug...</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionBacktrace"/>
|
|
|
|
<addaction name="actionBreakpoint"/>
|
2019-02-09 11:51:16 +00:00
|
|
|
<addaction name="actionMemoryMap"/>
|
|
|
|
<addaction name="actionRegisters"/>
|
2018-09-01 15:50:16 +00:00
|
|
|
<addaction name="actionRegisterRefs"/>
|
2019-02-09 11:51:16 +00:00
|
|
|
<addaction name="actionStack"/>
|
2018-09-01 15:50:16 +00:00
|
|
|
</widget>
|
2018-06-06 11:05:20 +00:00
|
|
|
<addaction name="actionDashboard"/>
|
|
|
|
<addaction name="separator"/>
|
2019-02-09 11:51:16 +00:00
|
|
|
<addaction name="actionFunctions"/>
|
2019-09-06 05:40:20 +00:00
|
|
|
<addaction name="actionDecompiler"/>
|
2019-02-09 11:51:16 +00:00
|
|
|
<addaction name="actionOverview"/>
|
2018-06-06 11:05:20 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSearch"/>
|
2019-02-09 11:51:16 +00:00
|
|
|
<addaction name="actionStrings"/>
|
2019-01-24 22:32:24 +00:00
|
|
|
<addaction name="actionTypes"/>
|
2018-06-06 11:05:20 +00:00
|
|
|
<addaction name="separator"/>
|
2019-06-18 18:22:26 +00:00
|
|
|
<addaction name="actionExtraDisassembly"/>
|
|
|
|
<addaction name="actionExtraGraph"/>
|
|
|
|
<addaction name="actionExtraHexdump"/>
|
|
|
|
<addaction name="separator"/>
|
2018-09-01 15:50:16 +00:00
|
|
|
<addaction name="menuAddInfoWidgets"/>
|
|
|
|
<addaction name="menuAddDebugWidgets"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
<addaction name="separator"/>
|
2017-12-21 15:47:36 +00:00
|
|
|
<addaction name="actionComments"/>
|
|
|
|
<addaction name="actionConsole"/>
|
2018-05-25 14:30:59 +00:00
|
|
|
<addaction name="separator"/>
|
2019-02-21 11:08:02 +00:00
|
|
|
<addaction name="menuPlugins"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
</widget>
|
2018-07-17 07:26:20 +00:00
|
|
|
<widget class="QMenu" name="menuDebug">
|
|
|
|
<property name="title">
|
|
|
|
<string>Debug</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-03-29 10:18:37 +00:00
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuEdit"/>
|
|
|
|
<addaction name="menuView"/>
|
2017-09-01 13:03:35 +00:00
|
|
|
<addaction name="menuWindows"/>
|
2018-07-17 07:26:20 +00:00
|
|
|
<addaction name="menuDebug"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::DefaultContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string notr="true">Main toolbar</string>
|
|
|
|
</property>
|
|
|
|
<property name="movable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2018-10-04 13:37:12 +00:00
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
2017-03-29 10:18:37 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2018-03-08 09:11:19 +00:00
|
|
|
<addaction name="actionBackward"/>
|
2017-03-29 10:18:37 +00:00
|
|
|
<addaction name="actionForward"/>
|
|
|
|
</widget>
|
2018-01-16 14:09:51 +00:00
|
|
|
<action name="actionDefault">
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="text">
|
2017-11-27 17:28:44 +00:00
|
|
|
<string>Reset Layout</string>
|
2017-11-04 15:37:07 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reset layout</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-05-25 14:30:59 +00:00
|
|
|
<action name="actionZen">
|
|
|
|
<property name="text">
|
|
|
|
<string>Zen Mode</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Zen mode</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-03-29 10:18:37 +00:00
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="text">
|
|
|
|
<string>About</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-02-07 10:52:08 +00:00
|
|
|
<action name="actionIssue">
|
|
|
|
<property name="text">
|
|
|
|
<string>Report an issue</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-03-29 10:18:37 +00:00
|
|
|
<action name="actionNew">
|
|
|
|
<property name="text">
|
|
|
|
<string>New</string>
|
|
|
|
</property>
|
2017-11-27 17:28:44 +00:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionClose">
|
|
|
|
<property name="text">
|
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSave_workspace">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Save layout</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Save layout</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDocumentation">
|
|
|
|
<property name="text">
|
|
|
|
<string>Documentation</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-01-16 14:09:51 +00:00
|
|
|
<action name="actionOpen">
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Open</string>
|
|
|
|
</property>
|
2017-11-27 17:28:44 +00:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+O</string>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
</action>
|
|
|
|
<action name="actionSave">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save</string>
|
|
|
|
</property>
|
2017-10-21 19:20:10 +00:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
</action>
|
2017-11-27 17:28:44 +00:00
|
|
|
<action name="actionUndoSeek">
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="text">
|
2017-11-27 17:28:44 +00:00
|
|
|
<string>Undo Seek</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-11-27 17:28:44 +00:00
|
|
|
<action name="actionRedoSeek">
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="text">
|
2017-11-27 17:28:44 +00:00
|
|
|
<string>Redo Seek</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCut">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cut</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCopy">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPaste">
|
|
|
|
<property name="text">
|
|
|
|
<string>Paste</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDelete">
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSelect_all">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Select all</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select all</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFind">
|
|
|
|
<property name="text">
|
|
|
|
<string>Find</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFind_next">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Find next</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Find next</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFind_previous">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Find previous</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Find previous</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-03-08 09:11:19 +00:00
|
|
|
<action name="actionBackward">
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="icon">
|
2019-06-18 18:22:26 +00:00
|
|
|
<iconset>
|
2019-04-27 17:58:44 +00:00
|
|
|
<normaloff>:/img/icons/arrow_left.svg</normaloff>:/img/icons/arrow_left.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Back</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Go back</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionForward">
|
|
|
|
<property name="icon">
|
2019-06-18 18:22:26 +00:00
|
|
|
<iconset>
|
2019-04-27 17:58:44 +00:00
|
|
|
<normaloff>:/img/icons/arrow_right.svg</normaloff>:/img/icons/arrow_right.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Forward</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLock">
|
2017-09-02 08:46:48 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="text">
|
2017-11-27 17:28:44 +00:00
|
|
|
<string>Unlock Panels</string>
|
2017-11-04 15:37:07 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle panel locks</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="iconVisibleInMenu">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLockUnlock">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-06-18 18:22:26 +00:00
|
|
|
<iconset>
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/unlock</normaloff>:/unlock</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Lock/Unlock</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Lock/Unlock</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionStrings">
|
|
|
|
<property name="checkable">
|
2017-12-21 15:47:36 +00:00
|
|
|
<bool>true</bool>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Strings</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Show/Hide Strings panel</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSections">
|
|
|
|
<property name="checkable">
|
2017-12-21 15:47:36 +00:00
|
|
|
<bool>true</bool>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Sections</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-04-12 10:16:43 +00:00
|
|
|
<string>Show/Hide Sections panel</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-10-20 18:20:06 +00:00
|
|
|
<action name="actionSegments">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Segments</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/Hide Segments panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-03-29 10:18:37 +00:00
|
|
|
<action name="actionFunctions">
|
|
|
|
<property name="checkable">
|
2017-12-21 15:47:36 +00:00
|
|
|
<bool>true</bool>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Functions</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Show/Hide Functions panel</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionImports">
|
|
|
|
<property name="checkable">
|
2017-12-21 15:47:36 +00:00
|
|
|
<bool>true</bool>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Imports</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Show/Hide Imports panel</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSymbols">
|
|
|
|
<property name="checkable">
|
2017-12-21 15:47:36 +00:00
|
|
|
<bool>true</bool>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Symbols</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Show/Hide Symbols panel</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-12-21 15:47:36 +00:00
|
|
|
<action name="actionRelocs">
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="checkable">
|
2017-12-21 15:47:36 +00:00
|
|
|
<bool>true</bool>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Relocs</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Show/Hide Relocs panel</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFlags">
|
|
|
|
<property name="checkable">
|
2017-12-21 15:47:36 +00:00
|
|
|
<bool>true</bool>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Flags</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Show/Hide Flags panel</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionMem">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Memory</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/Hide Memory panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTheme">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-06-18 18:22:26 +00:00
|
|
|
<iconset>
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/themes.svg</normaloff>:/img/icons/themes.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Theme</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoRepeat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::PreferencesRole</enum>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTabs">
|
|
|
|
<property name="icon">
|
2019-06-18 18:22:26 +00:00
|
|
|
<iconset>
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/tabs.svg</normaloff>:/img/icons/tabs.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Tabs up/down</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Tabs up/down</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRefresh_Panels">
|
|
|
|
<property name="icon">
|
2019-06-18 18:22:26 +00:00
|
|
|
<iconset>
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/spin.svg</normaloff>:/img/icons/spin.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Refresh</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-12-21 15:47:36 +00:00
|
|
|
<action name="actionComments">
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="checkable">
|
2017-12-21 15:47:36 +00:00
|
|
|
<bool>true</bool>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Comments</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Show/Hide comments</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTabs_on_Top">
|
2017-09-02 08:46:48 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="text">
|
2017-11-27 17:28:44 +00:00
|
|
|
<string>Show Tabs at the Top</string>
|
2017-11-04 15:37:07 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Toggle tab position</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDark_Theme">
|
|
|
|
<property name="text">
|
2017-11-27 17:28:44 +00:00
|
|
|
<string>Dark Theme</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLoad_workspace">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Load layout</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Load layout</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionWhite_Theme">
|
|
|
|
<property name="text">
|
2017-11-27 17:28:44 +00:00
|
|
|
<string>Default Theme</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionBindiff">
|
|
|
|
<property name="text">
|
|
|
|
<string>Bindiff</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAnalysis">
|
|
|
|
<property name="text">
|
|
|
|
<string>Analysis</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTest_menu">
|
|
|
|
<property name="text">
|
|
|
|
<string>Test menu</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexCopy_Hexpair">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Copy hexpair</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Copy hexpair</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexCopy_Text">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Copy text</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Copy text</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexCopy_ASCII">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy ASCII</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexInsert_String">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Insert string</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Insert string</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexInsert_Hex">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Insert hex</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Insert hex</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexEdit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHexPaste">
|
|
|
|
<property name="text">
|
|
|
|
<string>Paste</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisas_ShowHideBytes">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show/Hide bytes</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasSwitch_case">
|
|
|
|
<property name="text">
|
|
|
|
<string>Switch case</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasCopy_All">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Copy all</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Copy all</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasCopy_Bytes">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Copy bytes</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Copy bytes</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasCopy_Disasm">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Copy disasm</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Copy disasm</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-10-03 08:50:07 +00:00
|
|
|
<action name="actionDisplayOptions">
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Copy disasm</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Copy disasm</string>
|
2017-10-03 08:50:07 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-03-29 10:18:37 +00:00
|
|
|
<action name="actionStart_Web_Server">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-06-18 18:22:26 +00:00
|
|
|
<iconset>
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/cloud.svg</normaloff>:/img/icons/cloud.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Start web server</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Start web server</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action1column">
|
|
|
|
<property name="text">
|
|
|
|
<string>1</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action2columns">
|
|
|
|
<property name="text">
|
|
|
|
<string>2</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action4columns">
|
|
|
|
<property name="text">
|
|
|
|
<string>4</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action8columns">
|
|
|
|
<property name="text">
|
|
|
|
<string>8</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action16columns">
|
|
|
|
<property name="text">
|
|
|
|
<string>16</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action32columns">
|
|
|
|
<property name="text">
|
|
|
|
<string>32</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action64columns">
|
|
|
|
<property name="text">
|
|
|
|
<string>64</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSyntax_AT_T_Intel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Syntax AT&T/Intel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFunctionsRename">
|
|
|
|
<property name="text">
|
|
|
|
<string>Rename</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFunctionsUndefine">
|
|
|
|
<property name="text">
|
|
|
|
<string>Undefine</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasRename">
|
|
|
|
<property name="text">
|
|
|
|
<string>Rename</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasmUndefine">
|
|
|
|
<property name="text">
|
|
|
|
<string>Undefine</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDisasAdd_comment">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add comment</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionhide_bottomPannel">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-06-18 18:22:26 +00:00
|
|
|
<iconset>
|
2017-06-15 09:53:10 +00:00
|
|
|
<normaloff>:/img/icons/down.svg</normaloff>:/img/icons/down.svg</iconset>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Show/Hide bottom pannel</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/Hide bottom pannel</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-11-18 15:06:55 +00:00
|
|
|
<action name="actionSDBBrowser">
|
2017-12-21 15:47:36 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="text">
|
2017-11-18 15:06:55 +00:00
|
|
|
<string>SDB Browser</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRun_Script">
|
|
|
|
<property name="text">
|
2017-11-27 17:28:44 +00:00
|
|
|
<string>Run Script</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDashboard">
|
2017-12-21 15:47:36 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Dashboard</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-08-31 17:43:46 +00:00
|
|
|
<string>Show/Hide Dashboard panel</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionReset_settings">
|
|
|
|
<property name="text">
|
2017-11-27 17:28:44 +00:00
|
|
|
<string>Reset Settings</string>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reset settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-03-31 21:54:06 +00:00
|
|
|
<action name="actionQuit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Quit</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Q</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-05-19 07:45:26 +00:00
|
|
|
<action name="actionExports">
|
2017-12-21 15:47:36 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-05-19 07:45:26 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Exports</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2017-11-04 15:37:07 +00:00
|
|
|
<string>Show/Hide Exports panel</string>
|
2017-05-19 07:45:26 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-05-26 08:52:17 +00:00
|
|
|
<action name="actionRefresh_contents">
|
|
|
|
<property name="text">
|
2017-11-27 17:28:44 +00:00
|
|
|
<string>Refresh Contents</string>
|
2017-05-26 08:52:17 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Refresh contents</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-08-31 17:43:46 +00:00
|
|
|
<action name="actionDisplay_Esil">
|
2017-09-01 13:03:35 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show ESIL rather than assembly</string>
|
|
|
|
</property>
|
2017-08-31 17:43:46 +00:00
|
|
|
</action>
|
2019-09-06 05:40:20 +00:00
|
|
|
<action name="actionDisplay_Decompiler">
|
2017-09-01 13:03:35 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show pseudocode rather than assembly</string>
|
|
|
|
</property>
|
2017-08-31 17:43:46 +00:00
|
|
|
</action>
|
2017-12-21 15:47:36 +00:00
|
|
|
<action name="actionEntrypoints">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-07-13 18:49:12 +00:00
|
|
|
<property name="text">
|
2017-11-27 17:28:44 +00:00
|
|
|
<string>Entry Points</string>
|
2017-07-13 18:49:12 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-09-01 13:03:35 +00:00
|
|
|
<action name="actionDisplay_Offsets">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Display offsets</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-12-14 13:42:24 +00:00
|
|
|
<action name="actionPreferences">
|
2017-10-01 14:36:40 +00:00
|
|
|
<property name="text">
|
2017-12-14 13:42:24 +00:00
|
|
|
<string>Preferences</string>
|
2017-10-01 14:36:40 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-10-21 19:20:10 +00:00
|
|
|
<action name="actionSaveAs">
|
|
|
|
<property name="text">
|
2017-11-27 17:28:44 +00:00
|
|
|
<string>Save As...</string>
|
2017-10-21 19:20:10 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2017-10-24 08:03:05 +00:00
|
|
|
<action name="actionTmp">
|
|
|
|
<property name="text">
|
|
|
|
<string>Tmp</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-12-21 15:47:36 +00:00
|
|
|
<action name="actionGraph">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Graph</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-01-24 17:13:04 +00:00
|
|
|
<action name="actionOverview">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Graph Overview</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-09-06 05:40:20 +00:00
|
|
|
<action name="actionDecompiler">
|
2017-12-21 15:47:36 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2019-09-06 05:40:20 +00:00
|
|
|
<string>Decompiler</string>
|
2017-12-21 15:47:36 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionConsole">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Console</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-06-06 11:05:20 +00:00
|
|
|
<action name="actionStack">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Stack</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRegisters">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Registers</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionBacktrace">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Backtrace</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-06-12 08:43:14 +00:00
|
|
|
<action name="actionMemoryMap">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Memory map</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-06-22 08:45:00 +00:00
|
|
|
<action name="actionBreakpoint">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Breakpoints</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-07-19 14:35:46 +00:00
|
|
|
<action name="actionRegisterRefs">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Register References</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-12-23 16:42:42 +00:00
|
|
|
<action name="actionClasses">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Classes</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-01-16 14:09:51 +00:00
|
|
|
<action name="actionImportPDB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import PDB</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-01-27 10:40:26 +00:00
|
|
|
<action name="actionAnalyze">
|
|
|
|
<property name="text">
|
|
|
|
<string>Analyze</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-02-04 14:32:18 +00:00
|
|
|
<action name="actionResources">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Resources</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-02-26 22:26:18 +00:00
|
|
|
<action name="actionVTables">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>VTables</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/Hide VTables panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-03-06 17:21:48 +00:00
|
|
|
<action name="actionTypes">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Types</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/Hide Types panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-04-24 08:43:11 +00:00
|
|
|
<action name="actionSearch">
|
2018-03-08 12:24:15 +00:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/Hide Search panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-05-21 17:34:41 +00:00
|
|
|
<action name="actionHeaders">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Headers</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/Hide Headers panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-05-24 15:37:37 +00:00
|
|
|
<action name="actionZignatures">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Zignatures</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show/Hide Zignatures panel</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-09-01 15:50:16 +00:00
|
|
|
<action name="actionExport_as_code">
|
2018-05-25 14:30:59 +00:00
|
|
|
<property name="text">
|
2018-09-01 15:50:16 +00:00
|
|
|
<string>Export as code</string>
|
2018-05-25 14:30:59 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExtraHexdump">
|
|
|
|
<property name="text">
|
2019-06-18 18:22:26 +00:00
|
|
|
<string>Add Hexdump</string>
|
2018-05-25 14:30:59 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExtraDisassembly">
|
|
|
|
<property name="text">
|
2019-06-18 18:22:26 +00:00
|
|
|
<string>Add Disassembly</string>
|
2018-05-25 14:30:59 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2018-09-01 15:50:16 +00:00
|
|
|
<action name="actionExtraGraph">
|
2018-08-24 22:36:15 +00:00
|
|
|
<property name="text">
|
2019-06-18 18:22:26 +00:00
|
|
|
<string>Add Graph</string>
|
2018-08-24 22:36:15 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2019-05-08 11:38:25 +00:00
|
|
|
<action name="actionGrouped_dock_dragging">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Grouped dock dragging</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2017-03-29 10:18:37 +00:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources>
|
|
|
|
<include location="resources.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|