decompiler explorer
1.0.0
Decompiler Explorer es un front-end web para una serie de descompiladores. Este servicio web le permite comparar la salida de diferentes descompiladores en pequeños ejecutables. En otras palabras: es básicamente lo mismo que el increíble compilador de Matt Godbolt Explorer, pero en reversa.

pipenv install
python scripts/dce.py init
Vea las instrucciones aquí
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 > Esto no comenzará a ningún descompilador, solo el frontend
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