What bytes to emit for an ARM equivalent of EBFE? -


in x86, if want cause infinite loop, can emit ebfe, jump current instruction. what's arm equivalent of ebfe?

that 0xeafffffe -- unconditional branch itself


Comments

Popular posts from this blog

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -

How do I get the nth item in a queue in java? -

How to read input from STDIN in x86_64 assembly? -