das-labor / panopticon

A libre cross-platform disassembler.
https://panopticon.re
GNU General Public License v3.0
1.43k stars 78 forks source link

project, program, function, etc., need better apis #254

Closed m4b closed 7 years ago

m4b commented 7 years ago

In particular, getting number of disassembled functions, number of call targets, etc., should be doable without using rust-graph-algos and manually counting, etc.

Something like get_functions which returns a Vec<Function>, and mutatis mutandi for other fields of project would also be awesome

m4b commented 7 years ago

This is actively being fixed in #310