dissect.target icon indicating copy to clipboard operation
dissect.target copied to clipboard

Add support for Android Backups

Open Schamper opened this issue 2 years ago • 2 comments

Also some miscellaneous cleanup.

Depends on https://github.com/fox-it/dissect.util/pull/33.

Unit tests will follow later.

Schamper avatar Oct 16 '23 18:10 Schamper

Codecov Report

Attention: Patch coverage is 85.29412% with 30 lines in your changes missing coverage. Please review.

Project coverage is 75.17%. Comparing base (1e38f11) to head (69a29b4).

Files Patch % Lines
dissect/target/loaders/ab.py 84.65% 29 Missing :warning:
...issect/target/plugins/os/unix/linux/android/_os.py 92.85% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #419      +/-   ##
==========================================
+ Coverage   75.10%   75.17%   +0.06%     
==========================================
  Files         294      295       +1     
  Lines       25130    25315     +185     
==========================================
+ Hits        18875    19031     +156     
- Misses       6255     6284      +29     
Flag Coverage Δ
unittests 75.17% <85.29%> (+0.06%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Oct 16 '23 18:10 codecov[bot]

I was able to verify it now, I did notice there is an issue in firefox.downloads(). Where the moz_anno_attributes does not exist in the table. So rows() is called on a None object.

Additionally, could you add a test for the android stuff in the firefox plugin?

Miauwkeru avatar Apr 11 '24 07:04 Miauwkeru