hc0d3r

Results 1 issues of hc0d3r

using `int 0x80` in a elf-64 binary, its easy to bypass, example: test.asm ``` asm section .text global _start section .rodata x db '/tmp/abcd',0x0 _start: mov eax, 5 mov ebx,...

bug