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,202 +1,202 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
       2 
     | 
    
         
            -
            <ui version="4.0">
         
     | 
| 
       3 
     | 
    
         
            -
             <class>Generic_export</class>
         
     | 
| 
       4 
     | 
    
         
            -
             <widget class="QWidget" name="Generic_export">
         
     | 
| 
       5 
     | 
    
         
            -
              <property name="windowModality">
         
     | 
| 
       6 
     | 
    
         
            -
               <enum>Qt::ApplicationModal</enum>
         
     | 
| 
       7 
     | 
    
         
            -
              </property>
         
     | 
| 
       8 
     | 
    
         
            -
              <property name="geometry">
         
     | 
| 
       9 
     | 
    
         
            -
               <rect>
         
     | 
| 
       10 
     | 
    
         
            -
                <x>0</x>
         
     | 
| 
       11 
     | 
    
         
            -
                <y>0</y>
         
     | 
| 
       12 
     | 
    
         
            -
                <width>254</width>
         
     | 
| 
       13 
     | 
    
         
            -
                <height>203</height>
         
     | 
| 
       14 
     | 
    
         
            -
               </rect>
         
     | 
| 
       15 
     | 
    
         
            -
              </property>
         
     | 
| 
       16 
     | 
    
         
            -
              <property name="windowTitle">
         
     | 
| 
       17 
     | 
    
         
            -
               <string>Hardsploit - Export (Dump)</string>
         
     | 
| 
       18 
     | 
    
         
            -
              </property>
         
     | 
| 
       19 
     | 
    
         
            -
              <layout class="QGridLayout" name="gridLayout">
         
     | 
| 
       20 
     | 
    
         
            -
               <item row="0" column="0">
         
     | 
| 
       21 
     | 
    
         
            -
                <layout class="QVBoxLayout" name="vl">
         
     | 
| 
       22 
     | 
    
         
            -
                 <item>
         
     | 
| 
       23 
     | 
    
         
            -
                  <layout class="QHBoxLayout" name="hl2">
         
     | 
| 
       24 
     | 
    
         
            -
                   <item>
         
     | 
| 
       25 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_chip">
         
     | 
| 
       26 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       27 
     | 
    
         
            -
                      <string>[CHIP]</string>
         
     | 
| 
       28 
     | 
    
         
            -
                     </property>
         
     | 
| 
       29 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       30 
     | 
    
         
            -
                   </item>
         
     | 
| 
       31 
     | 
    
         
            -
                   <item>
         
     | 
| 
       32 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_export">
         
     | 
| 
       33 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       34 
     | 
    
         
            -
                      <string>Export (Dump)</string>
         
     | 
| 
       35 
     | 
    
         
            -
                     </property>
         
     | 
| 
       36 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       37 
     | 
    
         
            -
                   </item>
         
     | 
| 
       38 
     | 
    
         
            -
                   <item>
         
     | 
| 
       39 
     | 
    
         
            -
                    <spacer name="hs">
         
     | 
| 
       40 
     | 
    
         
            -
                     <property name="orientation">
         
     | 
| 
       41 
     | 
    
         
            -
                      <enum>Qt::Horizontal</enum>
         
     | 
| 
       42 
     | 
    
         
            -
                     </property>
         
     | 
| 
       43 
     | 
    
         
            -
                     <property name="sizeHint" stdset="0">
         
     | 
| 
       44 
     | 
    
         
            -
                      <size>
         
     | 
| 
       45 
     | 
    
         
            -
                       <width>40</width>
         
     | 
| 
       46 
     | 
    
         
            -
                       <height>20</height>
         
     | 
| 
       47 
     | 
    
         
            -
                      </size>
         
     | 
| 
       48 
     | 
    
         
            -
                     </property>
         
     | 
| 
       49 
     | 
    
         
            -
                    </spacer>
         
     | 
| 
       50 
     | 
    
         
            -
                   </item>
         
     | 
| 
       51 
     | 
    
         
            -
                  </layout>
         
     | 
| 
       52 
     | 
    
         
            -
                 </item>
         
     | 
| 
       53 
     | 
    
         
            -
                 <item>
         
     | 
| 
       54 
     | 
    
         
            -
                  <layout class="QFormLayout" name="fl">
         
     | 
| 
       55 
     | 
    
         
            -
                   <item row="2" column="0">
         
     | 
| 
       56 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_start">
         
     | 
| 
       57 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       58 
     | 
    
         
            -
                      <string>Start address:</string>
         
     | 
| 
       59 
     | 
    
         
            -
                     </property>
         
     | 
| 
       60 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       61 
     | 
    
         
            -
                   </item>
         
     | 
| 
       62 
     | 
    
         
            -
                   <item row="2" column="1">
         
     | 
| 
       63 
     | 
    
         
            -
                    <widget class="QLineEdit" name="lie_start">
         
     | 
| 
       64 
     | 
    
         
            -
                     <property name="maxLength">
         
     | 
| 
       65 
     | 
    
         
            -
                      <number>20</number>
         
     | 
| 
       66 
     | 
    
         
            -
                     </property>
         
     | 
| 
       67 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       68 
     | 
    
         
            -
                   </item>
         
     | 
| 
       69 
     | 
    
         
            -
                   <item row="3" column="0">
         
     | 
| 
       70 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_stop">
         
     | 
| 
       71 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       72 
     | 
    
         
            -
                      <string>Stop address:</string>
         
     | 
| 
       73 
     | 
    
         
            -
                     </property>
         
     | 
| 
       74 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       75 
     | 
    
         
            -
                   </item>
         
     | 
| 
       76 
     | 
    
         
            -
                   <item row="3" column="1">
         
     | 
| 
       77 
     | 
    
         
            -
                    <widget class="QLineEdit" name="lie_stop">
         
     | 
| 
       78 
     | 
    
         
            -
                     <property name="maxLength">
         
     | 
| 
       79 
     | 
    
         
            -
                      <number>20</number>
         
     | 
| 
       80 
     | 
    
         
            -
                     </property>
         
     | 
| 
       81 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       82 
     | 
    
         
            -
                   </item>
         
     | 
| 
       83 
     | 
    
         
            -
                   <item row="4" column="0">
         
     | 
| 
       84 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_file">
         
     | 
| 
       85 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       86 
     | 
    
         
            -
                      <string>File:</string>
         
     | 
| 
       87 
     | 
    
         
            -
                     </property>
         
     | 
| 
       88 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       89 
     | 
    
         
            -
                   </item>
         
     | 
| 
       90 
     | 
    
         
            -
                   <item row="4" column="1">
         
     | 
| 
       91 
     | 
    
         
            -
                    <widget class="QPushButton" name="btn_file">
         
     | 
| 
       92 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       93 
     | 
    
         
            -
                      <string>File...</string>
         
     | 
| 
       94 
     | 
    
         
            -
                     </property>
         
     | 
| 
       95 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       96 
     | 
    
         
            -
                   </item>
         
     | 
| 
       97 
     | 
    
         
            -
                   <item row="5" column="0">
         
     | 
| 
       98 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_selected">
         
     | 
| 
       99 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       100 
     | 
    
         
            -
                      <string>Selected file:</string>
         
     | 
| 
       101 
     | 
    
         
            -
                     </property>
         
     | 
| 
       102 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       103 
     | 
    
         
            -
                   </item>
         
     | 
| 
       104 
     | 
    
         
            -
                   <item row="5" column="1">
         
     | 
| 
       105 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_selected_file">
         
     | 
| 
       106 
     | 
    
         
            -
                     <property name="maximumSize">
         
     | 
| 
       107 
     | 
    
         
            -
                      <size>
         
     | 
| 
       108 
     | 
    
         
            -
                       <width>250</width>
         
     | 
| 
       109 
     | 
    
         
            -
                       <height>16777215</height>
         
     | 
| 
       110 
     | 
    
         
            -
                      </size>
         
     | 
| 
       111 
     | 
    
         
            -
                     </property>
         
     | 
| 
       112 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       113 
     | 
    
         
            -
                      <string>None</string>
         
     | 
| 
       114 
     | 
    
         
            -
                     </property>
         
     | 
| 
       115 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       116 
     | 
    
         
            -
                   </item>
         
     | 
| 
       117 
     | 
    
         
            -
                  </layout>
         
     | 
| 
       118 
     | 
    
         
            -
                 </item>
         
     | 
| 
       119 
     | 
    
         
            -
                 <item>
         
     | 
| 
       120 
     | 
    
         
            -
                  <layout class="QHBoxLayout" name="hl">
         
     | 
| 
       121 
     | 
    
         
            -
                   <item>
         
     | 
| 
       122 
     | 
    
         
            -
                    <widget class="QPushButton" name="btn_export">
         
     | 
| 
       123 
     | 
    
         
            -
                     <property name="enabled">
         
     | 
| 
       124 
     | 
    
         
            -
                      <bool>false</bool>
         
     | 
| 
       125 
     | 
    
         
            -
                     </property>
         
     | 
| 
       126 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       127 
     | 
    
         
            -
                      <string>Export</string>
         
     | 
| 
       128 
     | 
    
         
            -
                     </property>
         
     | 
| 
       129 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       130 
     | 
    
         
            -
                   </item>
         
     | 
| 
       131 
     | 
    
         
            -
                   <item>
         
     | 
| 
       132 
     | 
    
         
            -
                    <widget class="QPushButton" name="btn_full_export">
         
     | 
| 
       133 
     | 
    
         
            -
                     <property name="enabled">
         
     | 
| 
       134 
     | 
    
         
            -
                      <bool>false</bool>
         
     | 
| 
       135 
     | 
    
         
            -
                     </property>
         
     | 
| 
       136 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       137 
     | 
    
         
            -
                      <string>Full export</string>
         
     | 
| 
       138 
     | 
    
         
            -
                     </property>
         
     | 
| 
       139 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       140 
     | 
    
         
            -
                   </item>
         
     | 
| 
       141 
     | 
    
         
            -
                  </layout>
         
     | 
| 
       142 
     | 
    
         
            -
                 </item>
         
     | 
| 
       143 
     | 
    
         
            -
                </layout>
         
     | 
| 
       144 
     | 
    
         
            -
               </item>
         
     | 
| 
       145 
     | 
    
         
            -
              </layout>
         
     | 
| 
       146 
     | 
    
         
            -
             </widget>
         
     | 
| 
       147 
     | 
    
         
            -
             <resources/>
         
     | 
| 
       148 
     | 
    
         
            -
             <connections>
         
     | 
| 
       149 
     | 
    
         
            -
              <connection>
         
     | 
| 
       150 
     | 
    
         
            -
               <sender>btn_export</sender>
         
     | 
| 
       151 
     | 
    
         
            -
               <signal>clicked()</signal>
         
     | 
| 
       152 
     | 
    
         
            -
               <receiver>Generic_export</receiver>
         
     | 
| 
       153 
     | 
    
         
            -
               <slot>export()</slot>
         
     | 
| 
       154 
     | 
    
         
            -
               <hints>
         
     | 
| 
       155 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       156 
     | 
    
         
            -
                 <x>100</x>
         
     | 
| 
       157 
     | 
    
         
            -
                 <y>156</y>
         
     | 
| 
       158 
     | 
    
         
            -
                </hint>
         
     | 
| 
       159 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       160 
     | 
    
         
            -
                 <x>122</x>
         
     | 
| 
       161 
     | 
    
         
            -
                 <y>4</y>
         
     | 
| 
       162 
     | 
    
         
            -
                </hint>
         
     | 
| 
       163 
     | 
    
         
            -
               </hints>
         
     | 
| 
       164 
     | 
    
         
            -
              </connection>
         
     | 
| 
       165 
     | 
    
         
            -
              <connection>
         
     | 
| 
       166 
     | 
    
         
            -
               <sender>btn_full_export</sender>
         
     | 
| 
       167 
     | 
    
         
            -
               <signal>clicked()</signal>
         
     | 
| 
       168 
     | 
    
         
            -
               <receiver>Generic_export</receiver>
         
     | 
| 
       169 
     | 
    
         
            -
               <slot>export()</slot>
         
     | 
| 
       170 
     | 
    
         
            -
               <hints>
         
     | 
| 
       171 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       172 
     | 
    
         
            -
                 <x>242</x>
         
     | 
| 
       173 
     | 
    
         
            -
                 <y>156</y>
         
     | 
| 
       174 
     | 
    
         
            -
                </hint>
         
     | 
