Results 4 comments of Hamza

@unixb0y I needed something similar and wanted to run a binary "forever", so I implemented the following workaround: https://github.com/Hamz-a/frida-android-helper/blob/787590bdfc3fb13474b90bd3e8faee567425a944/frida_android_helper/server.py#L32 Basically, your command will look like: ```python device.shell('/data/local/tmp/nc && sleep 2147483647...

@Swind I think this issue can be closed.

I forgot the `u` prefix on a bunch of strings. So now it is trying to format these ASCII strings with Unicode characters, hence it fails. Adding `u` fixes the...

https://github.com/Hamz-a/jeb4frida/commit/094830df8c129582baf80cd5af8129b7ebd6b371 Fixes the "JEB error", but would be better to encode "weird" characters for cleaner Frida scripts.