Skip to content
New issue

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

How can i get the rebase #2

Open
vividmuse opened this issue Jul 18, 2022 · 2 comments
Open

How can i get the rebase #2

vividmuse opened this issue Jul 18, 2022 · 2 comments

Comments

@vividmuse
Copy link

Use the samples ofbu.apk and the dump_flutter_memory.js i get a error

Spawned fr.carameldunes.nyanyarocket. Resuming main thread!
[Pixel::fr.carameldunes.nyanyarocket]-> Hooking libapp: 0x719a311000
SharedPreferences::getInstance()
X27: 0x7000600040
Default flutter memory 0x7200000000 seems incoherent with X27 0x7000600040
Please modify FLUTTER_MEM_START, FLUTTER_MEM_END

@vividmuse
Copy link
Author

and how can i get SHARED_PREF_GET_INSTANCE_OFFSET?

@alexander-pick
Copy link

You can get the SHARED_PREF_GET_INSTANCE_OFFSET by looking at libapp.so in IDA Pro. If you open the arm64-v8a version of the sample you will find a function named SharedPreferences.getInstance() at offset 6D4F88. Lumina will rename the function for you, so it is easy to spot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants