Skip to content

Commit 1b69a16

Browse files
author
Sajjad Arshad
committed
BatPwn 2020 challs
1 parent fb21c8d commit 1b69a16

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

BatPwn/2020/basic_bof/basicbof.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include<unistd.h>
2+
3+
int main()
4+
{
5+
char buf[0x80];
6+
read(0,buf,0x150);
7+
}

BatPwn/2020/basic_bof/bof

16 KB
Binary file not shown.

BatPwn/2020/basic_bof/ld-2.27.so

167 KB
Binary file not shown.

BatPwn/2020/basic_bof/libc-2.27.so

1.94 MB
Binary file not shown.

BatPwn/2020/echo_server/echoserver

676 KB
Binary file not shown.

0 commit comments

Comments
 (0)