Crates.io | otool |
lib.rs | otool |
version | 0.1.2 |
source | src |
created_at | 2020-06-26 12:10:57.515722 |
updated_at | 2020-06-26 16:36:31.641104 |
description | The otool command displays specified parts of object files or libraries. (Mach-O File Format) |
homepage | https://github.com/19h/otool-rs |
repository | https://github.com/19h/otool-rs |
max_upload_size | |
id | 258372 |
size | 61,010 |
$ cargo install otool
$ otool -a binary.o
otool 0.1.0
object file displaying tool
USAGE:
otool [FLAGS] [OPTIONS] [--] [files]...
FLAGS:
--help Prints help information
-a Print the archive headers
--bind Print the mach-o binding info
-d Print the data section
--export Print the mach-o exported symbols
-f Print the fat headers
-X Print no leading addresses or headers
--lazy Print the mach-o lazy binding info
-S Print the table of contents of a library
-l Print the load commands
-h Print the mach header
--rebase Print the mach-o rebasing info
-L Print shared libraries used
-D Print shared library id name
-n Print the symbol table
-t Print the text section
-v Print verbosely (symbolically) when possible
--version Print the version of program
--weak Print the mach-o weak binding info
OPTIONS:
--arch <cpu-type> Specifies the architecture
-s <segname[:sectname]>... Print contents of section
ARGS:
<files>... The object files
cargo
requires a rust installation.