GithubHelp home page GithubHelp logo

theredspecial0 / symparse Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 9 KB

A command-line utility to read symbols from ELF executables

License: MIT License

Makefile 28.48% C 71.52%
elf elf-parser libelf linux symbols

symparse's Introduction

symparse

symparse is a command-line utility for parsing and displaying symbol tables from ELF files. It can be used to display information about the symbols in an ELF binary, including their addresses, sizes, and types.

Usage

To use symparse, simply run the symparse executable followed by the path to the ELF binary you wish to parse. For example:

$ symparse $(which symparse) | tail -n 5    # Last 5 symbols shown for brevity

78: 0x00000000 0x00000000 WEAK NTYP _Jv_RegisterClasses
79: 0x006020b0 0x00000000 GLOB OBJT __TMC_END__
80: 0x00000000 0x00000000 WEAK NTYP _ITM_registerTMCloneTable
81: 0x00400878 0x00000000 GLOB FUNC _init
82: 0x006020c0 0x00000008 GLOB OBJT stderr@@GLIBC_2.2.5

This displays information about the symbols in the symparse binary itself.

Installation

To install symparse, simply clone the repository and run make install:

$ git clone https://github.com/theredspecial0/symparse
$ cd symparse
$ make install

This will install the symparse executable to /usr/local/bin. You may need to run sudo make install if you do not have write access to this directory.

To uninstall symparse, simply run sudo make uninstall:

$ cd symparse
$ sudo make uninstall

License

This project is licensed under the MIT License. See the LICENSE file for detail

symparse's People

Contributors

theredspecial0 avatar

Stargazers

 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.