
Memo
내것으로 만들어야할 내용들
gdb 설명 http://korea.gnu.org/manual/release/gdb/gdb.html#SEC1 http://korea.gnu.org/manual/release/gdb/gdb.html#SEC1 korea.gnu.org .init_array .fini_array설명 https://wogh8732.tistory.com/228 main 함수가 호출, 종료되는 과정 elf 파일을 보통 디버깅 할때 main문 부터 확인했었다. 하지만 문제를 풀다가 main함수가 호출되기 까지, 종료된 후 의 과정을 알아야 할 필요가 생겨서 간단하게 정리하고자 한다. 1. ELF 헤더 확인 wogh8732.tistory.com _start 설명 https://teamcrak.tistory.com/tag/_start T..