...
Panel | ||
---|---|---|
| ||
Debugging
- 다음과 같이 Break point를 설정합니다.
0x400684 : 1번재 free() 함수 호출
0x400695 : 2번재 free() 함수 호출 후
0x4006a1 : 3번재 free() 함수 호출 후
0x4006ab : 4번째 malloc() 함수 호출
0x4006b9 : 5번째 malloc() 함수 호출
0x4006f8 : scanf(buf4) 함수 호출
0x400707 : 6번째 malloc() 함수 호출
0x400715 : 7번째 malloc() 함수 호출
...