-
seccomp 문제 만들때ETC/Pwn 메모장 2020. 11. 15. 13:48
sudo apt-get -y install libseccomp-dev gcc -o seccomp1 seccomp1.c -lseccomp ./seccomp1
libseccomp-dev
패키지 설치 및 gcc 옵션으로-lseccomp
추가출처
s3hh.wordpress.com/2012/07/24/playing-with-seccomp/
Playing with seccomp
Seccomp is a linux kernel feature by Andrea Arcangeli which limits the system calls which a task can use, by allowing a task to say “from now on, msyelf and my new children should not be able…
s3hh.wordpress.com
'ETC > Pwn 메모장' 카테고리의 다른 글
pwntools를 python2.7 에 설치할때 pip 적용 (0) 2021.05.10 pwnable 기본 세팅 (1) 2021.04.28 32bit shellcode (0) 2020.02.08 함수 호출시에 rax가 zeroed되는 이유 (0) 2020.01.12 fsb인지 gdb로 확인하기 (0) 2020.01.05