Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vdfs-unpack

A Rust utility for unpacking Samsung VDFS4 filesystem images (.img) into a regular host directory: it correctly decompresses compressed files and reconstructs symbolic links (e.g. bin -> usr/bin).

Build and usage

cargo run --release -- <image.img> -o <output_dir>

Arguments:

  • <INPUT> — path to the VDFS4 image (e.g. platform.img).
  • -o, --output <OUTPUT> — target directory for extraction.

License

This project is distributed under the MIT license. See the LICENSE file.

Related resources

About

VDFS4 (Samsung) filesystem image unpacker

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages