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

[feature request] TreeMap chart for symbols #131

Open
Decencies opened this issue Jul 27, 2023 · 1 comment
Open

[feature request] TreeMap chart for symbols #131

Decencies opened this issue Jul 27, 2023 · 1 comment
Labels
enhancement New feature or request p: low low priority user interface affects the enigma ui

Comments

@Decencies
Copy link
Contributor

It would be nice to incorporate a TreeMap view which displays the symbols found within the program.

Perhaps we could associate code with "Modules", where we group features of code which cooperate with each other. (this is only really helpful if the target program strips packages or uses package hierachy obfuscation)

See: This TreeMap for a visual reference.

We can also associate each (class) item with a color, indicating the % of mappings which have been associated with that symbol.

@ix0rai ix0rai added enhancement New feature or request user interface affects the enigma ui labels Jul 27, 2023
@ix0rai
Copy link
Member

ix0rai commented Jul 27, 2023

worth noting is that we already generate graphs with AnyChart for stats, so this should be pretty simple to do. I don't think we should do any fancy stuff, just group via package

@ix0rai ix0rai added the p: low low priority label Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p: low low priority user interface affects the enigma ui
Projects
None yet
Development

No branches or pull requests

2 participants