Code Monkey home page Code Monkey logo

elfexcavator's Introduction

Elf Excavator

Elf Excavator is a Graphical ELF file inspector. It is primarily intended to assist embedded developers deciper the contents of their elf files, such as determining what symbols and sections are taking up the most space, what assembly was generated for a function, and searching/inspecting section contents:

Section searching uses decimal integers, floating point numbers, UTF-8 strings, or raw hexadecimal bytes:

sections

Each column can be filtered. Text is filtered using regular expressions, and numbers are filtered using simple expressions in the form of <comparator> <value>, where <comparator> is >,>=,<,<=,==,!=, and value is a decimal or hexadecimal integer. If no comparator is supplied, == is assumed. Invalid filter terms will be outlined in red.

symbols

The lovely pickaxe icon was created by wanicon from flaticon.com.

Usage

Elf Excavator can be launched using the following:

elfexcavator "<path-to-elf>"

Bulding & Installing

This guide assumes an ubuntu system.

To build Elf Excavator, you will need the dependencies in tools/scripts/setup.sh.

NOTE: This project requires cmake>=20. ubuntu<22.04 does not provide this in apt. Consider using pip, snap, or Kitware's download.

cmake --preset=install
cmake --build --preset=install
# Either install directly
sudo cmake --build --preset=install --target install
# Or use the .deb package generator, use "dpkg -c *.deb; dpkg -I *.deb" to inspect contents
pushd build/install && cpack -G DEB; popd

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.