Skip to content

a set of scripts and tools for various firmware analysis tasks

License

Notifications You must be signed in to change notification settings

xeroski/firmwaretools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firmwaretools

a set of scripts and tools for various firmware analysis tasks

########################

Updated file: parse-uboot-dump.py
Display errors if transfer data via UART are broken - like missing lines or data is too short or too long.

E.g. log if dump file is broken:

Error! Wrong line legth:  119
813b20b0: ffffffff ffffffff ffffffff ffffffff    .............. ffffffff ffffffff ffffffff ffffffff    ................
-----------------------------------------------------
Error! Missing data line
Before line:  813bb120
-----------------------------------------------------
Error! Wrong line legth:  12
8152cb......
-----------------------------------------------------
Error! Missing data line
Before line:  8159eb90
-----------------------------------------------------

About

a set of scripts and tools for various firmware analysis tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%