Wyatt

Results 61 issues of Wyatt

**What is the use case for the feature?** As an OFRAK user, I would like to have the ability to: - point OFRAK to an existing Ghidra server - expose...

enhancement
reverse-engineering

**What is the use case for the feature?** As an OFRAK User, I want the OFRAK GUI to point to a local version of the docs that are build with...

enhancement
reverse-engineering

**What is the use case for the feature?** The goal of this feature is to make the function signature of `Allocatble._align_range` clearer. `Allocatable._align_range` will raise a `ValueError` if the alignment...

enhancement
good first issue

See #467 and #494 for previous attempts to address this. The motivating factor behind this change is the fact that Binary Ninja does not install correctly in the Debian 11...

- [ ] 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...

- [ ] 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...

While reviewing https://github.com/redballoonsecurity/ofrak/pull/469, I noticed that most Identifiers target `File` and `GenericBinary`. The impact of this is that OFRAK tries to run identifiers twice against any `File`: first it runs...

**What is the problem? (Here is where you provide a complete Traceback.)** Several users have encountered build errors due to seemingly using a newer version of of Docker syntax. **Please...

**What is the use case for the feature?** Add support for packing Ext filesystems. Currently only unpacking is supported: https://ofrak.com/docs/reference/ofrak/core/extfs.html. **Does the feature contain any proprietary information about another company's...

**What is the problem? (Here is where you provide a complete Traceback.)** ``` % make tutorial-image python3 build_image.py --config ofrak-tutorial.yml --base --finish Traceback (most recent call last): File "/Users/wyattford/ofrak/build_image.py", line...

bug
good first issue
help wanted