Code Monkey home page Code Monkey logo

Comments (4)

Wenzel avatar Wenzel commented on August 22, 2024

Hi !

so checksec tries to locate the libc on your system since it's required to analyze ELF binaries in order to produce a list of fortified symbols and give a fortify_score to the binary.

The get_libc() function deals with the locating the libc using various methods.

I agree here that I could add a check whether we are running on Windows, and simply skip that search.

from checksec.py.

Kedy1ykh avatar Kedy1ykh commented on August 22, 2024

Thanks for the explanation. So I guess, as long as we are not checking elf files in windows environment, we still be able to obtain the same result when runs checksec.py in linux machine right?

from checksec.py.

Wenzel avatar Wenzel commented on August 22, 2024

Yes, exactly.
The only difference with Windows is that you won't get fortify scores for ELF files, since you don't have a libc to compare from.

There is still an option to provide an explicit libc file if you want to though

from checksec.py.

Kedy1ykh avatar Kedy1ykh commented on August 22, 2024

Thanks.

from checksec.py.

Related Issues (20)

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.