1 Star 0 Fork 1

hope/pwndbg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 753 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo: required
dist: trusty
language: python
cache:
- pip
- directories:
- /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/
- /home/travis/virtualenv/python2.7.9/bin/
- capstone
- unicorn
install:
- sudo apt-get -y install gdb nasm
- lsb_release -a
- pip install -r requirements.txt
- sudo ./setup.sh
script:
- futurize --all-imports --stage1 --print-function --write --unicode-literals pwndbg tests
- git diff-index --quiet HEAD -- pwndbg tests
- isort --check-only --diff --recursive pwndbg tests
- PWNDBG_TRAVIS_TEST_RUN=1 ./tests.sh
- python2.7 -m py_compile ida_script.py $(git ls-files 'pwndbg/*.py')
- python3 -m py_compile $(git ls-files 'pwndbg/*.py')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/h0pe-ay/pwndbg.git
git@gitee.com:h0pe-ay/pwndbg.git
h0pe-ay
pwndbg
pwndbg
WeSeekAfterKnowledge-Issue-Templates

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385