| 
       175 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       176 
     | 
    
         
            -
                 <x>197</x>
         
     | 
| 
       177 
     | 
    
         
            -
                 <y>2</y>
         
     | 
| 
       178 
     | 
    
         
            -
                </hint>
         
     | 
| 
       179 
     | 
    
         
            -
               </hints>
         
     | 
| 
       180 
     | 
    
         
            -
              </connection>
         
     | 
| 
       181 
     | 
    
         
            -
              <connection>
         
     | 
| 
       182 
     | 
    
         
            -
               <sender>btn_file</sender>
         
     | 
| 
       183 
     | 
    
         
            -
               <signal>clicked()</signal>
         
     | 
| 
       184 
     | 
    
         
            -
               <receiver>Generic_export</receiver>
         
     | 
| 
       185 
     | 
    
         
            -
               <slot>select_export_file()</slot>
         
     | 
| 
       186 
     | 
    
         
            -
               <hints>
         
     | 
| 
       187 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       188 
     | 
    
         
            -
                 <x>117</x>
         
     | 
| 
       189 
     | 
    
         
            -
                 <y>109</y>
         
     | 
| 
       190 
     | 
    
         
            -
                </hint>
         
     | 
| 
       191 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       192 
     | 
    
         
            -
                 <x>85</x>
         
     | 
| 
       193 
     | 
    
         
            -
                 <y>-4</y>
         
     | 
| 
       194 
     | 
    
         
            -
                </hint>
         
     | 
| 
       195 
     | 
    
         
            -
               </hints>
         
     | 
| 
       196 
     | 
    
         
            -
              </connection>
         
     | 
| 
       197 
     | 
    
         
            -
             </connections>
         
     | 
| 
       198 
     | 
    
         
            -
             <slots>
         
     | 
| 
       199 
     | 
    
         
            -
              <slot>export()</slot>
         
     | 
| 
       200 
     | 
    
         
            -
              <slot>select_export_file()</slot>
         
     | 
| 
       201 
     | 
    
         
            -
             </slots>
         
     | 
| 
       202 
     | 
    
         
            -
            </ui>
         
     | 
| 
      
 1 
     | 
    
         
            +
            <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <ui version="4.0">
         
     | 
| 
      
 3 
     | 
    
         
            +
             <class>Generic_export</class>
         
     | 
| 
      
 4 
     | 
    
         
            +
             <widget class="QWidget" name="Generic_export">
         
     | 
| 
      
 5 
     | 
    
         
            +
              <property name="windowModality">
         
     | 
| 
      
 6 
     | 
    
         
            +
               <enum>Qt::ApplicationModal</enum>
         
     | 
| 
      
 7 
     | 
    
         
            +
              </property>
         
     | 
| 
      
 8 
     | 
    
         
            +
              <property name="geometry">
         
     | 
| 
      
 9 
     | 
    
         
            +
               <rect>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <x>0</x>
         
     | 
| 
      
 11 
     | 
    
         
            +
                <y>0</y>
         
     | 
| 
      
 12 
     | 
    
         
            +
                <width>254</width>
         
     | 
| 
      
 13 
     | 
    
         
            +
                <height>203</height>
         
     | 
| 
      
 14 
     | 
    
         
            +
               </rect>
         
     | 
| 
      
 15 
     | 
    
         
            +
              </property>
         
     | 
| 
      
 16 
     | 
    
         
            +
              <property name="windowTitle">
         
     | 
| 
      
 17 
     | 
    
         
            +
               <string>Hardsploit - Export (Dump)</string>
         
     | 
| 
      
 18 
     | 
    
         
            +
              </property>
         
     | 
| 
      
 19 
     | 
    
         
            +
              <layout class="QGridLayout" name="gridLayout">
         
     | 
| 
      
 20 
     | 
    
         
            +
               <item row="0" column="0">
         
     | 
| 
      
 21 
     | 
    
         
            +
                <layout class="QVBoxLayout" name="vl">
         
     | 
| 
      
 22 
     | 
    
         
            +
                 <item>
         
     | 
| 
      
 23 
     | 
    
         
            +
                  <layout class="QHBoxLayout" name="hl2">
         
     | 
| 
      
 24 
     | 
    
         
            +
                   <item>
         
     | 
| 
      
 25 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_chip">
         
     | 
| 
      
 26 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 27 
     | 
    
         
            +
                      <string>[CHIP]</string>
         
     | 
| 
      
 28 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 29 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 30 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 31 
     | 
    
         
            +
                   <item>
         
     | 
| 
      
 32 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_export">
         
     | 
| 
      
 33 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 34 
     | 
    
         
            +
                      <string>Export (Dump)</string>
         
     | 
| 
      
 35 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 36 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 37 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 38 
     | 
    
         
            +
                   <item>
         
     | 
| 
      
 39 
     | 
    
         
            +
                    <spacer name="hs">
         
     | 
| 
      
 40 
     | 
    
         
            +
                     <property name="orientation">
         
     | 
| 
      
 41 
     | 
    
         
            +
                      <enum>Qt::Horizontal</enum>
         
     | 
| 
      
 42 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 43 
     | 
    
         
            +
                     <property name="sizeHint" stdset="0">
         
     | 
| 
      
 44 
     | 
    
         
            +
                      <size>
         
     | 
| 
      
 45 
     | 
    
         
            +
                       <width>40</width>
         
     | 
| 
      
 46 
     | 
    
         
            +
                       <height>20</height>
         
     | 
| 
      
 47 
     | 
    
         
            +
                      </size>
         
     | 
| 
      
 48 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 49 
     | 
    
         
            +
                    </spacer>
         
     | 
| 
      
 50 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 51 
     | 
    
         
            +
                  </layout>
         
     | 
| 
      
 52 
     | 
    
         
            +
                 </item>
         
     | 
| 
      
 53 
     | 
    
         
            +
                 <item>
         
     | 
| 
      
 54 
     | 
    
         
            +
                  <layout class="QFormLayout" name="fl">
         
     | 
| 
      
 55 
     | 
    
         
            +
                   <item row="2" column="0">
         
     | 
| 
      
 56 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_start">
         
     | 
| 
      
 57 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 58 
     | 
    
         
            +
                      <string>Start address:</string>
         
     | 
