-
Notifications
You must be signed in to change notification settings - Fork 467
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
Add Call Graph [WIP] #605
Add Call Graph [WIP] #605
Conversation
1f82b6e
to
c3bff68
Compare
This PR is stuck, as it needs an inheritance graph which can resolve methods correctly compliant with JVM behavior. |
Thanks to @xxDark with https://jitpack.io/#xxDark/jlinker , I will try to implement further calls. |
On another note, I will probably switch to a standalone tab/window (dock) instead of it being at the right. |
b5e7648
to
0cfbcc4
Compare
recaf-ui/src/main/java/me/coley/recaf/ui/context/MethodContextBuilder.java
Show resolved
Hide resolved
It just reloads the whole damn thing, as it leaves some zombie vertices and calls.
a152252
to
aa77944
Compare
Migrated to new branch under: https://github.com/Col-E/Recaf/tree/dev4/recaf-api/src/main/java/software/coley/recaf/services/callgraph Anything seem to be missing? |
Its finally been ported over to dev4 🥳 |
Closing now that 4.X has the same functionality, we can continue from there rather than on this 3.X branch |
TODO:
Make Toggle for Call Graph