Skip to content

dp1/search-libc

 
 

Repository files navigation

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

About

Web wrapper of niklasb/libc-database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.3%
  • Python 25.7%
  • JavaScript 15.1%
  • Dockerfile 5.8%
  • Shell 3.1%