install
来自「The Packet Debugger, pdb is a program wh」· 代码 · 共 31 行
TXT
31 行
Installation Instructions for the Packet Debugger (pdb)NOTE: You MUST install the PCS (Packet Construction Set) packagebefore installing this package. PCS is available on Source Forge at:http://pcs.sf.netas well as in FreeBSD and Mac ports.The Packet Debugger follows the normal Python conventions for buildingand installing and there is very little, if any, magic. To installthe program and the associated packet classes into your system do:> python setup.py install <return>To test your installation do:> cd tests/ <return>> pdb.py -f test.outpdb> list... Some amusing output.To build the documentation you will need pdflatex and a BSD version ofmake(1) installed. Go into the docs directory and build thedocumentation:> cd docs/ <return>> bsdmake allyou will see PDF versions of the docs.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?