13 results for “topic:otool”
Shell script for Mac OS X which changes the library prefix for a series of shared libraries in a folder or a single executable.
Schnauzer is both library and tool for parsing mach-o files
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.
Script to perform IPA Binary Analysis
Make macOS application bundles deployable.
42 school project
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.
Mach-O parser
Reproduction of nm and otool commands
Reproduce nm and otool -t command
No description provided.
recoding nm and otool -t command from mac os
A reproduction of nm and otool functionalities.