This website requires JavaScript.
Explore
Help
Sign In
brain-hackers_pepepper-mirror
/
lab
Watch
1
Star
0
Fork
0
You've already forked lab
mirror of
https://github.com/brain-hackers/lab
synced
2024-11-01 15:58:00 +09:00
Code
Issues
Projects
Releases
Wiki
Activity
63b15a9455
lab
/
x1
/
c
/
start.S
8 lines
84 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Add x1 C example / improve extract.py to extract all sections after .text
2021-03-04 06:15:54 +09:00
.align
2
.global
_start
_start
:
bl
m
a
i
n
Jump 0x0 on exit
2021-03-10 00:30:47 +09:00
ldr
r0
,
=0x00000000
mov
p
c
,
r0
Reference in New Issue
Copy Permalink