加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
Branch Vincent 提交于 2024-06-01 15:29 . migrate to pyproject.toml
# Python generated files
__pycache__
*.pyc
# Sphinx generated files
doc/build
doc/source/volatility3.*
# Pycharm/PyDev development files
workspace.xml
.idea
.vscode
# Manually generated files
.mypy_cache
stubs
volatility3/symbols/linux*
volatility3/symbols/windows*
volatility3/symbols/mac*
# Mac metadata files
.DS_Store
# Volatility's config
config*.json
# Pyinstaller files
build
dist
*.egg-info
# Environments
.env
.venv
env/
venv/
ENV/
# Memory dump files
*.dmp
*.vmem
*.img
# PyTest cache files
.pytest_cache/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化