mirror of
https://github.com/brain-hackers/lab
synced 2026-03-12 06:04:18 +09:00
Implement memory spray
This commit is contained in:
9
x1/spray/bottom.S
Normal file
9
x1/spray/bottom.S
Normal file
@@ -0,0 +1,9 @@
|
||||
.text
|
||||
.align 2
|
||||
.global _start
|
||||
|
||||
_start:
|
||||
loop:
|
||||
b loop
|
||||
ldr r0, =0x00000000
|
||||
mov pc, r0
|
||||
Reference in New Issue
Block a user