首页
社区
课程
招聘
[求助]关于 unidbg 补环境报错函数的处理方法
发表于: 5天前 179

[求助]关于 unidbg 补环境报错函数的处理方法

5天前
179

本人新接触unidbg补环境,在补环境的过程中发现某些Java的返回值就是报错,那我在unidbg中跑到这个函数是应该直接throw一个异常回去还是返回一个什么值呢,求大神指点,谢谢

以下是Frida主动调用的返回值。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
com.huawei.attestation.HwAttestationManager
 
Error: java.lang.ClassNotFoundException: com.huawei.attestation.HwAttestationManager
    at <anonymous> (frida/node_modules/frida-java-bridge/lib/env.js:124)
    at value (frida/node_modules/frida-java-bridge/lib/class-factory.js:1237)
    at e (frida/node_modules/frida-java-bridge/lib/class-factory.js:643)
    at call (native)
    at <anonymous> (frida/get_profile_param.js:993)
    at <anonymous> (frida/node_modules/frida-java-bridge/lib/vm.js:12)
    at _performPendingVmOps (frida/node_modules/frida-java-bridge/index.js:250)
    at <anonymous> (frida/node_modules/frida-java-bridge/index.js:225)
    at <anonymous> (frida/node_modules/frida-java-bridge/lib/vm.js:12)
    at _performPendingVmOpsWhenReady (frida/node_modules/frida-java-bridge/index.js:244)
    at perform (frida/node_modules/frida-java-bridge/index.js:204)
    at call_internal_t_b (frida/get_profile_param.js:996)
    at <eval> (<input>:1)
    at eval (native)
    at <anonymous> (/frida/repl-1.js:34)
    at evaluate (/frida/repl-1.js:57)
    at fridaEvaluateExpression (/frida/repl-1.js:34)
    at call (native)
    at <anonymous> (frida/runtime/message-dispatcher.js:11)
    at o (frida/runtime/message-dispatcher.js:23)

求大神指点,再次感谢


[培训]Windows内核深度攻防:从Hook技术到Rootkit实战!

收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回