Wyatt
Wyatt
Many components use `subprocess` to make calls to external programs via the command line. These are currently blocking, non-asynchronous calls. The [`asyncio.create_subprocess_exec` and `asyncio.create_subprocess_shell` functions](https://docs.python.org/3/library/asyncio-subprocess.html) represent an `asyncio`-compatible API for...
The `stdout` and `stderr` streams of Ghidra contain output which, as far as OFRAK is concerned, is potentially useful but distracting most of the time. For example in lesson 4...
- [ ] 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...
**Which files would be affected?** The goal of this work is twofold: - A user should be able to specify online or offline documentation generation as part of a Docker...
**What is the use case for the feature?** It would be nice to be able to updated a `ResourceView` field in OFRAK with code similar to the following: ```ipython >>>...
**What is the problem? (Here is where you provide a complete Traceback.)** With z3-solver 4.12.3.0, (see https://github.com/Z3Prover/z3/issues/7041) z3-solver does not list `importlib-resources` as a dependency. A fix appears to be...
**Which files would be affected?** The `OfrakProject` has a session_id and project_id, but currently only the session_id is used. This is confusing because both "project" and "session" ids are referenced...
**What is the problem? (Here is where you provide a complete Traceback.)** When the "string" search function is used, the counter for collapsed notes on the Resource tree is not...
**What is the problem? (Here is where you provide a complete Traceback.)** `CodeRegion` unpacker is not finding code regions for Pe files with Angr backend. **Please provide some information about...
**What is the problem? (Here is where you provide a complete Traceback.)** On some systems (for example, M1/M2 Macbook), installing `keystone-engine` can include a `cmake` build step to build a...