Skip to content

My implementation for the nm and otool commands. Developed for macOS binaries with support for x86-64, i386, arm and arm64 machines.

Notifications You must be signed in to change notification settings

tflahaul/nm_otool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nm & otool

The main focus here was to understand the Mach-O file format (macOS binaries), understand how the kernel launches binaries and practice working with untrusted/unreliable data, i.e., corrupt binaries.

About

My implementation for the nm and otool commands. Developed for macOS binaries with support for x86-64, i386, arm and arm64 machines.

Topics

Resources

Stars

Watchers

Forks