We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
反编译代码的变量名在 NameGen 中计算得到
看样子是根据使用第一个 ssaVar
调试调用栈
看起来应该在这修改,就可以生成更好的变量名
比如上面图,变量名可以根据 ("import { default as hilog } from "@ohos:hilog"") 改成 hilog
("import { default as hilog } from "@ohos:hilog"")
hilog
针对 ABC 可以根据特殊字节码函数生成合适的变量名
The text was updated successfully, but these errors were encountered:
3a0b904
Sorry, something went wrong.
magiclf-dec
No branches or pull requests
反编译代码的变量名在 NameGen 中计算得到
看样子是根据使用第一个 ssaVar
调试调用栈
看起来应该在这修改,就可以生成更好的变量名
比如上面图,变量名可以根据
("import { default as hilog } from "@ohos:hilog"")
改成hilog
针对 ABC 可以根据特殊字节码函数生成合适的变量名
The text was updated successfully, but these errors were encountered: