James Habben
James Habben
i think we could benefit from having a field that declares if this module is parsing an artifact from a filesystem dump or itunes backup. can certainly better inform users...
yup. understood and agree. on the civilian side of this world, we deal almost exclusively with backups or non-FFS extractions. my testing with iLEAPP so far has been with a...
@Forgedmom were you able to resolve this issue? (sorry @jijames for initial the mis-tag)
what is the ilap_artifacts script purpose? i dont see it being used anywhere else in the project.
is this 'issue' not an issue anymore then?
@jijames or @abrignoni are the only folks with ability to `close` this i think
comments on above: 1. we can include `zip` files easily for now. not sure about other containers like `dmg` or `7z` as python may not have native code 2. i...
open to @prosch88 thoughts as well!
We could have a simple `get_tar_file` function to get the tar object and that would expose the normal tar functions. Our goal isn’t to hide the tar object but to...
sorry for the mess. made a sub issue for the json funcs to keep that clean. we can make more sub issues for zip and tar when ready.