项目作者: ljoly

项目描述 :
Mach-O parser
高级语言: C
项目地址: git://github.com/ljoly/nm-otool.git
创建时间: 2018-10-30T13:24:17Z
项目社区:https://github.com/ljoly/nm-otool

开源协议:

下载


nm-otool

Overview

The goal of this project is to recode commands nm and otool -t

Usage

  1. ft_nm [-uUjpg] [mach-O files ...]
  2. ft_otool [mach-O files ...]

Flags (nm only)

  • -u
    1. Display undefined symbols only<br/>
  • -U
    1. Do not display undefined symbols<br/>
  • -j
    1. Display names only<br/>
  • -p
    1. Display symbols without sort<br/>
  • -g
    1. Display extern symbols only<br/>