Giter Club home page Giter Club logo

search-libc's Introduction

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

search-libc's People

Contributors

blukat29 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

search-libc's Issues

License

Hello @blukat29, would you mind adding a license (for example BSD or MIT) to this repository, so it can potentially be forked and adapted?

Download links

I used Run as container instructions, and i can't download libc files from the link.
I can find it from the db folder tho.

Correct but specific searches do not yield results.

Correct searches, such as this one (https://libc.nullbyte.cat/?q=gets%3A11b0%2Cprintf%3A4340%2Crand%3A9500%2Cwrite%3A5ca0%2C__libc_start_main%3Aedf0), which includes only function addresses matching libc6_2.31-0ubuntu9.2_i386 (https://libc.nullbyte.cat/d/libc6_2.31-0ubuntu9.2_i386.symbols) do not find any results, however, after removing __libc_start_main from the query, it does return results, even though the address used in the query was extracted from libc6_2.31-0ubuntu9.2_i386.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.