Jacob Strieb
Jacob Strieb
**What is the use case for the feature?** In short: replacing some archive packer/unpacker pairs that use command line tools with ones that use `libarchive` will make those packers more...
- [x] I have reviewed the [OFRAK contributor guide](https://ofrak.com/docs/contributor-guide/getting-started.html) and attest that this pull request is in accordance with it. **One sentence summary of this PR (This should go in...
**What is the use case for the feature?** Unpack Android OTA update payloads into images that can be unpacked further by OFRAK. **Does the feature contain any proprietary information about...
**What is the use case for the feature?** As an OFRAK user, I would sometimes like to extract files (and other data) using forensic tools, so that I can unpack...
**What is the use case for the feature?** Patching VLE binaries with the OFRAK PatchMaker. **Does the feature contain any proprietary information about another company's intellectual property?** Negative. **How would...
As per [this comment by @andresito00 on the PPC toolchain PR](https://github.com/redballoonsecurity/ofrak/pull/234#issuecomment-1440996474), this issue documents the need to translate the remaining patch maker test to PPC assembly. **Which files would be...
The `_find_and_delete_overlapping_children` function (below) is used in the partial free space modifier. https://github.com/redballoonsecurity/ofrak/blob/7b4c99f915e39010d67a664107e4144da82d95b1/ofrak_core/ofrak/core/free_space.py#L362-L380 As implied by its name, it finds and deletes children overlapping the range to be marked as...
- [x] I have reviewed the [OFRAK contributor guide](https://ofrak.com/docs/contributor-guide/getting-started.html) and attest that this pull request is in accordance with it. **One sentence summary of this PR (This should go in...
- [x] I have reviewed the [OFRAK contributor guide](https://ofrak.com/docs/contributor-guide/getting-started.html) and attest that this pull request is in accordance with it. **One sentence summary of this PR (This should go in...
Recent PR #472 uses Python's built-in `gzip` module for decompressing GZIP data if possible, and falls back on the system version of `pigz` if the Python version fails. Inside of...