Onur Kundakçıoğlu
Onur Kundakçıoğlu
Yep. I have the same problem. URL : http://applog.musical.ly/service/2/device_register/ Response: `{"device_id":0,"install_id":0,"device_id_str":"0","install_id_str":"0","new_user":0,"server_time":1579914333}`
I've tried TikTok specific encryption files arm64-v8a / libttEncrypt.so =>` Exception in thread "main" net.fornwall.jelf.ElfException: Must be 32-bit` armeabi-v7a / libttEncrypt.so => `JNIEnv-> RegisterNatives(com/bytedance/frameworks/core/encrypt/TTEncryptUtils, unicorn@0x40004004[libttEncrypt.so]0x4004, 1) was called` and I...
You can create new script to fix with a single liner `find . -type f -exec sed -i.bkp 's/formData: formData/body: new URLSearchParams(formData as Record).toString()/' {} \; && find . -iname...