Skip to content

catuss-a/nm-objdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nm-objdump (by axel catusse)

recode of nm and objdump binaries (Fedora). both handle elf32 and elf64 format

nm

nm lists the symbols from object files objfile.

SYNOPSIS:

./my_nm [FILE]

If no object files are listed as arguments, nm assumes the file a.out.

objdump -f -s

objdump displays information about one or more object files.

SYNOPSIS:

./my_objdump [FILE]

If no object files are listed as arguments, nm assumes the file a.out.

About

recode of nm and objdunp binaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages