Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
template:jffs2 [2025/12/15 05:03] lnrctemplate:jffs2 [2026/07/18 20:39] (current) lnrc
Line 1: Line 1:
-The JFFS2 file system can be extracted with [[https://github.com/sviehb/jefferson|Jefferson]], which runs on Python. You can install Jefferson in a pre-existing Python using pip: +The JFFS2 file system can be extracted with [[https://github.com/onekey-sec/jefferson/|Jefferson]], which runs on Python. You can install Jefferson in a pre-existing Python install using pip: 
-<code>sudo apt-get install python3-pip +<code>pip install --user jefferson</code>
-sudo pip3 install jefferson</code>+
  
 The following command creates a folder called “jffs2_extracted” to contain the data extracted from nand.bin. The following command creates a folder called “jffs2_extracted” to contain the data extracted from nand.bin.