Skip to content

Repository files navigation

unused

Unused searches for unused functions in an executable by examining the disassembly. It uses either BFD or bddisasm to parse object files, and reduces the list of functions until only unused ones remain.

To build, use Meson:

meson setup build # or another directory name
meson compile -C build

Unused is licensed under the GNU General Public License 3.0.

About

Detects unused functions in your program.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Contributors

Languages