Skip to content

Mapping of varible names #999

Answered by brenhub24
SmakshiA asked this question in Q&A
Jul 31, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Jimple is generated from the bytecode. If your bytecode doesn't have local variable names then there's no way Jimple has them.

See https://stackoverflow.com/questions/15357717/why-my-compiled-class-has-its-methods-local-variables-renamed

Maybe try to compile your bytecode with -g or -g:vars?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@swissiety
Comment options

@SmakshiA
Comment options

Answer selected by SmakshiA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants