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

frida.core.RPCException #13

Closed
mail2chensh opened this issue Feb 11, 2019 · 3 comments
Closed

frida.core.RPCException #13

mail2chensh opened this issue Feb 11, 2019 · 3 comments
Labels

Comments

@mail2chensh
Copy link

mail2chensh commented Feb 11, 2019

Device: iPhone5 (32bits)
System: iOS10.0.2
use h3lix to jailbreak.

target App: 钉钉(v4.6.11)

logs:

frida-ipa-dump git:(master) ./dump.py com.laiwang.DingTalk
[info] attaching to target
[info] decrypting module DingTalk
[info] decrypting module DTMainBasicFramework
[info] decrypting module DTSharedFramework
[info] decrypting module DTExtBasicFramework
plugin com.laiwang.DingTalk.NotificationContentExtension, pid=582
[info] decrypting module DingTalkNotificationContentExtension
[info] decrypting module DTExtBasicFramework
plugin com.laiwang.DingTalk.NotificationServiceExtension, pid=585
[info] decrypting module DingTalkNotificationServiceExtension
[info] decrypting module DTExtBasicFramework
Traceback (most recent call last):
  File "./dump.py", line 246, in <module>
    main()
  File "./dump.py", line 242, in main
    task.run()
  File "./dump.py", line 220, in run
    self.dump()
  File "./dump.py", line 159, in dump
    self.dump_with_plugins()
  File "./dump.py", line 179, in dump_with_plugins
    pid = self.script.exports.launch(identifier)
  File "/Library/Python/2.7/site-packages/frida/core.py", line 322, in method
    return script._rpc_request('call', js_name, args)
  File "/Library/Python/2.7/site-packages/frida/core.py", line 250, in _rpc_request
    raise result[2]
frida.core.RPCException
@ChiChou
Copy link
Owner

ChiChou commented Feb 11, 2019

It is known that on iOS 10 assertd will terminate extension process in a very short time. Will resolve this

@vin-zhou
Copy link

Device: iPhone6S plus
System: 9.0.2
Jailbreak

Meet the same error.

@ChiChou
Copy link
Owner

ChiChou commented Nov 4, 2019

We got a jetsam patch now

@ChiChou ChiChou closed this as completed Nov 4, 2019
@ChiChou ChiChou added the jetsam label Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants