0

アプリをインストールする

Command+Space を押して Terminal と入力し、Enter/Return キーを押します。

ターミナル アプリで実行: ruby​​ -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install )" < /dev/null 2> /dev/null

エンター/リターンキーを押します。

コマンドが完了するまで待ちます。実行: brew install pwntools 完了! pwntools を使用できるようになりました。

このリンクを使用して いますが、機能していません...

❯ python
Python 2.7.10 (default, Jul 15 2017, 17:16:57)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> from pwn import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named pwn
4

1 に答える 1