You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwndbg/tests/binaries/host/crash_simple.asm.nocompile

8 lines
139 B
Plaintext

global _start
; This binary is there for tests that need a binary that crashes
; and is as simple as possible
_start:
mov dword [eax], 0