Open hc0d3r opened 8 years ago
Do you have a suggestion for a fix?
That's odd indeed... I was under the impression that syscall
was just an alias for int 0x80
. If that technique worked in general, all ptrace
sandboxes would be ineffective, so the fault must lie either with maybe
or with python-ptrace
.
using
int 0x80
in a elf-64 binary, its easy to bypass, example:test.asm