You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **On real hardware firmware:** Static analysis, CVE correlation, exploit assessment, and payload generation work on any firmware binary. Emulation and fuzzing require either a matching QEMU machine or the Unicorn engine with Peripheral Input Playback (PIP), which drives all peripheral I/O from fuzz input without hardware models.
39
+
> **On real hardware:** Static analysis, CVE correlation, vulnerability scanning, and payload generation work on any firmware binary. Emulation and fuzzing require either a matching QEMU machine or the Unicorn engine with Peripheral Input Playback (PIP), which drives all peripheral I/O from fuzz input without hardware models.
40
40
41
41
---
42
42
@@ -49,7 +49,7 @@ RTOSploit is a firmware security testing framework for embedded RTOS systems. It
See [docs/writing-exploits.md](docs/writing-exploits.md) for the exploit module development guide.
546
+
See [docs/writing-scanners.md](docs/writing-scanners.md) for the vulnerability scanner module development guide.
547
547
548
548
---
549
549
@@ -555,7 +555,7 @@ See [docs/writing-exploits.md](docs/writing-exploits.md) for the exploit module
555
555
556
556
**Fuzzer reports 0 exec/sec** — Firmware may not boot. Try `rtosploit emulate` first to verify. For real hardware firmware, use `--engine unicorn`.
557
557
558
-
**Exploit check says "not_vulnerable"** — Modules assess binary patterns. A CVE match by version doesn't guarantee the vulnerable code path is present — the vendor may have backported fixes.
558
+
**Scan check says "not_vulnerable"** — Modules assess binary patterns. A CVE match by version doesn't guarantee the vulnerable code path is present — the vendor may have backported fixes.
559
559
560
560
**Unicorn not available** — Install with `pip install unicorn`. QEMU mode works without it.
0 commit comments