Behrang

Results 4 issues of Behrang

This PR adds a NSE script that performs device discovery and risk assessment in the firmware code level of a wide range of devices such as IP Cameras, printers and...

NSE

This PR fixed #5255 as shown in the following screenshot

Feature: Processor/ARM
Status: Internal

**Describe the bug** ARMv8 specification introduces MSPLIM and PSPLIM core registers that limit the extent to which the MSP and PSP registers can descend respectively. ARM Cortex-M23 and M33 MCUs...

Feature: Processor/ARM
Status: Internal

Hi, Suppose that we are translating a single ARM instruction (push {r7, lr}) using the following code in a pcode emulator: let mut decompiler = Decompiler::builder().arm(ArmVersion::Arm8, Endian::LittleEndian, rmMode::Thumb).build(); let code...