You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a simple program like asm(shellcraft.sh()) to make a shellcode, the execution errors out due to a warning that gets treated like an error. This warning is because the pwntools just needs a stripped down C preprocessor, not a full cpp compiler. More details can be found in this PR.
Metadata
system: "x86_64-linux"
host os: Linux 6.12.5-200.fc41.x86_64, Fedora Linux, 41.20241223.0 (Kinoite), nobuild
Describe the bug
When using a simple program like
asm(shellcraft.sh())
to make a shellcode, the execution errors out due to a warning that gets treated like an error. This warning is because the pwntools just needs a stripped down C preprocessor, not a full cpp compiler. More details can be found in this PR.Metadata
"x86_64-linux"
Linux 6.12.5-200.fc41.x86_64, Fedora Linux, 41.20241223.0 (Kinoite), nobuild
yes
yes
nix-env (Nix) 2.24.9
/nix/store/73cnf2k7mji95fcflvay15pdw4skhhk5-source
Notify maintainers
cc @bennofs @kristoff3r @Pamplemousse
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: