Giter Club home page Giter Club logo

elf-reader's Introduction

ELF-reader (No longer under development)

A simple utility that reads an ELF format file.

Background

It functions like linux utility 'readelf' but has much less functionalities, because it's still under development. However I probably won't be developing it cause it pays little to do so and now I'm deeply invovled in project ArenaOS and won't have much time to improve it. I wrote this to learn the ELF format and gain some knowledge about program linking, loading and some others. And I recommend the book 《程序员的自我修养——链接、装载与库》 by 潘爱民 if you are interested in how program works under the hood.

Usage

./ELF-reader <option(s)> files

while option can be one of these:
-h --file-header (Display the ELF file header)
-S --section-headers (Display the sections' header)
-s --symbols (Display the symbol table)

Example

./ELF-reader -h Simplesection.o
./ELF-reader -S Simplesection.o
./ELF-reader -s Simplesection.o

Note

Currently, it's just a demo and not fully functional. So it lacks much of functionalites of that in readelf. The most obvious one is that it only supports ELF32 format...

elf-reader's People

Contributors

tomcat1102 avatar

Stargazers

pf4 avatar  avatar

Watchers

 avatar

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.