Releases: svoboda18/e2fstool
Releases · svoboda18/e2fstool
NEW FEATURE: MOTO-wrapped sparse images support
BUG FIX: Regular files >128MB extraction
fix: ino_extract_regular: do not decrement got * this a regression introduced in commit f2a1a24, which caused the ino_extract_regular() function to decrement the 'got' variable, thus makes the loop exits and leaves unextracted data for files size > 1 << 27. * correct the build date. Signed-off-by: svoboda18 <dev.svoboda18@gmail.com>
NEW FEATURE: Config only extraction & timestamps respected
BUG FIX: SaR extraction crash
- Includes mountpoint UB fix.
- Working backtrace with the provided pdb file.
NEW FEATURE: Auto image type selection
- Auto image type selection. Can be forced trough options.
- SELinux CTXs regex meta chars escaping.
- Error Messages Improvments.
- Speed improvements.
e2fstool 1.0.0-3
- removed sparse to raw conversion. if there's any OOM, increase you page/swap size.
e2fstool 1.0.0
- Added option for version, help, verbose and quiet output and option for listing image's super info.
- Fixed
blocksize
option. - Fixed a OOM when trying to extract a large SPARSE image.
- Introduce ext2_progress style output for non-verbose operations.
- Addressed some mem-leaks.
1.0-2: e2fstool: re-write some code and fix bugs
- static build
- second release