decompiler explorer
1.0.0
Encompiler Explorer是许多反编译器的Web前端。此Web服务使您可以比较小型可执行文件上不同分解器的输出。换句话说:这与马特·戈伯特(Matt Godbolt)的出色编译器探险家基本相同,但相反。

pipenv install
python scripts/dce.py init
在此处查看说明
pipenv install
python scripts/dce.py init
# Build all decompilers with valid keys
python scripts/dce.py build
# If you want to exclude certain decompilers
# python scripts/dce.py --without-reko build
python scripts/dce.py start
# UI now accessible on port 80/443 python scripts/dce.py start --prod --replicas 2 --acme-email= < your email > python scripts/dce.py start --prod --replicas 2 --acme-email= < your email > --s3 --s3-bucket= < s3 bucket name > --s3-endpoint= < s3 compatible endpoint > --s3-region= < s3 region > 这不会启动任何反合符,只有前端
pipenv run python manage.py migrate
pipenv run python manage.py runserver 0.0.0.0:8000 export EXPLORER_URL=http://172.17.0.1:8000
docker-compose up binja --build --force-recreate --remove-orphans