andymeneely / attack-surface-metrics

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

Determine a method of runtime monitoring for FFMpeg #11

Closed andymeneely closed 10 years ago

andymeneely commented 10 years ago

Collect the cflow data for FFMpeg. Use the --reverse option to get the most nodes we can, knowing that mostly will be disconnected. Then, look into their code coverage tools to determine if there's a way we can get runtime monitoring on their automated test suite. What I'm looking for is something like a "get a backtrace every 5ms" thing that we can use to determine a more complete call graph. A coverage tool probably doesn't do THAT, but a profiling tool does.

The key here is to figure out a tool set.

andymeneely commented 10 years ago

We've made good progress on this. I believe Kevin has the notes so we'll create some new issues on this.