7 lines
168 B
ArmAsm
7 lines
168 B
ArmAsm
![]() |
#include "textflag.h"
|
||
|
|
||
|
TEXT ·compromised(SB),NOSPLIT,$0-0
|
||
|
BYTE $0x90 // The assembler strips NOP, this is a hardcoded NOP instruction
|
||
|
CALL main·skipped(SB)
|
||
|
RET
|