Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cyclomatic complexity Analyzer #10

Open
mothran opened this issue Apr 29, 2021 · 0 comments
Open

Cyclomatic complexity Analyzer #10

mothran opened this issue Apr 29, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mothran
Copy link
Contributor

mothran commented Apr 29, 2021

Implement a analyzer that generates the cyclomatic complexity for each function in the binary. Because we have both blocks and followers / leaders we should be able to create a mapping for each function of 'linked blocks' as a set of pairs. The pairs might need a custom compare method that ignores ordering.

Currently we don't have a solid way to run analyzers 'for each function' so that will need to be implemented as its own analyzer class first. This might be worth holding off until all analyzers are in the event model.

@mothran mothran added the enhancement New feature or request label Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant