Coder Social home page Coder Social logo

nm-objdump's Introduction

nm-objdump

Epitech project: Nm is an unix program that list symbols and Objdump displays informations from object files.

MY_NM

Usage: ./my_nm [option(s)] [file(s)] (a.out by default)

  • -A, -o, --print-file-name: Display the file name before the nm's value.
  • -a, --debug-syms: Display all symbols, even debugger-only symbols; normally these are not listed.
  • -l, --line-numbers: For each symbol, use debugging information to try to find a filename and line number.
  • -n, -v, --numeric-sort: Sort symbols numerically by their addresses, rather than alphabetically by their names.
  • -p, --no-sort: Do not bother to sort the symbols in any order; print them in the order encountered.
  • -r, --reverse-sort: Reverse the order of the sort (whether numeric or alphabetic); let the last come first.
  • -S, --print-size: Print both value and size of defined symbols for the "bsd" output style.
  • -u, --undefined-only: Display only undefined symbols (those external to each object file).
  • --defined-only: Display only defined symbols for each object file.
  • -h, --help: Display the program help

MY_OBJDUMP

Usage: ./my_objdump [option(s)] [file(s)] (a.out by default)

  • -h, --help: Display the program help

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.