-
Mac Pydbg 설치Python 2015. 12. 7. 15:03
간단하게 설치하는 방법이 존재해서 포스팅하려고한다.
https://github.com/gdbinit/pydbg64
위 링크로들어가서 일단 Download ZIP을 하고, 압축을 풀어준다.
그러면 setup.py가 존재하는데, 아래와같이 입력한다.
HackCat:~ Songsangjun$ python setup.py install
HackCat:pydbg64-master Songsangjun$ python
Python 2.7.10 (default, Aug 22 2015, 20:33:39)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pydbg
>>>
그럼 정상적으로 모듈이설치된다.
'Python' 카테고리의 다른 글
IDA Instruction, Operand Pasing CTF Tools (0) 2016.10.28 file signature 이미지빼오기 (0) 2015.12.07 make pyc (0) 2015.10.14 명령실행후 결과값 split하기 (0) 2015.09.06 Python <<< redirect error (0) 2015.09.03