Quote:
Originally Posted by sendersu
Starting from JEB 5.2, you may use the experimental “JEB Assistant” to infer names for decompiled methods and method parameters.
|
Nice feature, currently several limitations apply:
- The assistant is limited to decompiled native routines. It will not work for dex/dalvik decompilations.
- The assistant will refuse to work on overly long routines (whose decompilation exceeds several thousand characters).
- The assistant is not available via the JEB API and requests are rate-limited (at most one every 5 seconds).