System programming & Algorithm ― Linux programming
-
Updated
Feb 22, 2018 - C
System programming & Algorithm ― Linux programming
🖥 Nm and otool implementation in C. Parse Mach-o files, supports fat binaries, archives and corrupted binaries. A medium article is available in description.
nm lists the symbols from object files / objdump displays information about one or more object files
GNU system nm command with differences.
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.
{EPITECH} | Second year | Unix porgraming - Memory
A reproduction of nm and otool functionalities.
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."