Skip to content

ljoly/nm-otool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nm-otool

Overview

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

Usage

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

Flags (nm only)

  • -u
      Display undefined symbols only
  • -U
    Do not display undefined symbols
  • -j
    Display names only
  • -p
    Display symbols without sort
  • -g
    Display extern symbols only