| 
      
 59 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 60 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 61 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 62 
     | 
    
         
            +
                   <item row="2" column="1">
         
     | 
| 
      
 63 
     | 
    
         
            +
                    <widget class="QLineEdit" name="lie_start">
         
     | 
| 
      
 64 
     | 
    
         
            +
                     <property name="maxLength">
         
     | 
| 
      
 65 
     | 
    
         
            +
                      <number>20</number>
         
     | 
| 
      
 66 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 67 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 68 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 69 
     | 
    
         
            +
                   <item row="3" column="0">
         
     | 
| 
      
 70 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_stop">
         
     | 
| 
      
 71 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 72 
     | 
    
         
            +
                      <string>Stop address:</string>
         
     | 
| 
      
 73 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 74 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 75 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 76 
     | 
    
         
            +
                   <item row="3" column="1">
         
     | 
| 
      
 77 
     | 
    
         
            +
                    <widget class="QLineEdit" name="lie_stop">
         
     | 
| 
      
 78 
     | 
    
         
            +
                     <property name="maxLength">
         
     | 
| 
      
 79 
     | 
    
         
            +
                      <number>20</number>
         
     | 
| 
      
 80 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 81 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 82 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 83 
     | 
    
         
            +
                   <item row="4" column="0">
         
     | 
| 
      
 84 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_file">
         
     | 
| 
      
 85 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 86 
     | 
    
         
            +
                      <string>File:</string>
         
     | 
| 
      
 87 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 88 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 89 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 90 
     | 
    
         
            +
                   <item row="4" column="1">
         
     | 
| 
      
 91 
     | 
    
         
            +
                    <widget class="QPushButton" name="btn_file">
         
     | 
| 
      
 92 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 93 
     | 
    
         
            +
                      <string>File...</string>
         
     | 
| 
      
 94 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 95 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 96 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 97 
     | 
    
         
            +
                   <item row="5" column="0">
         
     | 
| 
      
 98 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_selected">
         
     | 
| 
      
 99 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 100 
     | 
    
         
            +
                      <string>Selected file:</string>
         
     | 
| 
      
 101 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 102 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 103 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 104 
     | 
    
         
            +
                   <item row="5" column="1">
         
     | 
| 
      
 105 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_selected_file">
         
     | 
| 
      
 106 
     | 
    
         
            +
                     <property name="maximumSize">
         
     | 
| 
      
 107 
     | 
    
         
            +
                      <size>
         
     | 
| 
      
 108 
     | 
    
         
            +
                       <width>250</width>
         
     | 
| 
      
 109 
     | 
    
         
            +
                       <height>16777215</height>
         
     | 
| 
      
 110 
     | 
    
         
            +
                      </size>
         
     | 
| 
      
 111 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 112 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 113 
     | 
    
         
            +
                      <string>None</string>
         
     | 
| 
      
 114 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 115 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 116 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 117 
     | 
    
         
            +
                  </layout>
         
     | 
| 
      
 118 
     | 
    
         
            +
                 </item>
         
     | 
| 
      
 119 
     | 
    
         
            +
                 <item>
         
     | 
| 
      
 120 
     | 
    
         
            +
                  <layout class="QHBoxLayout" name="hl">
         
     | 
| 
      
 121 
     | 
    
         
            +
                   <item>
         
     | 
| 
      
 122 
     | 
    
         
            +
                    <widget class="QPushButton" name="btn_export">
         
     | 
| 
      
 123 
     | 
    
         
            +
                     <property name="enabled">
         
     | 
| 
      
 124 
     | 
    
         
            +
                      <bool>false</bool>
         
     | 
| 
      
 125 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 126 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 127 
     | 
    
         
            +
                      <string>Export</string>
         
     | 
| 
      
 128 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 129 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 130 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 131 
     | 
    
         
            +
                   <item>
         
     | 
| 
      
 132 
     | 
    
         
            +
                    <widget class="QPushButton" name="btn_full_export">
         
     | 
| 
      
 133 
     | 
    
         
            +
                     <property name="enabled">
         
     | 
| 
      
 134 
     | 
    
         
            +
                      <bool>false</bool>
         
     | 
| 
      
 135 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 136 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 137 
     | 
    
         
            +
                      <string>Full export</string>
         
     | 
| 
      
 138 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 139 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 140 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 141 
     | 
    
         
            +
                  </layout>
         
     | 
| 
      
 142 
     | 
    
         
            +
                 </item>
         
     | 
| 
      
 143 
     | 
    
         
            +
                </layout>
         
     | 
| 
      
 144 
     | 
    
         
            +
               </item>
         
     | 
| 
      
 145 
     | 
    
         
            +
              </layout>
         
     | 
| 
      
 146 
     | 
    
         
            +
             </widget>
         
     | 
| 
      
 147 
     | 
    
         
            +
             <resources/>
         
     | 
| 
      
 148 
     | 
    
         
            +
             <connections>
         
     | 
| 
      
 149 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 150 
     | 
    
         
            +
               <sender>btn_export</sender>
         
     | 
| 
      
 151 
     | 
    
         
            +
               <signal>clicked()</signal>
         
     | 
| 
      
 152 
     | 
    
         
            +
               <receiver>Generic_export</receiver>
         
     | 
| 
      
 153 
     | 
    
         
            +
               <slot>export()</slot>
         
     | 
| 
      
 154 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 155 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 156 
     | 
    
         
            +
                 <x>100</x>
         
     | 
| 
      
 157 
     | 
    
         
            +
                 <y>156</y>
         
     | 
| 
      
 158 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 159 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 160 
     | 
    
         
            +
                 <x>122</x>
         
     | 
| 
      
 161 
     | 
    
         
            +
                 <y>4</y>
         
     | 
| 
      
 162 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 163 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 164 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 165 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 166 
     | 
    
         
            +
               <sender>btn_full_export</sender>
         
     | 
| 
      
 167 
     | 
    
         
            +
               <signal>clicked()</signal>
         
     | 
| 
      
 168 
     | 
    
         
            +
               <receiver>Generic_export</receiver>
         
     | 
| 
      
 169 
     | 
    
         
            +
               <slot>export()</slot>
         
     | 
| 
      
 170 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 171 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 172 
     | 
    
         
            +
                 <x>242</x>
         
     | 
| 
      
 173 
     | 
    
         
            +
                 <y>156</y>
         
     | 
| 
      
 174 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 175 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 176 
     | 
    
         
            +
                 <x>197</x>
         
     | 
| 
      
 177 
     | 
    
         
            +
                 <y>2</y>
         
     | 
| 
      
 178 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 179 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 180 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 181 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 182 
     | 
    
         
            +
               <sender>btn_file</sender>
         
     | 
| 
      
 183 
     | 
    
         
            +
               <signal>clicked()</signal>
         
     | 
| 
      
 184 
     | 
    
         
            +
               <receiver>Generic_export</receiver>
         
     | 
| 
      
 185 
     | 
    
         
            +
               <slot>select_export_file()</slot>
         
     | 
| 
      
 186 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 187 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 188 
     | 
    
         
            +
                 <x>117</x>
         
     | 
| 
      
 189 
     | 
    
         
            +
                 <y>109</y>
         
     | 
| 
      
 190 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 191 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 192 
     | 
    
         
            +
                 <x>85</x>
         
     | 
| 
      
 193 
     | 
    
         
            +
                 <y>-4</y>
         
     | 
| 
      
 194 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 195 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 196 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 197 
     | 
    
         
            +
             </connections>
         
     | 
| 
      
 198 
     | 
    
         
            +
             <slots>
         
     | 
| 
      
 199 
     | 
    
         
            +
              <slot>export()</slot>
         
     | 
| 
      
 200 
     | 
    
         
            +
              <slot>select_export_file()</slot>
         
     | 
| 
      
 201 
     | 
    
         
            +
             </slots>
         
     | 
| 
      
 202 
     | 
    
         
            +
            </ui>
         
     | 
| 
         @@ -1,165 +1,165 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
       2 
     | 
    
         
            -
            <ui version="4.0">
         
     | 
| 
       3 
     | 
    
         
            -
             <class>Generic_import</class>
         
     | 
| 
       4 
     | 
    
         
            -
             <widget class="QWidget" name="Generic_import">
         
     | 
| 
       5 
     | 
    
         
            -
              <property name="windowModality">
         
     | 
| 
       6 
     | 
    
         
            -
               <enum>Qt::ApplicationModal</enum>
         
     | 
| 
       7 
     | 
    
         
            -
              </property>
         
     | 
| 
       8 
     | 
    
         
            -
              <property name="geometry">
         
     | 
| 
       9 
     | 
    
         
            -
               <rect>
         
     | 
| 
       10 
     | 
    
         
            -
                <x>0</x>
         
     | 
| 
       11 
     | 
    
         
            -
                <y>0</y>
         
     | 
| 
       12 
     | 
    
         
            -
                <width>317</width>
         
     | 
| 
       13 
     | 
    
         
            -
                <height>155</height>
         
     | 
| 
       14 
     | 
    
         
            -
               </rect>
         
     | 
| 
       15 
     | 
    
         
            -
              </property>
         
     | 
| 
       16 
     | 
    
         
            -
              <property name="windowTitle">
         
     | 
| 
       17 
     | 
    
         
            -
               <string>Hardsploit - Import</string>
         
     | 
| 
       18 
     | 
    
         
            -
              </property>
         
     | 
| 
       19 
     | 
    
         
            -
              <layout class="QGridLayout" name="gridLayout">
         
     | 
| 
       20 
     | 
    
         
            -
               <item row="0" column="0">
         
     | 
| 
       21 
     | 
    
         
            -
                <layout class="QVBoxLayout" name="vl">
         
     | 
| 
       22 
     | 
    
         
            -
                 <item>
         
     | 
| 
       23 
     | 
    
         
            -
                  <layout class="QHBoxLayout" name="hl2">
         
     | 
| 
       24 
     | 
    
         
            -
                   <item>
         
     | 
| 
       25 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_chip">
         
     | 
| 
       26 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       27 
     | 
    
         
            -
                      <string>[CHIP]</string>
         
     | 
| 
       28 
     | 
    
         
            -
                     </property>
         
     | 
| 
       29 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       30 
     | 
    
         
            -
                   </item>
         
     | 
| 
       31 
     | 
    
         
            -
                   <item>
         
     | 
| 
       32 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_export">
         
     | 
| 
       33 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       34 
     | 
    
         
            -
                      <string>Import</string>
         
     | 
| 
       35 
     | 
    
         
            -
                     </property>
         
     | 
| 
       36 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       37 
     | 
    
         
            -
                   </item>
         
     | 
| 
       38 
     | 
    
         
            -
                   <item>
         
     | 
| 
       39 
     | 
    
         
            -
                    <spacer name="hs">
         
     | 
| 
       40 
     | 
    
         
            -
                     <property name="orientation">
         
     | 
| 
       41 
     | 
    
         
            -
                      <enum>Qt::Horizontal</enum>
         
     | 
| 
       42 
     | 
    
         
            -
                     </property>
         
     | 
| 
       43 
     | 
    
         
            -
                     <property name="sizeHint" stdset="0">
         
     | 
| 
       44 
     | 
    
         
            -
                      <size>
         
     | 
| 
       45 
     | 
    
         
            -
                       <width>40</width>
         
     | 
| 
       46 
     | 
    
         
            -
                       <height>20</height>
         
     | 
| 
       47 
     | 
    
         
            -
                      </size>
         
     | 
| 
       48 
     | 
    
         
            -
                     </property>
         
     | 
| 
       49 
     | 
    
         
            -
                    </spacer>
         
     | 
| 
       50 
     | 
    
         
            -
                   </item>
         
     | 
| 
       51 
     | 
    
         
            -
                  </layout>
         
     | 
| 
       52 
     | 
    
         
            -
                 </item>
         
     | 
| 
       53 
     | 
    
         
            -
                 <item>
         
     | 
| 
       54 
     | 
    
         
            -
                  <layout class="QFormLayout" name="fl">
         
     | 
| 
       55 
     | 
    
         
            -
                   <item row="1" column="0">
         
     | 
| 
       56 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_start">
         
     | 
| 
       57 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       58 
     | 
    
         
            -
                      <string>Start address:</string>
         
     | 
| 
       59 
     | 
    
         
            -
                     </property>
         
     | 
| 
       60 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       61 
     | 
    
         
            -
                   </item>
         
     | 
| 
       62 
     | 
    
         
            -
                   <item row="1" column="1">
         
     | 
| 
       63 
     | 
    
         
            -
                    <widget class="QLineEdit" name="lie_start">
         
     | 
| 
       64 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       65 
     | 
    
         
            -
                      <string>0</string>
         
     | 
| 
       66 
     | 
    
         
            -
                     </property>
         
     | 
| 
       67 
     | 
    
         
            -
                     <property name="maxLength">
         
     | 
| 
       68 
     | 
    
         
            -
                      <number>20</number>
         
     | 
| 
       69 
     | 
    
         
            -
                     </property>
         
     | 
| 
       70 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       71 
     | 
    
         
            -
                   </item>
         
     | 
| 
       72 
     | 
    
         
            -
                   <item row="2" column="1">
         
     | 
| 
       73 
     | 
    
         
            -
                    <widget class="QPushButton" name="btn_file">
         
     | 
| 
       74 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       75 
     | 
    
         
            -
                      <string>File...</string>
         
     | 
| 
       76 
     | 
    
         
            -
                     </property>
         
     | 
| 
       77 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       78 
     | 
    
         
            -
                   </item>
         
     | 
| 
       79 
     | 
    
         
            -
                   <item row="2" column="0">
         
     | 
| 
       80 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_file">
         
     | 
| 
       81 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       82 
     | 
    
         
            -
                      <string>File:</string>
         
     | 
| 
       83 
     | 
    
         
            -
                     </property>
         
     | 
| 
       84 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       85 
     | 
    
         
            -
                   </item>
         
     | 
| 
       86 
     | 
    
         
            -
                   <item row="3" column="0">
         
     | 
| 
       87 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_selected">
         
     | 
| 
       88 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       89 
     | 
    
         
            -
                      <string>Selected file:</string>
         
     | 
| 
       90 
     | 
    
         
            -
                     </property>
         
     | 
| 
       91 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       92 
     | 
    
         
            -
                   </item>
         
     | 
| 
       93 
     | 
    
         
            -
                   <item row="3" column="1">
         
     | 
| 
       94 
     | 
    
         
            -
                    <widget class="QLabel" name="lbl_selected_file">
         
     | 
| 
       95 
     | 
    
         
            -
                     <property name="maximumSize">
         
     | 
| 
       96 
     | 
    
         
            -
                      <size>
         
     | 
| 
       97 
     | 
    
         
            -
                       <width>250</width>
         
     | 
| 
       98 
     | 
    
         
            -
                       <height>16777215</height>
         
     | 
| 
       99 
     | 
    
         
            -
                      </size>
         
     | 
| 
       100 
     | 
    
         
            -
                     </property>
         
     | 
| 
       101 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       102 
     | 
    
         
            -
                      <string>None</string>
         
     | 
| 
       103 
     | 
    
         
            -
                     </property>
         
     | 
| 
       104 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       105 
     | 
    
         
            -
                   </item>
         
     | 
| 
       106 
     | 
    
         
            -
                  </layout>
         
     | 
| 
       107 
     | 
    
         
            -
                 </item>
         
     | 
| 
       108 
     | 
    
         
            -
                 <item>
         
     | 
| 
       109 
     | 
    
         
            -
                  <layout class="QHBoxLayout" name="hl">
         
     | 
| 
       110 
     | 
    
         
            -
                   <item>
         
     | 
| 
       111 
     | 
    
         
            -
                    <widget class="QPushButton" name="btn_import">
         
     | 
| 
       112 
     | 
    
         
            -
                     <property name="enabled">
         
     | 
| 
       113 
     | 
    
         
            -
                      <bool>false</bool>
         
     | 
| 
       114 
     | 
    
         
            -
                     </property>
         
     | 
| 
       115 
     | 
    
         
            -
                     <property name="text">
         
     | 
| 
       116 
     | 
    
         
            -
                      <string>Import</string>
         
     | 
| 
       117 
     | 
    
         
            -
                     </property>
         
     | 
| 
       118 
     | 
    
         
            -
                    </widget>
         
     | 
| 
       119 
     | 
    
         
            -
                   </item>
         
     | 
| 
       120 
     | 
    
         
            -
                  </layout>
         
     | 
| 
       121 
     | 
    
         
            -
                 </item>
         
     | 
| 
       122 
     | 
    
         
            -
                </layout>
         
     | 
| 
       123 
     | 
    
         
            -
               </item>
         
     | 
| 
       124 
     | 
    
         
            -
              </layout>
         
     | 
| 
       125 
     | 
    
         
            -
             </widget>
         
     | 
| 
       126 
     | 
    
         
            -
             <resources/>
         
     | 
| 
       127 
     | 
    
         
            -
             <connections>
         
     | 
| 
       128 
     | 
    
         
            -
              <connection>
         
     | 
| 
       129 
     | 
    
         
            -
               <sender>btn_import</sender>
         
     | 
| 
       130 
     | 
    
         
            -
               <signal>clicked()</signal>
         
     | 
| 
       131 
     | 
    
         
            -
               <receiver>Generic_import</receiver>
         
     | 
| 
       132 
     | 
    
         
            -
               <slot>import()</slot>
         
     | 
| 
       133 
     | 
    
         
            -
               <hints>
         
     | 
| 
       134 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       135 
     | 
    
         
            -
                 <x>153</x>
         
     | 
| 
       136 
     | 
    
         
            -
                 <y>119</y>
         
     | 
| 
       137 
     | 
    
         
            -
                </hint>
         
     | 
| 
       138 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       139 
     | 
    
         
            -
                 <x>261</x>
         
     | 
| 
       140 
     | 
    
         
            -
                 <y>111</y>
         
     | 
| 
       141 
     | 
    
         
            -
                </hint>
         
     | 
| 
       142 
     | 
    
         
            -
               </hints>
         
     | 
| 
       143 
     | 
    
         
            -
              </connection>
         
     | 
| 
       144 
     | 
    
         
            -
              <connection>
         
     | 
| 
       145 
     | 
    
         
            -
               <sender>btn_file</sender>
         
     | 
| 
       146 
     | 
    
         
            -
               <signal>clicked()</signal>
         
     | 
| 
       147 
     | 
    
         
            -
               <receiver>Generic_import</receiver>
         
     | 
| 
       148 
     | 
    
         
            -
               <slot>select_import_file()</slot>
         
     | 
| 
       149 
     | 
    
         
            -
               <hints>
         
     | 
| 
       150 
     | 
    
         
            -
                <hint type="sourcelabel">
         
     | 
| 
       151 
     | 
    
         
            -
                 <x>248</x>
         
     | 
| 
       152 
     | 
    
         
            -
                 <y>80</y>
         
     | 
| 
       153 
     | 
    
         
            -
                </hint>
         
     | 
| 
       154 
     | 
    
         
            -
                <hint type="destinationlabel">
         
     | 
| 
       155 
     | 
    
         
            -
                 <x>264</x>
         
     | 
| 
       156 
     | 
    
         
            -
                 <y>80</y>
         
     | 
| 
       157 
     | 
    
         
            -
                </hint>
         
     | 
| 
       158 
     | 
    
         
            -
               </hints>
         
     | 
| 
       159 
     | 
    
         
            -
              </connection>
         
     | 
| 
       160 
     | 
    
         
            -
             </connections>
         
     | 
| 
       161 
     | 
    
         
            -
             <slots>
         
     | 
| 
       162 
     | 
    
         
            -
              <slot>import()</slot>
         
     | 
| 
       163 
     | 
    
         
            -
              <slot>select_import_file()</slot>
         
     | 
| 
       164 
     | 
    
         
            -
             </slots>
         
     | 
| 
       165 
     | 
    
         
            -
            </ui>
         
     | 
| 
      
 1 
     | 
    
         
            +
            <?xml version="1.0" encoding="UTF-8"?>
         
     | 
| 
      
 2 
     | 
    
         
            +
            <ui version="4.0">
         
     | 
| 
      
 3 
     | 
    
         
            +
             <class>Generic_import</class>
         
     | 
| 
      
 4 
     | 
    
         
            +
             <widget class="QWidget" name="Generic_import">
         
     | 
| 
      
 5 
     | 
    
         
            +
              <property name="windowModality">
         
     | 
| 
      
 6 
     | 
    
         
            +
               <enum>Qt::ApplicationModal</enum>
         
     | 
| 
      
 7 
     | 
    
         
            +
              </property>
         
     | 
| 
      
 8 
     | 
    
         
            +
              <property name="geometry">
         
     | 
| 
      
 9 
     | 
    
         
            +
               <rect>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <x>0</x>
         
     | 
| 
      
 11 
     | 
    
         
            +
                <y>0</y>
         
     | 
| 
      
 12 
     | 
    
         
            +
                <width>317</width>
         
     | 
| 
      
 13 
     | 
    
         
            +
                <height>155</height>
         
     | 
| 
      
 14 
     | 
    
         
            +
               </rect>
         
     | 
| 
      
 15 
     | 
    
         
            +
              </property>
         
     | 
| 
      
 16 
     | 
    
         
            +
              <property name="windowTitle">
         
     | 
| 
      
 17 
     | 
    
         
            +
               <string>Hardsploit - Import</string>
         
     | 
| 
      
 18 
     | 
    
         
            +
              </property>
         
     | 
| 
      
 19 
     | 
    
         
            +
              <layout class="QGridLayout" name="gridLayout">
         
     | 
| 
      
 20 
     | 
    
         
            +
               <item row="0" column="0">
         
     | 
| 
      
 21 
     | 
    
         
            +
                <layout class="QVBoxLayout" name="vl">
         
     | 
| 
      
 22 
     | 
    
         
            +
                 <item>
         
     | 
| 
      
 23 
     | 
    
         
            +
                  <layout class="QHBoxLayout" name="hl2">
         
     | 
| 
      
 24 
     | 
    
         
            +
                   <item>
         
     | 
| 
      
 25 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_chip">
         
     | 
| 
      
 26 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 27 
     | 
    
         
            +
                      <string>[CHIP]</string>
         
     | 
| 
      
 28 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 29 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 30 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 31 
     | 
    
         
            +
                   <item>
         
     | 
| 
      
 32 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_export">
         
     | 
| 
      
 33 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 34 
     | 
    
         
            +
                      <string>Import</string>
         
     | 
| 
      
 35 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 36 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 37 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 38 
     | 
    
         
            +
                   <item>
         
     | 
| 
      
 39 
     | 
    
         
            +
                    <spacer name="hs">
         
     | 
| 
      
 40 
     | 
    
         
            +
                     <property name="orientation">
         
     | 
| 
      
 41 
     | 
    
         
            +
                      <enum>Qt::Horizontal</enum>
         
     | 
| 
      
 42 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 43 
     | 
    
         
            +
                     <property name="sizeHint" stdset="0">
         
     | 
| 
      
 44 
     | 
    
         
            +
                      <size>
         
     | 
| 
      
 45 
     | 
    
         
            +
                       <width>40</width>
         
     | 
| 
      
 46 
     | 
    
         
            +
                       <height>20</height>
         
     | 
| 
      
 47 
     | 
    
         
            +
                      </size>
         
     | 
| 
      
 48 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 49 
     | 
    
         
            +
                    </spacer>
         
     | 
| 
      
 50 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 51 
     | 
    
         
            +
                  </layout>
         
     | 
| 
      
 52 
     | 
    
         
            +
                 </item>
         
     | 
| 
      
 53 
     | 
    
         
            +
                 <item>
         
     | 
| 
      
 54 
     | 
    
         
            +
                  <layout class="QFormLayout" name="fl">
         
     | 
| 
      
 55 
     | 
    
         
            +
                   <item row="1" column="0">
         
     | 
| 
      
 56 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_start">
         
     | 
| 
      
 57 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 58 
     | 
    
         
            +
                      <string>Start address:</string>
         
     | 
| 
      
 59 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 60 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 61 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 62 
     | 
    
         
            +
                   <item row="1" column="1">
         
     | 
| 
      
 63 
     | 
    
         
            +
                    <widget class="QLineEdit" name="lie_start">
         
     | 
| 
      
 64 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 65 
     | 
    
         
            +
                      <string>0</string>
         
     | 
| 
      
 66 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 67 
     | 
    
         
            +
                     <property name="maxLength">
         
     | 
| 
      
 68 
     | 
    
         
            +
                      <number>20</number>
         
     | 
| 
      
 69 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 70 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 71 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 72 
     | 
    
         
            +
                   <item row="2" column="1">
         
     | 
| 
      
 73 
     | 
    
         
            +
                    <widget class="QPushButton" name="btn_file">
         
     | 
| 
      
 74 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 75 
     | 
    
         
            +
                      <string>File...</string>
         
     | 
| 
      
 76 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 77 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 78 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 79 
     | 
    
         
            +
                   <item row="2" column="0">
         
     | 
| 
      
 80 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_file">
         
     | 
| 
      
 81 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 82 
     | 
    
         
            +
                      <string>File:</string>
         
     | 
| 
      
 83 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 84 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 85 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 86 
     | 
    
         
            +
                   <item row="3" column="0">
         
     | 
| 
      
 87 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_selected">
         
     | 
| 
      
 88 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 89 
     | 
    
         
            +
                      <string>Selected file:</string>
         
     | 
| 
      
 90 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 91 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 92 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 93 
     | 
    
         
            +
                   <item row="3" column="1">
         
     | 
| 
      
 94 
     | 
    
         
            +
                    <widget class="QLabel" name="lbl_selected_file">
         
     | 
| 
      
 95 
     | 
    
         
            +
                     <property name="maximumSize">
         
     | 
| 
      
 96 
     | 
    
         
            +
                      <size>
         
     | 
| 
      
 97 
     | 
    
         
            +
                       <width>250</width>
         
     | 
| 
      
 98 
     | 
    
         
            +
                       <height>16777215</height>
         
     | 
| 
      
 99 
     | 
    
         
            +
                      </size>
         
     | 
| 
      
 100 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 101 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 102 
     | 
    
         
            +
                      <string>None</string>
         
     | 
| 
      
 103 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 104 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 105 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 106 
     | 
    
         
            +
                  </layout>
         
     | 
| 
      
 107 
     | 
    
         
            +
                 </item>
         
     | 
| 
      
 108 
     | 
    
         
            +
                 <item>
         
     | 
| 
      
 109 
     | 
    
         
            +
                  <layout class="QHBoxLayout" name="hl">
         
     | 
| 
      
 110 
     | 
    
         
            +
                   <item>
         
     | 
| 
      
 111 
     | 
    
         
            +
                    <widget class="QPushButton" name="btn_import">
         
     | 
| 
      
 112 
     | 
    
         
            +
                     <property name="enabled">
         
     | 
| 
      
 113 
     | 
    
         
            +
                      <bool>false</bool>
         
     | 
| 
      
 114 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 115 
     | 
    
         
            +
                     <property name="text">
         
     | 
| 
      
 116 
     | 
    
         
            +
                      <string>Import</string>
         
     | 
| 
      
 117 
     | 
    
         
            +
                     </property>
         
     | 
| 
      
 118 
     | 
    
         
            +
                    </widget>
         
     | 
| 
      
 119 
     | 
    
         
            +
                   </item>
         
     | 
| 
      
 120 
     | 
    
         
            +
                  </layout>
         
     | 
| 
      
 121 
     | 
    
         
            +
                 </item>
         
     | 
| 
      
 122 
     | 
    
         
            +
                </layout>
         
     | 
| 
      
 123 
     | 
    
         
            +
               </item>
         
     | 
| 
      
 124 
     | 
    
         
            +
              </layout>
         
     | 
| 
      
 125 
     | 
    
         
            +
             </widget>
         
     | 
| 
      
 126 
     | 
    
         
            +
             <resources/>
         
     | 
| 
      
 127 
     | 
    
         
            +
             <connections>
         
     | 
| 
      
 128 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 129 
     | 
    
         
            +
               <sender>btn_import</sender>
         
     | 
| 
      
 130 
     | 
    
         
            +
               <signal>clicked()</signal>
         
     | 
| 
      
 131 
     | 
    
         
            +
               <receiver>Generic_import</receiver>
         
     | 
| 
      
 132 
     | 
    
         
            +
               <slot>import()</slot>
         
     | 
| 
      
 133 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 134 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 135 
     | 
    
         
            +
                 <x>153</x>
         
     | 
| 
      
 136 
     | 
    
         
            +
                 <y>119</y>
         
     | 
| 
      
 137 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 138 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 139 
     | 
    
         
            +
                 <x>261</x>
         
     | 
| 
      
 140 
     | 
    
         
            +
                 <y>111</y>
         
     | 
| 
      
 141 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 142 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 143 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 144 
     | 
    
         
            +
              <connection>
         
     | 
| 
      
 145 
     | 
    
         
            +
               <sender>btn_file</sender>
         
     | 
| 
      
 146 
     | 
    
         
            +
               <signal>clicked()</signal>
         
     | 
| 
      
 147 
     | 
    
         
            +
               <receiver>Generic_import</receiver>
         
     | 
| 
      
 148 
     | 
    
         
            +
               <slot>select_import_file()</slot>
         
     | 
| 
      
 149 
     | 
    
         
            +
               <hints>
         
     | 
| 
      
 150 
     | 
    
         
            +
                <hint type="sourcelabel">
         
     | 
| 
      
 151 
     | 
    
         
            +
                 <x>248</x>
         
     | 
| 
      
 152 
     | 
    
         
            +
                 <y>80</y>
         
     | 
| 
      
 153 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 154 
     | 
    
         
            +
                <hint type="destinationlabel">
         
     | 
| 
      
 155 
     | 
    
         
            +
                 <x>264</x>
         
     | 
| 
      
 156 
     | 
    
         
            +
                 <y>80</y>
         
     | 
| 
      
 157 
     | 
    
         
            +
                </hint>
         
     | 
| 
      
 158 
     | 
    
         
            +
               </hints>
         
     | 
| 
      
 159 
     | 
    
         
            +
              </connection>
         
     | 
| 
      
 160 
     | 
    
         
            +
             </connections>
         
     | 
| 
      
 161 
     | 
    
         
            +
             <slots>
         
     | 
| 
      
 162 
     | 
    
         
            +
              <slot>import()</slot>
         
     | 
| 
      
 163 
     | 
    
         
            +
              <slot>select_import_file()</slot>
         
     | 
| 
      
 164 
     | 
    
         
            +
             </slots>
         
     | 
| 
      
 165 
     | 
    
         
            +
            </ui>
         
     |