Wyatt
Wyatt
This should be tackled in a PR that only changes this and nothing else, to isolate these changes
https://github.com/redballoonsecurity/ofrak/pull/613 is bumping ofrak's orjson to 3.10.16. @XLeonardo it looks like that version has wheels you can use (https://pypi.org/project/orjson/3.10.16/#files)? Would be good to validate that this ofrak update will fix...
ofrak==3.3.0 addresses this!
What version of Python are you proposing updating to?
This has come up again recently. It would be good to make Docs very clear that DOCKER_BUILDKIT needs to be enabled, and check that all example instructions/Makefiles also use DOCKER_BUILDKIT.
Closing: this will be addressed in #626.
The error message you post -- `PermissionError: [Errno 13] Permission denied: 'apktool'` -- seems to indicate a permission error when running `apktool`, and not a problem with the command not...
@hikir1, is this issue addressed with #432 and #433? Is there any remaining work?
Some options to consider: - libarchive has python bindings: https://github.com/Changaco/python-libarchive-c - unblob implements an unpacker for cpio in pure python. If we can grab the file metatdata, and figure out...
@paulnoalhyt, does this mean that `cpio` can be removed from ofrak_core/Dockerstub?