Brandon Wong

Results 3 issues of Brandon Wong

Currently pwntools does not support parsing coredumps that are from MIPS binaries. Would be nice if it did. FYI: The current list of architectures supported: `pwntools/pwnlib/elf/corefile.py:102` ``` prstatus_types = {...

feature
good first issue

Using: - Latest version of Rizin `dev` branch on commit `957a2997b3bda24f36187b87cf2be731c227a2fa` - Python 3.10.12 - rzpipe==0.6.0 When disassembling this particular basic block I found that `pdb` returns differently between rzpipe...

Tried to analyze a binary from the Arlington CTF. I checked all analyze options on the GUI that showed up. ```Cannot invoke "ai.reveng.toolkit.ghidra.core.services.api.GhidraRevengService.handleAnalysisCompletion(ai.reveng.toolkit.ghidra.core.RevEngAIAnalysisStatusChangedEvent)" because "this.revengService" is null java.lang.NullPointerException: Cannot invoke...