🖥 Nm and otool implementation in C. Parse Mach-o files, supports fat binaries, archives and corrupted binaries. A medium article is available in description.
-
Updated
Sep 5, 2024 - C
🖥 Nm and otool implementation in C. Parse Mach-o files, supports fat binaries, archives and corrupted binaries. A medium article is available in description.
GNU system nm command with differences.
{EPITECH} | Second year | Unix porgraming - Memory
A reproduction of nm and otool functionalities.
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.
nm lists the symbols from object files / objdump displays information about one or more object files
System programming & Algorithm ― Linux programming
Add a description, image, and links to the nm topic page so that developers can more easily learn about it.
To associate your repository with the nm topic, visit your repo's landing page and select "manage topics."