Source code for shellcodes.arm64.infinityloop

[docs]def generate(): """Loop infinity to check whether ``pwned`` or ``not`` """ sc = """ loop_1: b loop_1 """ return sc