-
Notifications
You must be signed in to change notification settings - Fork 981
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
请教如何处理android获取磁盘使用情况函数statfs,模拟返回磁盘空间大小 #76
Comments
暂时先自己改unidbg源码实现 |
测试示例:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个函数在syscall hook中有处理:
case 266:
u.reg_write(ArmConst.UC_ARM_REG_R0, statfs(emulator));
return;
我想模拟返回磁盘空间大小,该如何处理?谢谢!
The text was updated successfully, but these errors were encountered: