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
 
    
        data/lib/models/swd_setting.rb
    CHANGED
    
    | 
         @@ -1,25 +1,25 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            class SwdSetting < ActiveRecord::Base
         
     | 
| 
       2 
     | 
    
         
            -
            	# Validations
         
     | 
| 
       3 
     | 
    
         
            -
            	validates :cpu_id_address,
         
     | 
| 
       4 
     | 
    
         
            -
                length: {
         
     | 
| 
       5 
     | 
    
         
            -
                  is: 8,
         
     | 
| 
       6 
     | 
    
         
            -
                  wrong_length: "CPU ID address length must be equal to 8"
         
     | 
| 
       7 
     | 
    
         
            -
                }
         
     | 
| 
       8 
     | 
    
         
            -
              validates :device_id_address,
         
     | 
| 
       9 
     | 
    
         
            -
                length: {
         
     | 
| 
       10 
     | 
    
         
            -
                  is: 8,
         
     | 
| 
       11 
     | 
    
         
            -
                  wrong_length: "Device ID address length must be equal to 8"
         
     | 
| 
       12 
     | 
    
         
            -
                }
         
     | 
| 
       13 
     | 
    
         
            -
              validates :memory_size_address,
         
     | 
| 
       14 
     | 
    
         
            -
                length: {
         
     | 
| 
       15 
     | 
    
         
            -
                  is: 8,
         
     | 
| 
       16 
     | 
    
         
            -
                  wrong_length: "Memory size address length must be equal to 8"
         
     | 
| 
       17 
     | 
    
         
            -
                }
         
     | 
| 
       18 
     | 
    
         
            -
              validates :memory_start_address,
         
     | 
| 
       19 
     | 
    
         
            -
                length: {
         
     | 
| 
       20 
     | 
    
         
            -
                  is: 8,
         
     | 
| 
       21 
     | 
    
         
            -
                  wrong_length: "Memory start address length must be equal to 8"
         
     | 
| 
       22 
     | 
    
         
            -
                }
         
     | 
| 
       23 
     | 
    
         
            -
            	# Associations
         
     | 
| 
       24 
     | 
    
         
            -
            	belongs_to	:chip
         
     | 
| 
       25 
     | 
    
         
            -
            end
         
     | 
| 
      
 1 
     | 
    
         
            +
            class SwdSetting < ActiveRecord::Base
         
     | 
| 
      
 2 
     | 
    
         
            +
            	# Validations
         
     | 
| 
      
 3 
     | 
    
         
            +
            	validates :cpu_id_address,
         
     | 
| 
      
 4 
     | 
    
         
            +
                length: {
         
     | 
| 
      
 5 
     | 
    
         
            +
                  is: 8,
         
     | 
| 
      
 6 
     | 
    
         
            +
                  wrong_length: "CPU ID address length must be equal to 8"
         
     | 
| 
      
 7 
     | 
    
         
            +
                }
         
     | 
| 
      
 8 
     | 
    
         
            +
              validates :device_id_address,
         
     | 
| 
      
 9 
     | 
    
         
            +
                length: {
         
     | 
| 
      
 10 
     | 
    
         
            +
                  is: 8,
         
     | 
| 
      
 11 
     | 
    
         
            +
                  wrong_length: "Device ID address length must be equal to 8"
         
     | 
| 
      
 12 
     | 
    
         
            +
                }
         
     | 
| 
      
 13 
     | 
    
         
            +
              validates :memory_size_address,
         
     | 
| 
      
 14 
     | 
    
         
            +
                length: {
         
     | 
| 
      
 15 
     | 
    
         
            +
                  is: 8,
         
     | 
| 
      
 16 
     | 
    
         
            +
                  wrong_length: "Memory size address length must be equal to 8"
         
     | 
| 
      
 17 
     | 
    
         
            +
                }
         
     | 
| 
      
 18 
     | 
    
         
            +
              validates :memory_start_address,
         
     | 
| 
      
 19 
     | 
    
         
            +
                length: {
         
     | 
| 
      
 20 
     | 
    
         
            +
                  is: 8,
         
     | 
| 
      
 21 
     | 
    
         
            +
                  wrong_length: "Memory start address length must be equal to 8"
         
     | 
| 
      
 22 
     | 
    
         
            +
                }
         
     | 
| 
      
 23 
     | 
    
         
            +
            	# Associations
         
     | 
| 
      
 24 
     | 
    
         
            +
            	belongs_to	:chip
         
     | 
| 
      
 25 
     | 
    
         
            +
            end
         
     | 
    
        data/lib/models/uart_setting.rb
    CHANGED
    
    | 
         @@ -1,52 +1,52 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            class UartSetting < ActiveRecord::Base
         
     | 
| 
       2 
     | 
    
         
            -
            	# Validations
         
     | 
| 
       3 
     | 
    
         
            -
            	validates :baud_rate,
         
     | 
| 
       4 
     | 
    
         
            -
                numericality: {
         
     | 
| 
       5 
     | 
    
         
            -
            			only_integer: true,
         
     | 
| 
       6 
     | 
    
         
            -
                  allow_nil: true
         
     | 
| 
       7 
     | 
    
         
            -
                }
         
     | 
| 
       8 
     | 
    
         
            -
              validates :idle_line,
         
     | 
| 
       9 
     | 
    
         
            -
                numericality: {
         
     | 
| 
       10 
     | 
    
         
            -
            			only_integer: true,
         
     | 
| 
       11 
     | 
    
         
            -
                  less_than_or_equal_to: 8,
         
     | 
| 
       12 
     | 
    
         
            -
                  message: "Idle line length must be equal to 8",
         
     | 
| 
       13 
     | 
    
         
            -
                  allow_nil: true
         
     | 
| 
       14 
     | 
    
         
            -
                }
         
     | 
| 
       15 
     | 
    
         
            -
              validates :parity_bit,
         
     | 
| 
       16 
     | 
    
         
            -
                numericality: {
         
     | 
| 
       17 
     | 
    
         
            -
            			only_integer: true,
         
     | 
| 
       18 
     | 
    
         
            -
                  less_than_or_equal_to: 8,
         
     | 
| 
       19 
     | 
    
         
            -
                  message: "Parity bit length must be equal to 8",
         
     | 
| 
       20 
     | 
    
         
            -
                  allow_nil: true
         
     | 
| 
       21 
     | 
    
         
            -
                }
         
     | 
| 
       22 
     | 
    
         
            -
              validates :parity_type,
         
     | 
| 
       23 
     | 
    
         
            -
                numericality: {
         
     | 
| 
       24 
     | 
    
         
            -
            			only_integer: true,
         
     | 
| 
       25 
     | 
    
         
            -
                  less_than_or_equal_to: 8,
         
     | 
| 
       26 
     | 
    
         
            -
                  message: "Parity type length must be equal to 8",
         
     | 
| 
       27 
     | 
    
         
            -
                  allow_nil: true
         
     | 
| 
       28 
     | 
    
         
            -
                }
         
     | 
| 
       29 
     | 
    
         
            -
              validates :stop_bits_nbr,
         
     | 
| 
       30 
     | 
    
         
            -
                numericality: {
         
     | 
| 
       31 
     | 
    
         
            -
            			only_integer: true,
         
     | 
| 
       32 
     | 
    
         
            -
                  less_than_or_equal_to: 8,
         
     | 
| 
       33 
     | 
    
         
            -
                  message: "Stop bits number length must be equal to 8",
         
     | 
| 
       34 
     | 
    
         
            -
                  allow_nil: true
         
     | 
| 
       35 
     | 
    
         
            -
                }
         
     | 
| 
       36 
     | 
    
         
            -
              validates :word_size,
         
     | 
| 
       37 
     | 
    
         
            -
                numericality: {
         
     | 
| 
       38 
     | 
    
         
            -
            			only_integer: true,
         
     | 
| 
       39 
     | 
    
         
            -
                  less_than_or_equal_to: 8,
         
     | 
| 
       40 
     | 
    
         
            -
                  message: "Word size length must be equal to 8",
         
     | 
| 
       41 
     | 
    
         
            -
                  allow_nil: true
         
     | 
| 
       42 
     | 
    
         
            -
                }
         
     | 
| 
       43 
     | 
    
         
            -
            		validates :return_type,
         
     | 
| 
       44 
     | 
    
         
            -
            	    numericality: {
         
     | 
| 
       45 
     | 
    
         
            -
            				only_integer: true,
         
     | 
| 
       46 
     | 
    
         
            -
            	      less_than_or_equal_to: 2,
         
     | 
| 
       47 
     | 
    
         
            -
            	      message: "Word size CR / LF type",
         
     | 
| 
       48 
     | 
    
         
            -
            	      allow_nil: true
         
     | 
| 
       49 
     | 
    
         
            -
            	    }
         
     | 
| 
       50 
     | 
    
         
            -
            	# Associations
         
     | 
| 
       51 
     | 
    
         
            -
            	belongs_to	:chip
         
     | 
| 
       52 
     | 
    
         
            -
            end
         
     | 
| 
      
 1 
     | 
    
         
            +
            class UartSetting < ActiveRecord::Base
         
     | 
| 
      
 2 
     | 
    
         
            +
            	# Validations
         
     | 
| 
      
 3 
     | 
    
         
            +
            	validates :baud_rate,
         
     | 
| 
      
 4 
     | 
    
         
            +
                numericality: {
         
     | 
| 
      
 5 
     | 
    
         
            +
            			only_integer: true,
         
     | 
| 
      
 6 
     | 
    
         
            +
                  allow_nil: true
         
     | 
| 
      
 7 
     | 
    
         
            +
                }
         
     | 
| 
      
 8 
     | 
    
         
            +
              validates :idle_line,
         
     | 
| 
      
 9 
     | 
    
         
            +
                numericality: {
         
     | 
| 
      
 10 
     | 
    
         
            +
            			only_integer: true,
         
     | 
| 
      
 11 
     | 
    
         
            +
                  less_than_or_equal_to: 8,
         
     | 
| 
      
 12 
     | 
    
         
            +
                  message: "Idle line length must be equal to 8",
         
     | 
| 
      
 13 
     | 
    
         
            +
                  allow_nil: true
         
     | 
| 
      
 14 
     | 
    
         
            +
                }
         
     | 
| 
      
 15 
     | 
    
         
            +
              validates :parity_bit,
         
     | 
| 
      
 16 
     | 
    
         
            +
                numericality: {
         
     | 
| 
      
 17 
     | 
    
         
            +
            			only_integer: true,
         
     | 
| 
      
 18 
     | 
    
         
            +
                  less_than_or_equal_to: 8,
         
     | 
| 
      
 19 
     | 
    
         
            +
                  message: "Parity bit length must be equal to 8",
         
     | 
| 
      
 20 
     | 
    
         
            +
                  allow_nil: true
         
     | 
| 
      
 21 
     | 
    
         
            +
                }
         
     | 
| 
      
 22 
     | 
    
         
            +
              validates :parity_type,
         
     | 
| 
      
 23 
     | 
    
         
            +
                numericality: {
         
     | 
| 
      
 24 
     | 
    
         
            +
            			only_integer: true,
         
     | 
| 
      
 25 
     | 
    
         
            +
                  less_than_or_equal_to: 8,
         
     | 
| 
      
 26 
     | 
    
         
            +
                  message: "Parity type length must be equal to 8",
         
     | 
| 
      
 27 
     | 
    
         
            +
                  allow_nil: true
         
     | 
| 
      
 28 
     | 
    
         
            +
                }
         
     | 
| 
      
 29 
     | 
    
         
            +
              validates :stop_bits_nbr,
         
     | 
| 
      
 30 
     | 
    
         
            +
                numericality: {
         
     | 
| 
      
 31 
     | 
    
         
            +
            			only_integer: true,
         
     | 
| 
      
 32 
     | 
    
         
            +
                  less_than_or_equal_to: 8,
         
     | 
| 
      
 33 
     | 
    
         
            +
                  message: "Stop bits number length must be equal to 8",
         
     | 
| 
      
 34 
     | 
    
         
            +
                  allow_nil: true
         
     | 
| 
      
 35 
     | 
    
         
            +
                }
         
     | 
| 
      
 36 
     | 
    
         
            +
              validates :word_size,
         
     | 
| 
      
 37 
     | 
    
         
            +
                numericality: {
         
     | 
| 
      
 38 
     | 
    
         
            +
            			only_integer: true,
         
     | 
| 
      
 39 
     | 
    
         
            +
                  less_than_or_equal_to: 8,
         
     | 
| 
      
 40 
     | 
    
         
            +
                  message: "Word size length must be equal to 8",
         
     | 
| 
      
 41 
     | 
    
         
            +
                  allow_nil: true
         
     | 
| 
      
 42 
     | 
    
         
            +
                }
         
     | 
