mirror of
				https://github.com/brain-hackers/lab
				synced 2025-11-04 06:28:36 +09:00 
			
		
		
		
	Jump 0x0 on exit
This commit is contained in:
		@@ -2,6 +2,6 @@
 | 
			
		||||
.global _start
 | 
			
		||||
 | 
			
		||||
_start:
 | 
			
		||||
    push {r4, lr}
 | 
			
		||||
    bl main
 | 
			
		||||
    pop {r4, pc}
 | 
			
		||||
    ldr r0, =0x00000000
 | 
			
		||||
    mov pc, r0
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user