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] Plugin storage #2188

Open
ykaridi opened this issue May 21, 2024 · 4 comments
Open

[feature] Plugin storage #2188

ykaridi opened this issue May 21, 2024 · 4 comments
Assignees
Milestone

Comments

@ykaridi
Copy link

ykaridi commented May 21, 2024

Describe your idea

Hi,
I am writing a plugin for JADX to allow synchronization of symbols across multiple users & connect to JEB users as well. Is there a way for plugins to store data associated with a JADX project? In JEB the analogue would be com.pnfsoftware.jeb.core.units.IMetadataManager

Thanks!

@skylot
Copy link
Owner

skylot commented May 21, 2024

Is there a way for plugins to store data associated with a JADX project?

No, this is not possible for now.
I will add API for store objects in jadx project file.
Also, it may be helpful to add API allowing to store raw files in jadx config directory.

@skylot skylot added this to the TBD milestone May 21, 2024
@ykaridi
Copy link
Author

ykaridi commented May 21, 2024

Is there perhaps a way to store informations coupled with a method/function/class object? Persistent annotations or something of the sort? what is saved in the jadx project file except for names?

@ykaridi
Copy link
Author

ykaridi commented Jul 23, 2024

Is there anything new?

@skylot
Copy link
Owner

skylot commented Jul 23, 2024

@ykaridi sorry, no updates 😭
Also, storing metadata for nodes is slightly different from what I understand at first. And that change require a lot of refactorings, because jadx already have similar functionality, but it is not universal and store only specific data (renames and comments).

@skylot skylot self-assigned this Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants