Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 아이폰12
- Cerbero
- 독서
- msticpy
- 악성코드
- 베르나르
- 이런사람만나지마세요
- 존엄하게산다는것
- RX100
- 처음이자마지막일듯
- CerberoSuite
- python
- 아이폰11
- iphone11
- 복층루희네집
- 똑딱이졸업하는그날까지
- 소설
- 신
- 악성크도
- threatintelligence
- 인텔리전스
- Error
- Git
- 부의본능
- YARA
- fuzzer
- protoc
- Hexeditor
- cannot find or open
- 뚝썸유원지
Archives
- Today
- Total
qingfro9님의 블로그 입니다.
pwntool 설치 로그 본문
pintool 코드 짜면서 문제가 좀 있어서, pwn을 설치하게 되서, 정리했다.
$ pip install pwntool
Error가 많이 남..
어떤 블로그 보니, capstone 설치 작업했다고 하길래, Error 메세지 안보고 무작정 설치
$ apt-get install python-capstone
아래 에러가 남
ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
$pip install cryptography==2.5
아래 에러가남
ERROR: Cannot uninstall 'capstone'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall
앞서 설치한 캡스톤 때문이군.! 다시 제거
$ apt remove python-capstone
설치완료
qingfro9@ubuntu:~/Desktop/pin$ python
Python 2.7.12 (default, Nov 12 2018, 14:36:49)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pwn
[!] Pwntools does not support 32-bit Python. Use a 64-bit release.
누군가에겐..도움이 되길!
'개발언어' 카테고리의 다른 글
C++ 정적바인딩, 동적바인딩 예제 코드 (0) | 2020.06.21 |
---|---|
[Flask]0x01 기초부터! 이런거구나 싶었던 경험..; (0) | 2019.08.22 |
[python]pip 업데이트하다가 에러 날 때 해결 (0) | 2019.08.03 |
에이다(ADA) (0) | 2019.07.31 |
Comments