Wyatt

Results 61 issues of Wyatt

**What is the problem? (Here is where you provide a complete Traceback.)** Documentation for resource dependency tracking is out of date: https://ofrak.com/docs/user-guide/key-concepts/resource.html#resource-dependency-tracking **If you've discovered it, what is the root...

documentation

**What is the problem? (Here is where you provide a complete Traceback.)** When running `ofrak gui -f `, the generated script in the GUI does not include a line that...

bug

**What is the use case for the feature?** I would like to be able to run OFRAK on my MacBook with the M1 chip. **Does the feature contain any proprietary...

**What is the problem? (Here is where you provide a complete Traceback.)** The convenient `from ofrak.core import *` causes unintended namespace collisions ```python >>> zip >>> from ofrak.core import *...

**What is the use case for the feature?** The `LLVM_MACH_O_Parser` would give the ability to parse Mach-O files. **Does the feature contain any proprietary information about another company's intellectual property?**...

good first issue

**What is the issue?** When `beartype` is installed, OFRAK emits `BeartypeDecorHintPep585DeprecationWarning` warnings on python >= 3.9. See https://github.com/beartype/beartype#pep-585-deprecations for more information. As the above link explains, the typing module will...

**What is the problem? (Here is where you provide a complete Traceback.)** `Elf.get_symbol_section` fails when the target elf has more than one symbol section. **Please provide some information about your...

bug

**What is the problem? (Here is where you provide a complete Traceback.)** The following test, when added to `TestElfPointerArraySectionModifier` (from #71 ), fails. ``` async def test_elf_pointer_array_section_modifier_virtual_address(self, elf_resource: Resource): """...

bug

**What is the use case for the feature?** As an OFRAK User, I would like to be able to, using the GUI, import an existing Ghidra project and export a...

enhancement
reverse-engineering

**What is the use case for the feature?** As an OFRAK user, I would like to be able to take an OFRAK project and convert its conents (including comments) into...

enhancement
reverse-engineering