radare2/sys/apia/README.md
pancake 019792d7ec Initial import of apia, the api analysis tool for r2
cd sys/apia ; make

checkout the directory out/ when finished, helps to identify unused
apis, unnecessary libraries linked, bad api usages, renamings, ...
2017-12-18 00:41:52 +01:00

255 B

r2 api analysis

Determine the use of all the public functions in all the modules.

  • public functions (and symbols) for each module
    • show how many references from inside module
    • show how many references from other modules/binaries