[Soot-list] Callgraph Comparison

Abdelrahman Baz ambaz at iastate.edu
Mon Dec 7 01:25:36 EST 2020


Hi all,

I'm trying to compare two callgraphs and don't seem to be making any 
progress.
I construct the first callgraph, and add all of its edges to a list. I do 
the same for the second callgraph (G.reset() is called in-between). 

I compare the two edge lists by iterating over one and checking if every 
edge is found in the second list. But, Edge.equals() doesn't seem to be 
working correctly and this approach takes much time. 

Any suggestion on how to go about this?


Thanks,
Abdelrahman Baz
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20201206/a67ddcd0/attachment.html>


More information about the Soot-list mailing list