• Stars
    star
    195
  • Rank 198,368 (Top 4 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Web wrapper of niklasb/libc-database

search-libc

Web wrapper of libc-database

screenshot

Use existing Docker image

docker pull blukat29/libc
docker run -p 8080:80 -d blukat29/libc

Run as Docker container

git submodule update --init
cd libc-database
./get all
cd ..
docker build -t libc:latest .
docker run -p 31337:80 -it libc:latest

Run in debug mode

git submodule update --init
cd libc-database
./get all
cd ..
cd app
pip install Flask
python manage.py