Skip to content

Detects unused functions in your program.

License

Notifications You must be signed in to change notification settings

thatlittlegit/unused

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

License

Stars

Watchers

Forks

Releases

No releases published