/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/cross/remote_server/pyproject.toml
15 строк
326 B
Duncan Ogilvie
Initial work on hex_viewer
17 авг 2025, 22:08
17 авг 2025, 22:08
56a151c
Код
Авторство
О чём код?
[project] name = "remote-server" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ "capstone>=5.0.6", "icicle-emu>=0.0.10", "lief>=0.16.4", "pefile>=2024.8.26", "pyelftools>=0.32", "pyside6>=6.9.0", "websockets>=15.0.1", ]