hardsploit_gui 2.3 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +22 -22
- data/Rakefile +1 -1
- data/bin/hardsploit_gui +3 -3
- data/lib/Firmwares/FPGA/I2C/I2C_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_I2C_INTERACT.rpd +0 -0
- data/lib/Firmwares/FPGA/PARALLEL/NO_MUX_PARALLEL_MEMORY/HARDSPLOIT_FIRMWARE_FPGA_NO_MUX_PARALLEL_MEMORY.rpd +0 -0
- data/lib/Firmwares/FPGA/SPI/SPI_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_SPI_INTERACT.rpd +0 -0
- data/lib/Firmwares/FPGA/SPI/SPI_SNIFFER/HARDSPLOIT_FIRMWARE_FPGA_SPI_SNIFFER.rpd +0 -0
- data/lib/Firmwares/FPGA/SWD/SWD_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_SWD_INTERACT.rpd +0 -0
- data/lib/Firmwares/FPGA/UART/UART_INTERACT/HARDSPLOIT_FIRMWARE_FPGA_UART_INTERACT.rpd +0 -0
- data/lib/Firmwares/FPGA/VersionFPGA.rb +5 -5
- data/lib/Firmwares/UC/VersionUC.rb +12 -12
- data/lib/HardsploitAPI/Core/HardsploitAPI.rb +210 -210
- data/lib/HardsploitAPI/Core/HardsploitAPI_CONSTANT.rb +150 -150
- data/lib/HardsploitAPI/Core/HardsploitAPI_ERROR.rb +109 -109
- data/lib/HardsploitAPI/Core/HardsploitAPI_FIRMWARE.rb +305 -305
- data/lib/HardsploitAPI/Core/HardsploitAPI_PROGRESS.rb +28 -28
- data/lib/HardsploitAPI/Core/HardsploitAPI_USB_COMMUNICATION.rb +166 -166
- data/lib/HardsploitAPI/Modules/I2C/HardsploitAPI_I2C.rb +356 -356
- data/lib/HardsploitAPI/Modules/NO_MUX_PARALLEL_MEMORY/HardsploitAPI_NO_MUX_PARALLEL_MEMORY.rb +206 -206
- data/lib/HardsploitAPI/Modules/NRF24L01/HardsploitAPI_NRF24L01.rb +306 -306
- data/lib/HardsploitAPI/Modules/SPI/HardsploitAPI_SPI.rb +340 -340
- data/lib/HardsploitAPI/Modules/SPI_SNIFFER/HardsploitAPI_SPI_SNIFFER.rb +83 -83
- data/lib/HardsploitAPI/Modules/SWD/HardsploitAPI_SWD.rb +367 -367
- data/lib/HardsploitAPI/Modules/SWD/HardsploitAPI_SWD_DEBUG.rb +89 -89
- data/lib/HardsploitAPI/Modules/SWD/HardsploitAPI_SWD_MEM_AP.rb +61 -61
- data/lib/HardsploitAPI/Modules/SWD/HardsploitAPI_SWD_STM32.rb +121 -121
- data/lib/HardsploitAPI/Modules/TEST/HardsploitAPI_TEST_INTERACT.rb +98 -98
- data/lib/HardsploitAPI/Modules/UART/HardsploitAPI_UART.rb +196 -196
- data/lib/Hardsploit_gui.rb +96 -96
- data/lib/LICENSE.txt +674 -674
- data/lib/README.md +22 -22
- data/lib/TRADEMARK +2 -2
- data/lib/class/Chip_editor.rb +304 -304
- data/lib/class/Chip_management.rb +496 -496
- data/lib/class/Command_editor.rb +216 -216
- data/lib/class/Command_table.rb +233 -233
- data/lib/class/Console.rb +26 -26
- data/lib/class/ErrorMsg.rb +312 -312
- data/lib/class/Export.rb +140 -140
- data/lib/class/Export_manager.rb +124 -124
- data/lib/class/Firmware.rb +70 -70
- data/lib/class/Generic_commands.rb +260 -260
- data/lib/class/{i2c → I2C}/I2c_command.rb +51 -51
- data/lib/class/{i2c → I2C}/I2c_export.rb +95 -95
- data/lib/class/{i2c → I2C}/I2c_import.rb +117 -117
- data/lib/class/{i2c → I2C}/I2c_scanner.rb +114 -114
- data/lib/class/{i2c → I2C}/I2c_settings.rb +148 -148
- data/lib/class/Import.rb +193 -193
- data/lib/class/{parallel → PARALLEL}/Parallel_export.rb +118 -118
- data/lib/class/{parallel → PARALLEL}/Parallel_import.rb +113 -113
- data/lib/class/{parallel → PARALLEL}/Parallel_settings.rb +81 -81
- data/lib/class/Progress_bar.rb +32 -32
- data/lib/class/{spi → SPI}/Spi_export.rb +108 -108
- data/lib/class/{spi → SPI}/Spi_import.rb +159 -159
- data/lib/class/{spi → SPI}/Spi_settings.rb +108 -108
- data/lib/class/{spi → SPI}/Spi_sniffer.rb +101 -101
- data/lib/class/Signal_mapper.rb +120 -120
- data/lib/class/Wire_helper.rb +230 -230
- data/lib/class/swd/Swd.rb +125 -125
- data/lib/class/swd/Swd_scanner.rb +121 -121
- data/lib/class/swd/Swd_settings.rb +76 -76
- data/lib/class/uart/Uart_baudrate.rb +62 -62
- data/lib/class/uart/Uart_console.rb +115 -115
- data/lib/class/uart/Uart_settings.rb +102 -102
- data/lib/db/associations.rb +138 -138
- data/lib/db/database.rb +4 -4
- data/lib/db/development.sqlite3 +0 -0
- data/lib/db/migrate/004_create_manufacturers.rb +13 -13
- data/lib/db/migrate/005_create_packages.rb +13 -13
- data/lib/db/migrate/006_create_chip_types.rb +11 -11
- data/lib/db/migrate/007_create_buses.rb +11 -11
- data/lib/db/migrate/008_create_signals.rb +14 -14
- data/lib/db/migrate/009_create_chips.rb +25 -25
- data/lib/db/migrate/010_create_commands.rb +21 -21
- data/lib/db/migrate/011_create_bytes.rb +19 -19
- data/lib/db/migrate/012_create_i2c_settings.rb +21 -21
- data/lib/db/migrate/013_create_spi_settings.rb +26 -26
- data/lib/db/migrate/014_create_parallel_settings.rb +21 -21
- data/lib/db/migrate/015_create_pins.rb +19 -19
- data/lib/db/migrate/016_create_uses.rb +17 -17
- data/lib/db/migrate/017_create_swd_settings.rb +19 -19
- data/lib/db/migrate/018_create_uart_settings.rb +22 -22
- data/lib/db/schema.rb +157 -157
- data/lib/db/seeds.rb +161 -161
- data/lib/gui/gui_chip_editor.rb +349 -349
- data/lib/gui/gui_chip_management.rb +377 -377
- data/lib/gui/gui_command_editor.rb +219 -219
- data/lib/gui/gui_export.rb +132 -132
- data/lib/gui/gui_export_manager.rb +93 -93
- data/lib/gui/gui_generic_commands.rb +202 -202
- data/lib/gui/gui_generic_export.rb +164 -164
- data/lib/gui/gui_generic_import.rb +142 -142
- data/lib/gui/gui_i2c_command.rb +116 -116
- data/lib/gui/gui_i2c_settings.rb +230 -230
- data/lib/gui/gui_import.rb +131 -131
- data/lib/gui/gui_parallel_settings.rb +195 -195
- data/lib/gui/gui_progress_bar.rb +85 -85
- data/lib/gui/gui_signal_mapper.rb +121 -121
- data/lib/gui/gui_signal_scanner.rb +146 -146
- data/lib/gui/gui_spi_import.rb +126 -126
- data/lib/gui/gui_spi_settings.rb +313 -313
- data/lib/gui/gui_spi_sniffer.rb +112 -112
- data/lib/gui/gui_swd_settings.rb +166 -166
- data/lib/gui/gui_uart_baudrate.rb +114 -114
- data/lib/gui/gui_uart_console.rb +164 -164
- data/lib/gui/gui_uart_settings.rb +243 -243
- data/lib/gui/gui_wire_helper.rb +99 -99
- data/lib/gui_designer/gui_chip_editor.ui +549 -549
- data/lib/gui_designer/gui_chip_management.ui +886 -886
- data/lib/gui_designer/gui_command_editor.ui +350 -350
- data/lib/gui_designer/gui_export.ui +171 -171
- data/lib/gui_designer/gui_export_manager.ui +115 -115
- data/lib/gui_designer/gui_generic_commands.ui +342 -342
- data/lib/gui_designer/gui_generic_export.ui +202 -202
- data/lib/gui_designer/gui_generic_import.ui +165 -165
- data/lib/gui_designer/gui_i2c_command.ui +148 -148
- data/lib/gui_designer/gui_i2c_settings.ui +292 -292
- data/lib/gui_designer/gui_import.ui +168 -168
- data/lib/gui_designer/gui_parallel_settings.ui +247 -247
- data/lib/gui_designer/gui_progress_bar.ui +86 -86
- data/lib/gui_designer/gui_signal_mapper.ui +179 -179
- data/lib/gui_designer/gui_signal_scanner.ui +261 -261
- data/lib/gui_designer/gui_spi_settings.ui +446 -446
- data/lib/gui_designer/gui_spi_sniffer.ui +156 -156
- data/lib/gui_designer/gui_swd_settings.ui +189 -189
- data/lib/gui_designer/gui_uart_baudrate.ui +161 -161
- data/lib/gui_designer/gui_uart_console.ui +284 -284
- data/lib/gui_designer/gui_uart_settings.ui +280 -280
- data/lib/gui_designer/gui_wire_helper.ui +117 -117
- data/lib/images/search.png +0 -0
- data/lib/logs/error.log +0 -63
- data/lib/models/bus.rb +19 -19
- data/lib/models/byte.rb +29 -29
- data/lib/models/chip.rb +41 -41
- data/lib/models/chip_type.rb +14 -14
- data/lib/models/command.rb +20 -20
- data/lib/models/i2c_setting.rb +41 -41
- data/lib/models/manufacturer.rb +14 -14
- data/lib/models/package.rb +26 -26
- data/lib/models/parallel_setting.rb +37 -37
- data/lib/models/pin.rb +14 -14
- data/lib/models/signall.rb +20 -20
- data/lib/models/spi_setting.rb +67 -67
- data/lib/models/swd_setting.rb +25 -25
- data/lib/models/uart_setting.rb +52 -52
- data/lib/models/use.rb +6 -6
- data/lib/startHardsploit.rb +10 -10
- metadata +14 -14
@@ -1,168 +1,168 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<ui version="4.0">
|
3
|
-
<class>Import</class>
|
4
|
-
<widget class="QWidget" name="Import">
|
5
|
-
<property name="geometry">
|
6
|
-
<rect>
|
7
|
-
<x>0</x>
|
8
|
-
<y>0</y>
|
9
|
-
<width>304</width>
|
10
|
-
<height>120</height>
|
11
|
-
</rect>
|
12
|
-
</property>
|
13
|
-
<property name="windowTitle">
|
14
|
-
<string>Import</string>
|
15
|
-
</property>
|
16
|
-
<layout class="QGridLayout" name="gridLayout">
|
17
|
-
<item row="1" column="0">
|
18
|
-
<layout class="QVBoxLayout" name="verticalLayout">
|
19
|
-
<item>
|
20
|
-
<widget class="QLabel" name="lbl_import">
|
21
|
-
<property name="text">
|
22
|
-
<string>Importing:</string>
|
23
|
-
</property>
|
24
|
-
</widget>
|
25
|
-
</item>
|
26
|
-
<item>
|
27
|
-
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
28
|
-
<item>
|
29
|
-
<widget class="QRadioButton" name="rbn_comp">
|
30
|
-
<property name="text">
|
31
|
-
<string>Component</string>
|
32
|
-
</property>
|
33
|
-
<property name="checked">
|
34
|
-
<bool>true</bool>
|
35
|
-
</property>
|
36
|
-
</widget>
|
37
|
-
</item>
|
38
|
-
<item>
|
39
|
-
<widget class="QRadioButton" name="rbn_cmds">
|
40
|
-
<property name="text">
|
41
|
-
<string>Commands</string>
|
42
|
-
</property>
|
43
|
-
</widget>
|
44
|
-
</item>
|
45
|
-
<item>
|
46
|
-
<widget class="QRadioButton" name="rbn_both">
|
47
|
-
<property name="text">
|
48
|
-
<string>Both</string>
|
49
|
-
</property>
|
50
|
-
</widget>
|
51
|
-
</item>
|
52
|
-
</layout>
|
53
|
-
</item>
|
54
|
-
<item>
|
55
|
-
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
56
|
-
<item>
|
57
|
-
<widget class="QPushButton" name="btn_file">
|
58
|
-
<property name="text">
|
59
|
-
<string>File...</string>
|
60
|
-
</property>
|
61
|
-
</widget>
|
62
|
-
</item>
|
63
|
-
<item>
|
64
|
-
<spacer name="horizontalSpacer_2">
|
65
|
-
<property name="orientation">
|
66
|
-
<enum>Qt::Horizontal</enum>
|
67
|
-
</property>
|
68
|
-
<property name="sizeHint" stdset="0">
|
69
|
-
<size>
|
70
|
-
<width>40</width>
|
71
|
-
<height>20</height>
|
72
|
-
</size>
|
73
|
-
</property>
|
74
|
-
</spacer>
|
75
|
-
</item>
|
76
|
-
</layout>
|
77
|
-
</item>
|
78
|
-
<item>
|
79
|
-
<layout class="QHBoxLayout" name="horizontalLayout">
|
80
|
-
<item>
|
81
|
-
<spacer name="horizontalSpacer">
|
82
|
-
<property name="orientation">
|
83
|
-
<enum>Qt::Horizontal</enum>
|
84
|
-
</property>
|
85
|
-
<property name="sizeHint" stdset="0">
|
86
|
-
<size>
|
87
|
-
<width>40</width>
|
88
|
-
<height>20</height>
|
89
|
-
</size>
|
90
|
-
</property>
|
91
|
-
</spacer>
|
92
|
-
</item>
|
93
|
-
<item>
|
94
|
-
<widget class="QPushButton" name="btn_cancel">
|
95
|
-
<property name="text">
|
96
|
-
<string>Cancel</string>
|
97
|
-
</property>
|
98
|
-
</widget>
|
99
|
-
</item>
|
100
|
-
<item>
|
101
|
-
<widget class="QPushButton" name="btn_import">
|
102
|
-
<property name="text">
|
103
|
-
<string>Import</string>
|
104
|
-
</property>
|
105
|
-
</widget>
|
106
|
-
</item>
|
107
|
-
</layout>
|
108
|
-
</item>
|
109
|
-
</layout>
|
110
|
-
</item>
|
111
|
-
</layout>
|
112
|
-
</widget>
|
113
|
-
<resources/>
|
114
|
-
<connections>
|
115
|
-
<connection>
|
116
|
-
<sender>btn_cancel</sender>
|
117
|
-
<signal>clicked()</signal>
|
118
|
-
<receiver>Import</receiver>
|
119
|
-
<slot>close()</slot>
|
120
|
-
<hints>
|
121
|
-
<hint type="sourcelabel">
|
122
|
-
<x>144</x>
|
123
|
-
<y>98</y>
|
124
|
-
</hint>
|
125
|
-
<hint type="destinationlabel">
|
126
|
-
<x>7</x>
|
127
|
-
<y>91</y>
|
128
|
-
</hint>
|
129
|
-
</hints>
|
130
|
-
</connection>
|
131
|
-
<connection>
|
132
|
-
<sender>btn_import</sender>
|
133
|
-
<signal>clicked()</signal>
|
134
|
-
<receiver>Import</receiver>
|
135
|
-
<slot>import()</slot>
|
136
|
-
<hints>
|
137
|
-
<hint type="sourcelabel">
|
138
|
-
<x>285</x>
|
139
|
-
<y>95</y>
|
140
|
-
</hint>
|
141
|
-
<hint type="destinationlabel">
|
142
|
-
<x>304</x>
|
143
|
-
<y>98</y>
|
144
|
-
</hint>
|
145
|
-
</hints>
|
146
|
-
</connection>
|
147
|
-
<connection>
|
148
|
-
<sender>btn_file</sender>
|
149
|
-
<signal>clicked()</signal>
|
150
|
-
<receiver>Import</receiver>
|
151
|
-
<slot>import_file()</slot>
|
152
|
-
<hints>
|
153
|
-
<hint type="sourcelabel">
|
154
|
-
<x>14</x>
|
155
|
-
<y>65</y>
|
156
|
-
</hint>
|
157
|
-
<hint type="destinationlabel">
|
158
|
-
<x>3</x>
|
159
|
-
<y>65</y>
|
160
|
-
</hint>
|
161
|
-
</hints>
|
162
|
-
</connection>
|
163
|
-
</connections>
|
164
|
-
<slots>
|
165
|
-
<slot>import()</slot>
|
166
|
-
<slot>import_file()</slot>
|
167
|
-
</slots>
|
168
|
-
</ui>
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<ui version="4.0">
|
3
|
+
<class>Import</class>
|
4
|
+
<widget class="QWidget" name="Import">
|
5
|
+
<property name="geometry">
|
6
|
+
<rect>
|
7
|
+
<x>0</x>
|
8
|
+
<y>0</y>
|
9
|
+
<width>304</width>
|
10
|
+
<height>120</height>
|
11
|
+
</rect>
|
12
|
+
</property>
|
13
|
+
<property name="windowTitle">
|
14
|
+
<string>Import</string>
|
15
|
+
</property>
|
16
|
+
<layout class="QGridLayout" name="gridLayout">
|
17
|
+
<item row="1" column="0">
|
18
|
+
<layout class="QVBoxLayout" name="verticalLayout">
|
19
|
+
<item>
|
20
|
+
<widget class="QLabel" name="lbl_import">
|
21
|
+
<property name="text">
|
22
|
+
<string>Importing:</string>
|
23
|
+
</property>
|
24
|
+
</widget>
|
25
|
+
</item>
|
26
|
+
<item>
|
27
|
+
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
28
|
+
<item>
|
29
|
+
<widget class="QRadioButton" name="rbn_comp">
|
30
|
+
<property name="text">
|
31
|
+
<string>Component</string>
|
32
|
+
</property>
|
33
|
+
<property name="checked">
|
34
|
+
<bool>true</bool>
|
35
|
+
</property>
|
36
|
+
</widget>
|
37
|
+
</item>
|
38
|
+
<item>
|
39
|
+
<widget class="QRadioButton" name="rbn_cmds">
|
40
|
+
<property name="text">
|
41
|
+
<string>Commands</string>
|
42
|
+
</property>
|
43
|
+
</widget>
|
44
|
+
</item>
|
45
|
+
<item>
|
46
|
+
<widget class="QRadioButton" name="rbn_both">
|
47
|
+
<property name="text">
|
48
|
+
<string>Both</string>
|
49
|
+
</property>
|
50
|
+
</widget>
|
51
|
+
</item>
|
52
|
+
</layout>
|
53
|
+
</item>
|
54
|
+
<item>
|
55
|
+
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
56
|
+
<item>
|
57
|
+
<widget class="QPushButton" name="btn_file">
|
58
|
+
<property name="text">
|
59
|
+
<string>File...</string>
|
60
|
+
</property>
|
61
|
+
</widget>
|
62
|
+
</item>
|
63
|
+
<item>
|
64
|
+
<spacer name="horizontalSpacer_2">
|
65
|
+
<property name="orientation">
|
66
|
+
<enum>Qt::Horizontal</enum>
|
67
|
+
</property>
|
68
|
+
<property name="sizeHint" stdset="0">
|
69
|
+
<size>
|
70
|
+
<width>40</width>
|
71
|
+
<height>20</height>
|
72
|
+
</size>
|
73
|
+
</property>
|
74
|
+
</spacer>
|
75
|
+
</item>
|
76
|
+
</layout>
|
77
|
+
</item>
|
78
|
+
<item>
|
79
|
+
<layout class="QHBoxLayout" name="horizontalLayout">
|
80
|
+
<item>
|
81
|
+
<spacer name="horizontalSpacer">
|
82
|
+
<property name="orientation">
|
83
|
+
<enum>Qt::Horizontal</enum>
|
84
|
+
</property>
|
85
|
+
<property name="sizeHint" stdset="0">
|
86
|
+
<size>
|
87
|
+
<width>40</width>
|
88
|
+
<height>20</height>
|
89
|
+
</size>
|
90
|
+
</property>
|
91
|
+
</spacer>
|
92
|
+
</item>
|
93
|
+
<item>
|
94
|
+
<widget class="QPushButton" name="btn_cancel">
|
95
|
+
<property name="text">
|
96
|
+
<string>Cancel</string>
|
97
|
+
</property>
|
98
|
+
</widget>
|
99
|
+
</item>
|
100
|
+
<item>
|
101
|
+
<widget class="QPushButton" name="btn_import">
|
102
|
+
<property name="text">
|
103
|
+
<string>Import</string>
|
104
|
+
</property>
|
105
|
+
</widget>
|
106
|
+
</item>
|
107
|
+
</layout>
|
108
|
+
</item>
|
109
|
+
</layout>
|
110
|
+
</item>
|
111
|
+
</layout>
|
112
|
+
</widget>
|
113
|
+
<resources/>
|
114
|
+
<connections>
|
115
|
+
<connection>
|
116
|
+
<sender>btn_cancel</sender>
|
117
|
+
<signal>clicked()</signal>
|
118
|
+
<receiver>Import</receiver>
|
119
|
+
<slot>close()</slot>
|
120
|
+
<hints>
|
121
|
+
<hint type="sourcelabel">
|
122
|
+
<x>144</x>
|
123
|
+
<y>98</y>
|
124
|
+
</hint>
|
125
|
+
<hint type="destinationlabel">
|
126
|
+
<x>7</x>
|
127
|
+
<y>91</y>
|
128
|
+
</hint>
|
129
|
+
</hints>
|
130
|
+
</connection>
|
131
|
+
<connection>
|
132
|
+
<sender>btn_import</sender>
|
133
|
+
<signal>clicked()</signal>
|
134
|
+
<receiver>Import</receiver>
|
135
|
+
<slot>import()</slot>
|
136
|
+
<hints>
|
137
|
+
<hint type="sourcelabel">
|
138
|
+
<x>285</x>
|
139
|
+
<y>95</y>
|
140
|
+
</hint>
|
141
|
+
<hint type="destinationlabel">
|
142
|
+
<x>304</x>
|
143
|
+
<y>98</y>
|
144
|
+
</hint>
|
145
|
+
</hints>
|
146
|
+
</connection>
|
147
|
+
<connection>
|
148
|
+
<sender>btn_file</sender>
|
149
|
+
<signal>clicked()</signal>
|
150
|
+
<receiver>Import</receiver>
|
151
|
+
<slot>import_file()</slot>
|
152
|
+
<hints>
|
153
|
+
<hint type="sourcelabel">
|
154
|
+
<x>14</x>
|
155
|
+
<y>65</y>
|
156
|
+
</hint>
|
157
|
+
<hint type="destinationlabel">
|
158
|
+
<x>3</x>
|
159
|
+
<y>65</y>
|
160
|
+
</hint>
|
161
|
+
</hints>
|
162
|
+
</connection>
|
163
|
+
</connections>
|
164
|
+
<slots>
|
165
|
+
<slot>import()</slot>
|
166
|
+
<slot>import_file()</slot>
|
167
|
+
</slots>
|
168
|
+
</ui>
|
@@ -1,247 +1,247 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<ui version="4.0">
|
3
|
-
<class>Parallel_settings</class>
|
4
|
-
<widget class="QWidget" name="Parallel_settings">
|
5
|
-
<property name="geometry">
|
6
|
-
<rect>
|
7
|
-
<x>0</x>
|
8
|
-
<y>0</y>
|
9
|
-
<width>384</width>
|
10
|
-
<height>216</height>
|
11
|
-
</rect>
|
12
|
-
</property>
|
13
|
-
<property name="windowTitle">
|
14
|
-
<string>Hardsploit - Parallel settings</string>
|
15
|
-
</property>
|
16
|
-
<layout class="QGridLayout" name="gridLayout">
|
17
|
-
<item row="1" column="0">
|
18
|
-
<layout class="QVBoxLayout" name="vl">
|
19
|
-
<item>
|
20
|
-
<layout class="QHBoxLayout" name="hl2">
|
21
|
-
<item>
|
22
|
-
<widget class="QLabel" name="lbl_chip">
|
23
|
-
<property name="text">
|
24
|
-
<string>[CHIP]</string>
|
25
|
-
</property>
|
26
|
-
</widget>
|
27
|
-
</item>
|
28
|
-
<item>
|
29
|
-
<widget class="QLabel" name="lbl_parameters">
|
30
|
-
<property name="text">
|
31
|
-
<string>PARAMETERS</string>
|
32
|
-
</property>
|
33
|
-
</widget>
|
34
|
-
</item>
|
35
|
-
<item>
|
36
|
-
<spacer name="hs2">
|
37
|
-
<property name="orientation">
|
38
|
-
<enum>Qt::Horizontal</enum>
|
39
|
-
</property>
|
40
|
-
<property name="sizeHint" stdset="0">
|
41
|
-
<size>
|
42
|
-
<width>40</width>
|
43
|
-
<height>20</height>
|
44
|
-
</size>
|
45
|
-
</property>
|
46
|
-
</spacer>
|
47
|
-
</item>
|
48
|
-
</layout>
|
49
|
-
</item>
|
50
|
-
<item>
|
51
|
-
<layout class="QFormLayout" name="fl">
|
52
|
-
<item row="1" column="0">
|
53
|
-
<widget class="QLabel" name="lbl_total_size">
|
54
|
-
<property name="text">
|
55
|
-
<string>Total size:</string>
|
56
|
-
</property>
|
57
|
-
</widget>
|
58
|
-
</item>
|
59
|
-
<item row="1" column="1">
|
60
|
-
<widget class="QLineEdit" name="lie_total_size">
|
61
|
-
<property name="text">
|
62
|
-
<string/>
|
63
|
-
</property>
|
64
|
-
<property name="maxLength">
|
65
|
-
<number>20</number>
|
66
|
-
</property>
|
67
|
-
<property name="placeholderText">
|
68
|
-
<string>in bytes</string>
|
69
|
-
</property>
|
70
|
-
</widget>
|
71
|
-
</item>
|
72
|
-
<item row="2" column="0">
|
73
|
-
<widget class="QLabel" name="lbl_latency">
|
74
|
-
<property name="text">
|
75
|
-
<string>Read latency:</string>
|
76
|
-
</property>
|
77
|
-
</widget>
|
78
|
-
</item>
|
79
|
-
<item row="2" column="1">
|
80
|
-
<widget class="QLineEdit" name="lie_read_latency">
|
81
|
-
<property name="maxLength">
|
82
|
-
<number>20</number>
|
83
|
-
</property>
|
84
|
-
<property name="placeholderText">
|
85
|
-
<string> 0 to 1600 nanosecondes</string>
|
86
|
-
</property>
|
87
|
-
</widget>
|
88
|
-
</item>
|
89
|
-
<item row="3" column="0">
|
90
|
-
<widget class="QLabel" name="lbl_write_latency">
|
91
|
-
<property name="text">
|
92
|
-
<string>Write latency</string>
|
93
|
-
</property>
|
94
|
-
</widget>
|
95
|
-
</item>
|
96
|
-
<item row="3" column="1">
|
97
|
-
<widget class="QLineEdit" name="lie_write_latency">
|
98
|
-
<property name="text">
|
99
|
-
<string/>
|
100
|
-
</property>
|
101
|
-
<property name="placeholderText">
|
102
|
-
<string>in nanosecondes (7 to 1965)</string>
|
103
|
-
</property>
|
104
|
-
</widget>
|
105
|
-
</item>
|
106
|
-
<item row="4" column="0">
|
107
|
-
<widget class="QLabel" name="lbl_word_size">
|
108
|
-
<property name="text">
|
109
|
-
<string>Word size:</string>
|
110
|
-
</property>
|
111
|
-
</widget>
|
112
|
-
</item>
|
113
|
-
<item row="4" column="1">
|
114
|
-
<widget class="QGroupBox" name="groupBox">
|
115
|
-
<property name="title">
|
116
|
-
<string/>
|
117
|
-
</property>
|
118
|
-
<widget class="QRadioButton" name="rbn_8b">
|
119
|
-
<property name="geometry">
|
120
|
-
<rect>
|
121
|
-
<x>0</x>
|
122
|
-
<y>0</y>
|
123
|
-
<width>71</width>
|
124
|
-
<height>20</height>
|
125
|
-
</rect>
|
126
|
-
</property>
|
127
|
-
<property name="text">
|
128
|
-
<string>8 bits</string>
|
129
|
-
</property>
|
130
|
-
<property name="checked">
|
131
|
-
<bool>true</bool>
|
132
|
-
</property>
|
133
|
-
</widget>
|
134
|
-
<widget class="QRadioButton" name="rbn_16b">
|
135
|
-
<property name="geometry">
|
136
|
-
<rect>
|
137
|
-
<x>80</x>
|
138
|
-
<y>0</y>
|
139
|
-
<width>81</width>
|
140
|
-
<height>21</height>
|
141
|
-
</rect>
|
142
|
-
</property>
|
143
|
-
<property name="text">
|
144
|
-
<string>16 bits</string>
|
145
|
-
</property>
|
146
|
-
</widget>
|
147
|
-
</widget>
|
148
|
-
</item>
|
149
|
-
<item row="5" column="0">
|
150
|
-
<widget class="QLabel" name="lbl_page_size">
|
151
|
-
<property name="text">
|
152
|
-
<string>Page size:</string>
|
153
|
-
</property>
|
154
|
-
</widget>
|
155
|
-
</item>
|
156
|
-
<item row="5" column="1">
|
157
|
-
<widget class="QLineEdit" name="lie_page_size">
|
158
|
-
<property name="text">
|
159
|
-
<string/>
|
160
|
-
</property>
|
161
|
-
<property name="placeholderText">
|
162
|
-
<string>in bytes</string>
|
163
|
-
</property>
|
164
|
-
</widget>
|
165
|
-
</item>
|
166
|
-
</layout>
|
167
|
-
</item>
|
168
|
-
<item>
|
169
|
-
<layout class="QHBoxLayout" name="hl">
|
170
|
-
<item>
|
171
|
-
<spacer name="hs">
|
172
|
-
<property name="orientation">
|
173
|
-
<enum>Qt::Horizontal</enum>
|
174
|
-
</property>
|
175
|
-
<property name="sizeHint" stdset="0">
|
176
|
-
<size>
|
177
|
-
<width>40</width>
|
178
|
-
<height>20</height>
|
179
|
-
</size>
|
180
|
-
</property>
|
181
|
-
</spacer>
|
182
|
-
</item>
|
183
|
-
<item>
|
184
|
-
<widget class="QPushButton" name="btn_cancel">
|
185
|
-
<property name="text">
|
186
|
-
<string>Cancel</string>
|
187
|
-
</property>
|
188
|
-
</widget>
|
189
|
-
</item>
|
190
|
-
<item>
|
191
|
-
<widget class="QPushButton" name="btn_save">
|
192
|
-
<property name="maximumSize">
|
193
|
-
<size>
|
194
|
-
<width>16777215</width>
|
195
|
-
<height>16777215</height>
|
196
|
-
</size>
|
197
|
-
</property>
|
198
|
-
<property name="text">
|
199
|
-
<string>Save</string>
|
200
|
-
</property>
|
201
|
-
</widget>
|
202
|
-
</item>
|
203
|
-
</layout>
|
204
|
-
</item>
|
205
|
-
</layout>
|
206
|
-
</item>
|
207
|
-
</layout>
|
208
|
-
</widget>
|
209
|
-
<resources/>
|
210
|
-
<connections>
|
211
|
-
<connection>
|
212
|
-
<sender>btn_cancel</sender>
|
213
|
-
<signal>clicked()</signal>
|
214
|
-
<receiver>Parallel_settings</receiver>
|
215
|
-
<slot>close()</slot>
|
216
|
-
<hints>
|
217
|
-
<hint type="sourcelabel">
|
218
|
-
<x>412</x>
|
219
|
-
<y>201</y>
|
220
|
-
</hint>
|
221
|
-
<hint type="destinationlabel">
|
222
|
-
<x>540</x>
|
223
|
-
<y>121</y>
|
224
|
-
</hint>
|
225
|
-
</hints>
|
226
|
-
</connection>
|
227
|
-
<connection>
|
228
|
-
<sender>btn_save</sender>
|
229
|
-
<signal>clicked()</signal>
|
230
|
-
<receiver>Parallel_settings</receiver>
|
231
|
-
<slot>save_settings()</slot>
|
232
|
-
<hints>
|
233
|
-
<hint type="sourcelabel">
|
234
|
-
<x>526</x>
|
235
|
-
<y>193</y>
|
236
|
-
</hint>
|
237
|
-
<hint type="destinationlabel">
|
238
|
-
<x>541</x>
|
239
|
-
<y>163</y>
|
240
|
-
</hint>
|
241
|
-
</hints>
|
242
|
-
</connection>
|
243
|
-
</connections>
|
244
|
-
<slots>
|
245
|
-
<slot>save_settings()</slot>
|
246
|
-
</slots>
|
247
|
-
</ui>
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<ui version="4.0">
|
3
|
+
<class>Parallel_settings</class>
|
4
|
+
<widget class="QWidget" name="Parallel_settings">
|
5
|
+
<property name="geometry">
|
6
|
+
<rect>
|
7
|
+
<x>0</x>
|
8
|
+
<y>0</y>
|
9
|
+
<width>384</width>
|
10
|
+
<height>216</height>
|
11
|
+
</rect>
|
12
|
+
</property>
|
13
|
+
<property name="windowTitle">
|
14
|
+
<string>Hardsploit - Parallel settings</string>
|
15
|
+
</property>
|
16
|
+
<layout class="QGridLayout" name="gridLayout">
|
17
|
+
<item row="1" column="0">
|
18
|
+
<layout class="QVBoxLayout" name="vl">
|
19
|
+
<item>
|
20
|
+
<layout class="QHBoxLayout" name="hl2">
|
21
|
+
<item>
|
22
|
+
<widget class="QLabel" name="lbl_chip">
|
23
|
+
<property name="text">
|
24
|
+
<string>[CHIP]</string>
|
25
|
+
</property>
|
26
|
+
</widget>
|
27
|
+
</item>
|
28
|
+
<item>
|
29
|
+
<widget class="QLabel" name="lbl_parameters">
|
30
|
+
<property name="text">
|
31
|
+
<string>PARAMETERS</string>
|
32
|
+
</property>
|
33
|
+
</widget>
|
34
|
+
</item>
|
35
|
+
<item>
|
36
|
+
<spacer name="hs2">
|
37
|
+
<property name="orientation">
|
38
|
+
<enum>Qt::Horizontal</enum>
|
39
|
+
</property>
|
40
|
+
<property name="sizeHint" stdset="0">
|
41
|
+
<size>
|
42
|
+
<width>40</width>
|
43
|
+
<height>20</height>
|
44
|
+
</size>
|
45
|
+
</property>
|
46
|
+
</spacer>
|
47
|
+
</item>
|
48
|
+
</layout>
|
49
|
+
</item>
|
50
|
+
<item>
|
51
|
+
<layout class="QFormLayout" name="fl">
|
52
|
+
<item row="1" column="0">
|
53
|
+
<widget class="QLabel" name="lbl_total_size">
|
54
|
+
<property name="text">
|
55
|
+
<string>Total size:</string>
|
56
|
+
</property>
|
57
|
+
</widget>
|
58
|
+
</item>
|
59
|
+
<item row="1" column="1">
|
60
|
+
<widget class="QLineEdit" name="lie_total_size">
|
61
|
+
<property name="text">
|
62
|
+
<string/>
|
63
|
+
</property>
|
64
|
+
<property name="maxLength">
|
65
|
+
<number>20</number>
|
66
|
+
</property>
|
67
|
+
<property name="placeholderText">
|
68
|
+
<string>in bytes</string>
|
69
|
+
</property>
|
70
|
+
</widget>
|
71
|
+
</item>
|
72
|
+
<item row="2" column="0">
|
73
|
+
<widget class="QLabel" name="lbl_latency">
|
74
|
+
<property name="text">
|
75
|
+
<string>Read latency:</string>
|
76
|
+
</property>
|
77
|
+
</widget>
|
78
|
+
</item>
|
79
|
+
<item row="2" column="1">
|
80
|
+
<widget class="QLineEdit" name="lie_read_latency">
|
81
|
+
<property name="maxLength">
|
82
|
+
<number>20</number>
|
83
|
+
</property>
|
84
|
+
<property name="placeholderText">
|
85
|
+
<string> 0 to 1600 nanosecondes</string>
|
86
|
+
</property>
|
87
|
+
</widget>
|
88
|
+
</item>
|
89
|
+
<item row="3" column="0">
|
90
|
+
<widget class="QLabel" name="lbl_write_latency">
|
91
|
+
<property name="text">
|
92
|
+
<string>Write latency</string>
|
93
|
+
</property>
|
94
|
+
</widget>
|
95
|
+
</item>
|
96
|
+
<item row="3" column="1">
|
97
|
+
<widget class="QLineEdit" name="lie_write_latency">
|
98
|
+
<property name="text">
|
99
|
+
<string/>
|
100
|
+
</property>
|
101
|
+
<property name="placeholderText">
|
102
|
+
<string>in nanosecondes (7 to 1965)</string>
|
103
|
+
</property>
|
104
|
+
</widget>
|
105
|
+
</item>
|
106
|
+
<item row="4" column="0">
|
107
|
+
<widget class="QLabel" name="lbl_word_size">
|
108
|
+
<property name="text">
|
109
|
+
<string>Word size:</string>
|
110
|
+
</property>
|
111
|
+
</widget>
|
112
|
+
</item>
|
113
|
+
<item row="4" column="1">
|
114
|
+
<widget class="QGroupBox" name="groupBox">
|
115
|
+
<property name="title">
|
116
|
+
<string/>
|
117
|
+
</property>
|
118
|
+
<widget class="QRadioButton" name="rbn_8b">
|
119
|
+
<property name="geometry">
|
120
|
+
<rect>
|
121
|
+
<x>0</x>
|
122
|
+
<y>0</y>
|
123
|
+
<width>71</width>
|
124
|
+
<height>20</height>
|
125
|
+
</rect>
|
126
|
+
</property>
|
127
|
+
<property name="text">
|
128
|
+
<string>8 bits</string>
|
129
|
+
</property>
|
130
|
+
<property name="checked">
|
131
|
+
<bool>true</bool>
|
132
|
+
</property>
|
133
|
+
</widget>
|
134
|
+
<widget class="QRadioButton" name="rbn_16b">
|
135
|
+
<property name="geometry">
|
136
|
+
<rect>
|
137
|
+
<x>80</x>
|
138
|
+
<y>0</y>
|
139
|
+
<width>81</width>
|
140
|
+
<height>21</height>
|
141
|
+
</rect>
|
142
|
+
</property>
|
143
|
+
<property name="text">
|
144
|
+
<string>16 bits</string>
|
145
|
+
</property>
|
146
|
+
</widget>
|
147
|
+
</widget>
|
148
|
+
</item>
|
149
|
+
<item row="5" column="0">
|
150
|
+
<widget class="QLabel" name="lbl_page_size">
|
151
|
+
<property name="text">
|
152
|
+
<string>Page size:</string>
|
153
|
+
</property>
|
154
|
+
</widget>
|
155
|
+
</item>
|
156
|
+
<item row="5" column="1">
|
157
|
+
<widget class="QLineEdit" name="lie_page_size">
|
158
|
+
<property name="text">
|
159
|
+
<string/>
|
160
|
+
</property>
|
161
|
+
<property name="placeholderText">
|
162
|
+
<string>in bytes</string>
|
163
|
+
</property>
|
164
|
+
</widget>
|
165
|
+
</item>
|
166
|
+
</layout>
|
167
|
+
</item>
|
168
|
+
<item>
|
169
|
+
<layout class="QHBoxLayout" name="hl">
|
170
|
+
<item>
|
171
|
+
<spacer name="hs">
|
172
|
+
<property name="orientation">
|
173
|
+
<enum>Qt::Horizontal</enum>
|
174
|
+
</property>
|
175
|
+
<property name="sizeHint" stdset="0">
|
176
|
+
<size>
|
177
|
+
<width>40</width>
|
178
|
+
<height>20</height>
|
179
|
+
</size>
|
180
|
+
</property>
|
181
|
+
</spacer>
|
182
|
+
</item>
|
183
|
+
<item>
|
184
|
+
<widget class="QPushButton" name="btn_cancel">
|
185
|
+
<property name="text">
|
186
|
+
<string>Cancel</string>
|
187
|
+
</property>
|
188
|
+
</widget>
|
189
|
+
</item>
|
190
|
+
<item>
|
191
|
+
<widget class="QPushButton" name="btn_save">
|
192
|
+
<property name="maximumSize">
|
193
|
+
<size>
|
194
|
+
<width>16777215</width>
|
195
|
+
<height>16777215</height>
|
196
|
+
</size>
|
197
|
+
</property>
|
198
|
+
<property name="text">
|
199
|
+
<string>Save</string>
|
200
|
+
</property>
|
201
|
+
</widget>
|
202
|
+
</item>
|
203
|
+
</layout>
|
204
|
+
</item>
|
205
|
+
</layout>
|
206
|
+
</item>
|
207
|
+
</layout>
|
208
|
+
</widget>
|
209
|
+
<resources/>
|
210
|
+
<connections>
|
211
|
+
<connection>
|
212
|
+
<sender>btn_cancel</sender>
|
213
|
+
<signal>clicked()</signal>
|
214
|
+
<receiver>Parallel_settings</receiver>
|
215
|
+
<slot>close()</slot>
|
216
|
+
<hints>
|
217
|
+
<hint type="sourcelabel">
|
218
|
+
<x>412</x>
|
219
|
+
<y>201</y>
|
220
|
+
</hint>
|
221
|
+
<hint type="destinationlabel">
|
222
|
+
<x>540</x>
|
223
|
+
<y>121</y>
|
224
|
+
</hint>
|
225
|
+
</hints>
|
226
|
+
</connection>
|
227
|
+
<connection>
|
228
|
+
<sender>btn_save</sender>
|
229
|
+
<signal>clicked()</signal>
|
230
|
+
<receiver>Parallel_settings</receiver>
|
231
|
+
<slot>save_settings()</slot>
|
232
|
+
<hints>
|
233
|
+
<hint type="sourcelabel">
|
234
|
+
<x>526</x>
|
235
|
+
<y>193</y>
|
236
|
+
</hint>
|
237
|
+
<hint type="destinationlabel">
|
238
|
+
<x>541</x>
|
239
|
+
<y>163</y>
|
240
|
+
</hint>
|
241
|
+
</hints>
|
242
|
+
</connection>
|
243
|
+
</connections>
|
244
|
+
<slots>
|
245
|
+
<slot>save_settings()</slot>
|
246
|
+
</slots>
|
247
|
+
</ui>
|