andymeneely / attack-surface-metrics

Scripts for collecting metrics of the attack surface
MIT License
14 stars 4 forks source link

Filter Standard Library Functions #27

Closed nuthanmunaiah closed 9 years ago

nuthanmunaiah commented 9 years ago

Remove calls to C/C++ standard library functions such as printf, scanf, malloc from the call graph. The rationale behind this enhancement is to reduce noise in the call graph by removing calls to functions that are not part of FFmpeg (or any other program being measured).