Skip to content

Commit 1622dbb

Browse files
author
Sajjad Arshad
committedApr 9, 2020
TGHACK more challs
1 parent 015095d commit 1622dbb

File tree

8 files changed

+10
-0
lines changed

8 files changed

+10
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Your goal is to make them execute execve("/bin/sh", ...).
2+
Some hints/clarifications: * if one of the processes crashes, you lose * the output is prefixed with an ID, either 0 or 1 * for example: 0: hello, world!\n
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Can you create shellcode that runs on x86 and x86_64 simultaneously? Read the flag in flag.txt. The following syscalls are allowed:
2+
3+
open
4+
read
5+
write
6+
close
7+
exit_group
8+
mmap
1.83 KB
Binary file not shown.
1.55 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.