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

patch_lib.py > IndexError: list index out of range #38

Open
NikDzub opened this issue Nov 5, 2023 · 1 comment
Open

patch_lib.py > IndexError: list index out of range #38

NikDzub opened this issue Nov 5, 2023 · 1 comment
Assignees

Comments

@NikDzub
Copy link

NikDzub commented Nov 5, 2023


name: Bug report
about: Bug report
title: "[BUG]"
labels: ''
assignees: Eltion


Describe the bug
when running python3 patch_lib.py -i libsscronet.so -a arm64-v8a

Finding function offset in libsscronet_patched.so
Traceback (most recent call last):
File "/Users/ihpt/Desktop/emu/tik-by/patch_lib.py", line 72, in
File "/Users/ihpt/Desktop/emu/tik-by/patch_lib.py", line 49, in patch_function
File "/Users/ihpt/Desktop/emu/tik-by/patch_lib.py", line 21, in patch_function_arm64
IndexError: list index out of range

Method
Patched APK

App info

  • Version: tiktok-v31.5.3
  • arm64-v8a

Device info

  • Model: Google Nexus 4, Genymotion Emulator
  • Android Version: 11

Proxy tool

Logs
Finding function offset in libsscronet_patched.so
Traceback (most recent call last):
File "/Users/ihpt/Desktop/emu/tik-by/patch_lib.py", line 72, in
File "/Users/ihpt/Desktop/emu/tik-by/patch_lib.py", line 49, in patch_function
File "/Users/ihpt/Desktop/emu/tik-by/patch_lib.py", line 21, in patch_function_arm64
IndexError: list index out of range

Additional context
Doesnt work w frida as well
the app is crashing and reopening
tried with the apk file provided + download from store

Thanks

@Cryxto
Copy link

Cryxto commented Oct 15, 2024

well we got the same problem :(

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

3 participants