You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting and for the sample dex file. This a nice and small sample code. May be it is time to set-up some unti-tests to ensure correctness of the different snippets that can be generated.
@jpstotz this issue not actually related to frida/xposed snippets, this is an issue in jadx core of incorrect processing of moved/inlined classes (related to #1422), through this method not moved but code incorrectly calculate a class parent (got an additional 'parent'). I commit a fix for that, please check it, because it can bring regressions. And I definitely need more test cases for jadx core API 😢
link: https://drive.google.com/file/d/13OflkLZUEUXDYqxwujTVCwqEuLy2IRZW/view?usp=sharing
Method Name:a.a.a.a$c.run()
The class is a.a.a.a$c, but jadx recognizes it as a.a.a.a.
This also causes the generated frida code and xposed code to use the wrong class name.
The text was updated successfully, but these errors were encountered: