Gallopsled / Gallopsled/pwntools
PowerPC module
Open
enhancement
help-wanted
shellcode
- Dominant language
- Python
- Stars
- 13.7k
- Forks
- 1.9k
- Avg merge
- 6d 23h
- Merged PRs (30d)
- 3
Description
I executed `shellcraft.ppc.linux.open("test.txt", 0)` but I got `AttributeError: 'module' object has no attribute 'pushstr'`.
That's not correct ?
PS: I searched on the internet but nothing
Contributor guide
Research direction
Start by reproducing shellcraft.ppc.linux.open("test.txt", 0) and tracing where the missing pushstr attribute is referenced. Inspect the PowerPC Linux shellcraft entry point and the related pushstr lookup, then verify that the call no longer raises AttributeError and produces shellcode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100