ndtoan96 / mapper

CLI tool to parse and extract symbols inormation from linker map file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build status

mapper

CLI tool to parse and extract symbols inormation from linker map file

Usage

Download the tool here

Usage: mapper.exe [OPTIONS] <INPUT> [OUTPUT]

Arguments:
  <INPUT>   input map file
  [OUTPUT]  output file name (extension will be added according to selected format) [default: ./output]

Options:
  -f, --format <FORMAT>  output format [default: csv] [possible values: csv, json]
  -h, --help             Print help
  -V, --version          Print version

About

CLI tool to parse and extract symbols inormation from linker map file


Languages

Language:Rust 100.0%