# objdump **Repository Path**: ershou10/objdump ## Basic Information - **Project Name**: objdump - **Description**: https://github.com/Emeraude/nm-objdump - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-25 - **Last Updated**: 2022-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nm - Objdump Simple implementations of the **nm** and **objdump** commands. Epitech second year project. `my_objdump` is equivalent to `objdump -fs` `my_nm` is equivalent to `nm` Note that **nm**'s sort may differ. It's the same as nm 2.23. If you want to use the same as nm 2.24, you may use `my_nm --sort=24`. Note that **objdump** may crash with truncated files. Some diff may occur, to show them, you can use the two scripts `scripts/nm.sh` and `scripts/objdump/sh` ### AUTHOR broggi_t