2017-10-01 14:36:40 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2017-12-14 13:42:24 +00:00
|
|
|
<class>AsmOptionsWidget</class>
|
|
|
|
<widget class="QWidget" name="AsmOptionsWidget">
|
2017-10-01 14:36:40 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-01-31 08:01:16 +00:00
|
|
|
<width>545</width>
|
2018-08-12 16:20:16 +00:00
|
|
|
<height>526</height>
|
2017-10-01 14:36:40 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2017-12-14 15:14:33 +00:00
|
|
|
<string>Disassembly</string>
|
2017-10-01 14:36:40 +00:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2018-05-13 07:52:49 +00:00
|
|
|
<widget class="QTabWidget" name="asmOptionsTab">
|
|
|
|
<property name="currentIndex">
|
2018-08-12 16:20:16 +00:00
|
|
|
<number>0</number>
|
2017-10-01 14:36:40 +00:00
|
|
|
</property>
|
2018-05-13 07:52:49 +00:00
|
|
|
<widget class="QWidget" name="asmStyleTab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Style</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
2017-10-01 16:03:06 +00:00
|
|
|
<item>
|
2018-05-13 07:52:49 +00:00
|
|
|
<widget class="QCheckBox" name="esilCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show ESIL instead of assembly (asm.esil)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-10-01 16:03:06 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2018-05-13 07:52:49 +00:00
|
|
|
<widget class="QCheckBox" name="pseudoCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show pseudocode instead of assembly (asm.pseudo)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-10-01 16:03:06 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2018-05-13 07:52:49 +00:00
|
|
|
<widget class="QCheckBox" name="offsetCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show offsets (asm.offset)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2017-10-01 16:03:06 +00:00
|
|
|
</item>
|
2019-01-30 08:40:17 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="xrefCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show xrefs (asm.xrefs)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-13 07:52:49 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="describeCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show opcode description (asm.describe)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="syntaxComboBox"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="syntaxLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Syntax (asm.syntax):</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="caseComboBox">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Lowercase</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Uppercase (asm.ucase)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Capitalize (asm.capitalize)</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="bytespaceCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Separate bytes with whitespace (asm.bytespace)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="lbytesCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Align bytes to the left (asm.lbytes)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="asmTabsLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Tabs in assembly (asm.tabs):</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="asmTabsSpinBox">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-07-17 07:25:17 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="asmTabsOffLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Tabs before assembly (asm.tabs.off):</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="asmTabsOffSpinBox">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-05-13 07:52:49 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="bblineCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show empty line after every basic block (asm.bbline)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cmtrightCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show comments at right of assembly (asm.cmt.right)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-17 07:25:17 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="cmtcolLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Column to align comments (asm.cmt.col):</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="cmtcolSpinBox">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-05-13 07:52:49 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Metadata</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="stackpointerCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show stack pointer (asm.stackptr)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="slowCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Slow Analysis (asm.slow)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="linesCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show jump lines (asm.lines)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="fcnlinesCheckBox">
|
|
|
|
<property name="text">
|
2018-05-24 06:21:12 +00:00
|
|
|
<string>Show function boundary lines (asm.lines.fcn)</string>
|
2018-05-13 07:52:49 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="flgoffCheckBox">
|
|
|
|
<property name="text">
|
2018-05-24 06:21:12 +00:00
|
|
|
<string>Show offset before flags (asm.flags.off)</string>
|
2018-05-13 07:52:49 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="emuCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Run ESIL emulation analysis (asm.emu)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="sizeCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show size of opcodes in disassembly (asm.size)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="bytesCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show bytes (asm.bytes)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="varsumCheckBox">
|
|
|
|
<property name="text">
|
2018-05-24 06:21:12 +00:00
|
|
|
<string>Show variables summary instead of full list (asm.var.summary)</string>
|
2018-05-13 07:52:49 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="nbytesLabel">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Number of bytes to display (asm.nbytes):</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="nbytesSpinBox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="varsubCheckBox">
|
|
|
|
<property name="text">
|
2018-05-24 06:21:12 +00:00
|
|
|
<string>Substitute variables (asm.var.sub)</string>
|
2018-05-13 07:52:49 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="varsubOnlyCheckBox">
|
|
|
|
<property name="text">
|
2018-05-24 06:21:12 +00:00
|
|
|
<string>Substitute entire variable expressions with names (asm.var.subonly)</string>
|
2018-05-13 07:52:49 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-10-01 14:36:40 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-01 16:03:06 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>16</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2017-12-14 15:14:33 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::RestoreDefaults</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-01 14:36:40 +00:00
|
|
|
</layout>
|
|
|
|
<action name="actionSaveAsDefault">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save as Default</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|