Completed
signal() 질문

main()에 있는 signal(SIGSEGV, get_shell)은 작동하는건가요?

Author
When you need more in-depth answers
Contact the Dreamhack team and mentors directly!
Answers 1

넵 SIGSEGV(Segmentation Fault)가 일어나면 get_shell 함수가 실행된다는 뜻입니당

2020.04.19. 16:56