sniffROM
1.0.0
หมายเหตุ: Saleae Logic เวอร์ชัน 2 ใช้งานไม่ได้กับฟีเจอร์การส่งออกตัววิเคราะห์ SPI ในตัว ซึ่งหมายความว่าขณะนี้ sniffROM ใช้งานได้กับข้อมูลที่ส่งออกจาก Logic เวอร์ชัน 1.x เท่านั้น
ณ วันที่ 12/6/2023 ยังไม่ทราบว่าจะได้รับการแก้ไขเมื่อใด
เครื่องมือสำหรับการจับข้อมูลแบบพาสซีฟและการสำรวจชิปแฟลชอนุกรม โดยใช้ร่วมกับเครื่องวิเคราะห์ลอจิก Saleae เพื่อสร้างเนื้อหาหน่วยความจำแฟลชขึ้นใหม่และแยกข้อมูลเชิงบริบทเกี่ยวกับการทำงานของอุปกรณ์
ดู Wiki สำหรับเอกสารประกอบ
usage: sniffROM_new.py [-h] [--addrlen [{2,3,4}]] [--endian [{msb,lsb}]]
[--filter [{r,w}]] [-o [O]] [--summary] [--data-map]
[--timing-plot] [-v]
input_file
sniffROM - Reconstructs flash memory contents and extracts other data from
passively sniffed commands in a Saleae logic analyzer capture file. Currently
supports SPI and I2C flash chips.
positional arguments:
input_file Saleae Logic SPI or I2C Analyzer Export File (.csv)
optional arguments:
-h, --help show this help message and exit
--addrlen [{2,3,4}] set length of SPI memory address in bytes (default: 3)
--endian [{msb,lsb}] set endianness of SPI memory bytes (default: msb)
--filter [{r,w}] analyze only Read or Write commands (default: both)
-o [O] flash image output file name (default: output.bin)
--summary print summary of sniffed commands and metadata
--data-map show visual data map
--timing-plot show timing analysis
-v increase verbosity (up to -vvv)