Reputation: 75
I am trying to make a program that will
Basically it will be comparing the callgraph of a program with a call graph of a malware. I planned to use soot to do so. Presently i am planning to write the code in java and am working on windows platform
Please provide some suitable ways. If code is available,that will be even better.Thank you
Upvotes: 0
Views: 336
Reputation: 1393
Look at PROBE: http://plg.uwaterloo.ca/~olhotak/probe/
It allows you to compare Soot-based call graphs.
Upvotes: 1