otool
There are 14 repositories under otool topic.
FunkyM/install_name_prefix_tool
Shell script for Mac OS X which changes the library prefix for a series of shared libraries in a folder or a single executable.
Arsynth/schnauzer
Schnauzer is both library and tool for parsing mach-o files
jterrazz/42-nm-otool
🖥 Nm and otool implementation in C. Parse Mach-o files, supports fat binaries, archives and corrupted binaries. A medium article is available in description.
bas524/linuxdependency
DependencyViewer (Qldd) shows all dependent libraries of a given executable or dynamic library on Linux. It is a GUI wrapper for the ldd (for MacOS - otool), file and nm commands.
fzwoch/appfuk
Make macOS application bundles deployable.
asarandi/nm_otool
Parse the format of the MacOS executables and understand how the kernel launches the binaries, by rewriting these two system tools. Essential for all those who want to make security, this project is more generally an opening on the UNIX culture system.
Guiforge/ft_nm-ft_otool
42 school project
bnoufel/nm-otool
Reproduce nm and otool -t command
fedefloris/Nm-otool
A reproduction of nm and otool functionalities.
ljoly/nm-otool
Mach-O parser
paramatma007/OtoolAnalyze
Script to perform IPA Binary Analysis
ExtReMLapin/nm-otool
recoding nm and otool -t command from mac os
Medno/nm-otool
Reproduction of nm and otool commands