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

Basic graph diffing #57

Open
shiftre opened this issue Aug 28, 2016 · 1 comment
Open

Basic graph diffing #57

shiftre opened this issue Aug 28, 2016 · 1 comment
Assignees

Comments

@shiftre
Copy link
Collaborator

shiftre commented Aug 28, 2016

Create a basic graph diffing either by constructing our own graph or using IDA's.

Classic examples would be Levenstein and Hamming distance but I think we could do better, specifically because we could extract hot areas (APIs, loops, other features we've already done).

@shiftre shiftre self-assigned this Aug 28, 2016
@nirizr
Copy link
Owner

nirizr commented Aug 28, 2016

There are two types of graphs, one is a function's graph (the one i think you're talking about - graph of connections between function basic blocks), and another which is the graph of relationships between functions in an IDB.
Both should yield decent results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants