Justin Applegate

Results 9 issues of Justin Applegate

I'm seeing Auto Constants and Auto Syscalls is broken on latest Ghidra (10.3) with Java 17.0.7. Looks to be the same underlying issue. AutoSyscalls.py: ``` Traceback (most recent call last):...

### Type of feature request New architecture support/Existing architecture improvement ### Misc _No response_ ### Summary Description I've been doing exploit development with `pwntools` and GEF together on the `mips32elr6`...

What would it take to extend one_gadget to support MIPS and RISC-V architectures?

help wanted
feature

When setting the architecture in pwntools (for compiling shellcode or `gdb.attach()`), only basic MIPS architectures are supported (namely `mips` and `mips64`). Specific releases like `mips32r5` or `mips32r6` are not available....

feature

It would be really nice if Dumpy supported Deployments and not just Pods. This way, if you're wanting to capture traffic long-term and a node reboots, the ephemeral pod doesn't...

I modified the documentation for some of the functions in the `__init__.py` file, mostly adding types, code formatting, or expanding/clarifying things. Since `SAMFWLoader.program()` and `program_sam_firmware()` are pretty much the same,...

I added to/cleaned up/formatted the documentation for the `NAEUSB_Backend` class and each of its attributes using Google-style Python docstrings. Type hints for parameters and return values were added if missing....

I went through and cleaned up some of the documentation/code comment spelling, capitalization, and grammar. There's also a bug fix or two sprinkled in there that I saw along the...

# Bug report ### Bug description: In C, the null byte indicates the end of a `char[]`. In `INT` and `LONG` opcodes for pickle, everything up to a newline is...

type-bug
extension-modules