mildsunrise / darter

:detective: Dart / Flutter VM snapshot analyzer
GNU Affero General Public License v3.0
305 stars 54 forks source link

Step-by-Stepy tutorial #2

Open srockytfl opened 3 years ago

srockytfl commented 3 years ago

Hi, I found difficult to understand how to use this tool to reverse engineering some Flutter 'libapp.so' file. Is it possible to provide some tutorial or youtube video demonstration? How doo I use that 1-introduction.ipynb file? I tried open jupter in browser > new notebook and type this:

Screen Shot 2020-12-02 at 10 19 08
rscloura commented 3 years ago

Are you are running Jupyter in the git root directory, or a directory containing the darter.file module?

Supposing you cloned darter to ~/lab, your directory structure should look like this:

lab/
├── ...
└── darter/
    ├── ...
    └── file.py

and you should run Jupyter from the lab directory, like so

~/$ cd lab
~/lab/$ jupyter notebook