Jake Jepson

Results 14 issues of Jake Jepson

- [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?** strings from binutils doesn't work well on Go and Rust binaries since their strings aren't null terminated, but rather struct based. [Flare-Floss](https://github.com/mandiant/flare-floss)...

enhancement
reverse-engineering

**What is the use case for the feature?** To unpack ESP binaries (ESP8266, ESP32, etc.) **Does the feature contain any proprietary information about another company's intellectual property?** No its in...

enhancement
new-component

**What is the problem? (Here is where you provide a complete Traceback.)** Following the instruction outline on the website for installing from source (running `make develop` in each of the...

**Description** If a minion is setup in Multi-Master mode and each master is a domain name and none of the domain names can be resolved then the minion only continues...

Bug
needs-triage

**Description** Its not clear from the documentation that when a minion is configured in multi-master mode (therefore retry_dns must be 0) that the acceptance_wait_time parameter is used as the waiting...

Documentation
needs-triage

**What is the use case for the feature?** Current arm-based docker build times are slow due to the docker build system building the wheel for the python packages z3-solver and...

**What is the use case for the feature?** Ofrak uses a comprehensive build system and exposes multiple baseline files (ofrak-core-dev, ofrak-dev, ofrak-angr, etc.) but the makefile only supports building ofrak-core-dev...

**What is the problem? (Here is where you provide a complete Traceback.)** The addition of ofrak licensing broke the entrypoint commands for ofrak-dev, ofrak-ghidra, and ofrak-tutorial. **Please provide some information...

**What is the use case for the feature?** Currently there is no easy way to test locally that mimics the testing setup by the github runners. Ideally there should be...