How to read .bin log file

Hello,

I want to read log file but i don’t know how to do

I tried to use logextract.py but i got an error

Did i miss something ?
Mel

Is this missing??

1 Like

That’s work thanks!
I am stupid not to have tried to install the missing library…

But, could you share with me about how to decode the content of file “log.bin”? Thanks a lot.

Sure, here are my personal notes on how to do it:

-clone GitHub - Parrot-Developers/logger
-download log: drone ip in browser (10.202.0.1) → tab fdr → download
-cd logger/tools
-pip3 install py-lz4framed if needed (error next step)
-mkdir log-out
-python3 ./logextract.py -o path/to/log-out log.xxx.bin.bin
-open ulog-merge.txt or to read logs in terminal with colors →
-python3 ./ulogbin2txt.py path/to/log-out/ulog-main.bin

I dont know how to read .tlmb or .bin that are not ulog-xxx.bin

If you have any questions don’t hesitate

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.