[ windbg explotiable 를 예측해주는 플러그인 이다 ]
dll 파일을 windbg 의 wintext 폴더에 넣어주고 ( window 비트수에 맞춰서.,.)
크래시가 터졌을때 아래 명령어로 검사를 해 줄 수 있다.
You may need to explicitly load the MSEC DLL. If you installed it to the winext sub-directory, you can load
it with
!load winext\msec.dll
!exploitable
Gives an analysis, including a proposed bug title
!exploitable -v
Gives a verbose analysis
!exploitable -m
Gives the same output as -v, but formatted for easy machine
[ 출처 : http://pgnsc.tistory.com/311 ]
'FUZZING 공부' 카테고리의 다른 글
[ windbg command summary ] (0) | 2014.04.27 |
---|---|
[ 파이썬 해킹 프로그래밍] 퍼저 환경 구축하기 pydbg 설치하기 (0) | 2013.09.28 |
[ python 해킹프로그래밍 1.] 윈도우 디버깅 개발 코드 (0) | 2013.01.29 |
퍼징의 종류 설명 (explain of Fuzzing figure) (0) | 2013.01.29 |
fopen()으로 헥사값을 고치기 위한 방법 (0) | 2013.01.29 |