We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pwntools giving me this error only for the 32 bit elf file for 64bit everything works fine: Could not find any instructions in ['int 0x80']
i wrote a small vuln server in c and use some inline assembly to generate for gadgets for my own example:
asm volatile( "int $0x80\n\t" "ret" : );
ROPgadget output:
0x08049311 : int 0x80 0x08049311 : int 0x80 ; ret
so the gadget is still there but works only in 64bit
The text was updated successfully, but these errors were encountered:
Please give exact steps to reproduce this so that we can better understand your use.
pwn version
Sorry, something went wrong.
What about searching 'int'? Please upload some reproducible samples.
'int'
No branches or pull requests
pwntools giving me this error only for the 32 bit elf file for 64bit everything works fine:
Could not find any instructions in ['int 0x80']
i wrote a small vuln server in c and use some inline assembly to generate for gadgets for my own example:
ROPgadget output:
so the gadget is still there but works only in 64bit
The text was updated successfully, but these errors were encountered: