10000 GitHub - leommxj/ftl_extractor: recovery Flash Translation Layer vol from flash dump
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

leommxj/ftl_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ftl_extractor

recovery Flash Translation Layer vol from flash dump

flash or SD Card may have an FTL(Flash Translation Layer) between the upper filesystem(eg. fat) and flash. So if we use a flash programmer to dump data, maybe we can't analyze the filesystem directly because we need to reform all the data to its logical address.

Usage

# need python3 and construct
# pip install construct
python ftl_extractor.py input_dump output.bin

References

  • intel AP-684 Understanding the Flash Translation Layer (FTL) Specification
  • ftllite.c in VxWorks 6.9 and ftllite.o in VxWorks 5.5

About

recovery Flash Translation Layer vol from flash dump

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0