ofrak icon indicating copy to clipboard operation
ofrak copied to clipboard

OFRAK: unpack, modify, and repack binaries.

Results 189 ofrak issues
Sort by recently updated
recently updated
newest added

Replace #9 with a solution that does not use `from __future__ import annotations` 1. Run https://pypi.org/project/com2ann to translate type comments into Python type annotations. 2. Resolve the undefined names in...

This PR adds PatchMaker and toolchain support for the AVR architecture. Needed to fix a few assumptions, for example, some compiler/linker flags set in `Abstract_GNU_Toolchain` are not supported in `avr-gcc`....

**Link to Related Issue(s)** https://github.com/redballoonsecurity/ofrak/issues/51 **Please describe the changes in your request.** Add zstd packer/unpacker and test **Anyone you think should look at this, specifically?** @whyitfor

See: **Which files would be affected?** https://github.com/redballoonsecurity/ofrak/blob/master/ofrak_components/ofrak_components/p7zip.py **Does the proposed maintenance include non-doc string _functional_ changes to the Python code?** Yes. **Are you interested in implementing it yourself?** No --...

good first issue
hacktoberfest

**Link to Related Issue(s)** UF2 unpacker support was requested in #17. **Please describe the changes in your request.** Implemented the Unpacker and Packer for UF2, using [Microsoft Opencode's UF2 utilities](https://github.com/microsoft/uf2)....

**Link to Related Issue(s)** **Please describe the changes in your request.** This commit removes Elf model methods with no usage or tests that seem to be unneeded. It also tags...

**Link to Related Issue(s)** N/A **Please describe the changes in your request.** This PR removed the following unused (and untested) publish methods from `Resource`: - get_data_index_within_parent - get_offset_within-root - get_data_unmapped_range...

**Link to Related Issue(s)** N/A **Please describe the changes in your request.** Adds a search functionality in the GUI, accessed from the toolbar. With a resource selected, one can search...

**What is the use case for the feature?** ZStandard is a modern compression format known for its speed and high compression ratios. - - It has a command line tool...

enhancement
good first issue
hacktoberfest