-
Immunity Debugger PyCommandPython 2015. 1. 20. 21:14
Pycommand 사용법은 간단하다.
우선 서브라임이나, 텍스트 편집프로그램으로 스크립트 파일을 하나 만들자.
이뮤니티 디버거는 맘대로 소스파일을 짜면안된다.
def main으로 main을 지정해주고 안에 소스를 짜야한다.
이렇게 소스를짯으면
c:\Program Files\Immunity inc\immunity Debugger\Pycommand안에 넣어준다.
!하고나서 자신이 짠 스크립트파일 이름을 넣어주면 정상적으로 실행이된다.
!<scriptname>
'Python' 카테고리의 다른 글
immuity IsDebuggerPresent 우회 (0) 2015.01.21 findinstruction (0) 2015.01.20 snapshot 결과 (0) 2015.01.20 Process Snapshot (0) 2015.01.20 Process ID 얻기 (0) 2015.01.20