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
bfinject needs the app to be launched successfully, because it searches process name using ps.
Some applications I want to decrypt doesn't launch in jailbroken environment, so I need to decrypt them without launching it (or before launching process finishes).
Suggestion
Is it impossible to decrypt AppStore apps without launching it? The decrypting program called Clutch could do it (even though it doesn't seem to support iOS11).
Example
I could not test/decrypt/cycript com.aniplex.kirarafantasia app on AppStore [Link].
It has a jailbreak detection function when launching, and it kills itself quickly and bfinject cannot detect the app.
Please refer to the following log:
root# bash bfinject -P com.aniplex.kirarafantasia -L test
[!] "com.aniplex.kirarafantasia" was not uniquely found, please check your criteria.
The text was updated successfully, but these errors were encountered:
You could try running "killall -SIGSTOP APPNAME" when app is launched and run bfinject. Not sure if it works though. Be quick or else watchdog will kill the app if not done quickly enough. Worth a shot.
Issue
bfinject needs the app to be launched successfully, because it searches process name using
ps
.Some applications I want to decrypt doesn't launch in jailbroken environment, so I need to decrypt them without launching it (or before launching process finishes).
Suggestion
Is it impossible to decrypt AppStore apps without launching it? The decrypting program called Clutch could do it (even though it doesn't seem to support iOS11).
Example
I could not test/decrypt/cycript
com.aniplex.kirarafantasia
app on AppStore [Link].It has a jailbreak detection function when launching, and it kills itself quickly and bfinject cannot detect the app.
Please refer to the following log:
The text was updated successfully, but these errors were encountered: