ChiChou/grapefruit

Warning - local regulation restrictions

novitae opened this issue · 2 comments

Hello,
I am currently having this issue:
When spawning on my Unc0ver jailbroken iPhone 6 the app 抖音 (douyin, the Chinese TikTok), here's what happens:

Capture d’écran 2022-12-03 à 23 16 03

Is it coming from the app, which is known for its crazy security measures, or from igf ? Thanks

export function check(bundle: string): boolean {
if (process.env.NODE_ENV === 'development') {
return false
}
const rules = [
'com.alibaba.',
'com.alipay.',
'com.tencent.',
'com.ss.'
]

This is by design, as some Chinese vendors sued people for reverse engineering or dynamic patching on their apps.

Thanks !