Skip to content

fr3ns1s/rust-kernelcache-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rust-kernelcache-extractor

Simple library and command line tool to extract iOS kernelcache, KISS.

cargo build --release ./target/release/kcache_extract -i kernelcache.release.iphone11b -o kernelcache.release.iphone11b.decompressed

or

cargo run --release -- -i kernelcache.release.iphone11b -o kernelcache.release.iphone11b.decompressed

LICENSE should be GPL since the lzss decode function is taken from https://github.com/pingw33n/vault13/blob/master/src/fs/dat/lzss.rs , credits goes to them.

About

Extract a decrypted iOS 64-bit kernelcache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%