[feature] Persistent jadx attributes #2366
Labels
Core
Issues in jadx-core module
discussion
GUI
Issues in jadx-gui module
jadx-api
jadx-plugin
new feature
Now jadx attributes attached to nodes not saved in code cache. And if some classes instead decompilation were loaded from cache, they will not have expected attributes. The current workaround is to force class decompilation, but this can be long and greatly reduce code cache efficiency.
Saving and loading attributes will simplify code and reduce the amount of issues caused by incorrect work with code cache.
Implementation requirements:
Related to PR #2362 and slightly #2188
The text was updated successfully, but these errors were encountered: