Skip to content

Releases: svoboda18/e2fstool

NEW FEATURE: MOTO-wrapped sparse images support

15 Jun 19:17
Compare
Choose a tag to compare
  • Supports extraction directly from wrapped MOTO sparse images without conversion.
  • Fixes 'blocksize' option not effective for sparse (eventually moto) images.

BUG FIX: Regular files >128MB extraction

15 Jun 13:58
Compare
Choose a tag to compare
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 <[email protected]>

NEW FEATURE: Config only extraction & timestamps respected

14 Jun 23:25
Compare
Choose a tag to compare

BUG FIX: SaR extraction crash

31 May 22:41
Compare
Choose a tag to compare
  • Includes mountpoint UB fix.
  • Working backtrace with the provided pdb file.

NEW FEATURE: Auto image type selection

26 May 00:14
Compare
Choose a tag to compare
  • 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

30 Mar 13:36
Compare
Choose a tag to compare
  • removed sparse to raw conversion. if there's any OOM, increase you page/swap size.

e2fstool 1.0.0

22 Sep 20:03
Compare
Choose a tag to compare
  • 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

27 Aug 16:56
Compare
Choose a tag to compare

1.0

26 Jun 21:48
Compare
Choose a tag to compare
1.0 Pre-release
Pre-release
  • first release