| 
      
 43 
     | 
    
         
            +
            		validates :return_type,
         
     | 
| 
      
 44 
     | 
    
         
            +
            	    numericality: {
         
     | 
| 
      
 45 
     | 
    
         
            +
            				only_integer: true,
         
     | 
| 
      
 46 
     | 
    
         
            +
            	      less_than_or_equal_to: 2,
         
     | 
| 
      
 47 
     | 
    
         
            +
            	      message: "Word size CR / LF type",
         
     | 
| 
      
 48 
     | 
    
         
            +
            	      allow_nil: true
         
     | 
| 
      
 49 
     | 
    
         
            +
            	    }
         
     | 
| 
      
 50 
     | 
    
         
            +
            	# Associations
         
     | 
| 
      
 51 
     | 
    
         
            +
            	belongs_to	:chip
         
     | 
| 
      
 52 
     | 
    
         
            +
            end
         
     | 
    
        data/lib/models/use.rb
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            class Use < ActiveRecord::Base
         
     | 
| 
       2 
     | 
    
         
            -
            	# Associations
         
     | 
| 
       3 
     | 
    
         
            -
            	belongs_to	:signall,
         
     | 
| 
       4 
     | 
    
         
            -
            		foreign_key:	"signal_id"
         
     | 
| 
       5 
     | 
    
         
            -
            	belongs_to :bus
         
     | 
| 
       6 
     | 
    
         
            -
            end
         
     | 
| 
      
 1 
     | 
    
         
            +
            class Use < ActiveRecord::Base
         
     | 
| 
      
 2 
     | 
    
         
            +
            	# Associations
         
     | 
| 
      
 3 
     | 
    
         
            +
            	belongs_to	:signall,
         
     | 
| 
      
 4 
     | 
    
         
            +
            		foreign_key:	"signal_id"
         
     | 
| 
      
 5 
     | 
    
         
            +
            	belongs_to :bus
         
     | 
| 
      
 6 
     | 
    
         
            +
            end
         
     | 
    
        data/lib/startHardsploit.rb
    CHANGED
    
    | 
         @@ -1,10 +1,10 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            #===================================================
         
     | 
| 
       2 
     | 
    
         
            -
            #  Hardsploit GUI - By Opale Security
         
     | 
| 
       3 
     | 
    
         
            -
            #  www.opale-security.com || www.hardsploit.io
         
     | 
| 
       4 
     | 
    
         
            -
            #  License: GNU General Public License v3
         
     | 
| 
       5 
     | 
    
         
            -
            #  License URI: http://www.gnu.org/licenses/gpl.txt
         
     | 
| 
       6 
     | 
    
         
            -
            #===================================================
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
            #!/usr/bin/ruby
         
     | 
| 
       9 
     | 
    
         
            -
            require_relative 'Hardsploit_gui.rb'
         
     | 
| 
       10 
     | 
    
         
            -
            Hardsploit_gui.new
         
     | 
| 
      
 1 
     | 
    
         
            +
            #===================================================
         
     | 
| 
      
 2 
     | 
    
         
            +
            #  Hardsploit GUI - By Opale Security
         
     | 
| 
      
 3 
     | 
    
         
            +
            #  www.opale-security.com || www.hardsploit.io
         
     | 
| 
      
 4 
     | 
    
         
            +
            #  License: GNU General Public License v3
         
     | 
| 
      
 5 
     | 
    
         
            +
            #  License URI: http://www.gnu.org/licenses/gpl.txt
         
     | 
| 
      
 6 
     | 
    
         
            +
            #===================================================
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            #!/usr/bin/ruby
         
     | 
| 
      
 9 
     | 
    
         
            +
            require_relative 'Hardsploit_gui.rb'
         
     | 
| 
      
 10 
     | 
    
         
            +
            Hardsploit_gui.new
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: hardsploit_gui
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version:  
     | 
| 
      
 4 
     | 
    
         
            +
              version: 2.4.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - OPALE SECURITY
         
     | 
| 
         @@ -171,22 +171,22 @@ files: 
     | 
|
| 
       171 
171 
     | 
    
         
             
            - lib/class/Export_manager.rb
         
     | 
| 
       172 
172 
     | 
    
         
             
            - lib/class/Firmware.rb
         
     | 
| 
       173 
173 
     | 
    
         
             
            - lib/class/Generic_commands.rb
         
     | 
| 
      
 174 
     | 
    
         
            +
            - lib/class/I2C/I2c_command.rb
         
     | 
| 
      
 175 
     | 
    
         
            +
            - lib/class/I2C/I2c_export.rb
         
     | 
| 
      
 176 
     | 
    
         
            +
            - lib/class/I2C/I2c_import.rb
         
     | 
| 
      
 177 
     | 
    
         
            +
            - lib/class/I2C/I2c_scanner.rb
         
     | 
| 
      
 178 
     | 
    
         
            +
            - lib/class/I2C/I2c_settings.rb
         
     | 
| 
       174 
179 
     | 
    
         
             
            - lib/class/Import.rb
         
     | 
| 
      
 180 
     | 
    
         
            +
            - lib/class/PARALLEL/Parallel_export.rb
         
     | 
| 
      
 181 
     | 
    
         
            +
            - lib/class/PARALLEL/Parallel_import.rb
         
     | 
| 
      
 182 
     | 
    
         
            +
            - lib/class/PARALLEL/Parallel_settings.rb
         
     | 
| 
       175 
183 
     | 
    
         
             
            - lib/class/Progress_bar.rb
         
     | 
| 
      
 184 
     | 
    
         
            +
            - lib/class/SPI/Spi_export.rb
         
     | 
| 
      
 185 
     | 
    
         
            +
            - lib/class/SPI/Spi_import.rb
         
     | 
| 
      
 186 
     | 
    
         
            +
            - lib/class/SPI/Spi_settings.rb
         
     | 
| 
      
 187 
     | 
    
         
            +
            - lib/class/SPI/Spi_sniffer.rb
         
     | 
| 
       176 
188 
     | 
    
         
             
            - lib/class/Signal_mapper.rb
         
     | 
| 
       177 
189 
     | 
    
         
             
            - lib/class/Wire_helper.rb
         
     | 
| 
       178 
     | 
    
         
            -
            - lib/class/i2c/I2c_command.rb
         
     | 
| 
       179 
     | 
    
         
            -
            - lib/class/i2c/I2c_export.rb
         
     | 
| 
       180 
     | 
    
         
            -
            - lib/class/i2c/I2c_import.rb
         
     | 
| 
       181 
     | 
    
         
            -
            - lib/class/i2c/I2c_scanner.rb
         
     | 
| 
       182 
     | 
    
         
            -
            - lib/class/i2c/I2c_settings.rb
         
     | 
| 
       183 
     | 
    
         
            -
            - lib/class/parallel/Parallel_export.rb
         
     | 
| 
       184 
     | 
    
         
            -
            - lib/class/parallel/Parallel_import.rb
         
     | 
| 
       185 
     | 
    
         
            -
            - lib/class/parallel/Parallel_settings.rb
         
     | 
| 
       186 
     | 
    
         
            -
            - lib/class/spi/Spi_export.rb
         
     | 
| 
       187 
     | 
    
         
            -
            - lib/class/spi/Spi_import.rb
         
     | 
| 
       188 
     | 
    
         
            -
            - lib/class/spi/Spi_settings.rb
         
     | 
| 
       189 
     | 
    
         
            -
            - lib/class/spi/Spi_sniffer.rb
         
     | 
| 
       190 
190 
     | 
    
         
             
            - lib/class/swd/Swd.rb
         
     | 
| 
       191 
191 
     | 
    
         
             
            - lib/class/swd/Swd_scanner.rb
         
     | 
| 
       192 
192 
     | 
    
         
             
            - lib/class/swd/Swd_settings.rb
         
     | 
| 
         @@ -298,7 +298,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       298 
298 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       299 
299 
     | 
    
         
             
            requirements: []
         
     | 
| 
       300 
300 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       301 
     | 
    
         
            -
            rubygems_version: 2. 
     | 
| 
      
 301 
     | 
    
         
            +
            rubygems_version: 2.6.6
         
     | 
| 
       302 
302 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       303 
303 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       304 
304 
     | 
    
         
             
            summary: The essential security auditing tool for Internet of Things devices you'll
         
     |