Android:是否可以观察系统调用?

发布于 2024-08-07 21:34:13 字数 97 浏览 1 评论 0原文

我想知道是否有一种方法可以使用服务来观察 Android 中的系统调用...使用 Java 是否可以远程实现类似的操作,或者我是否必须深入了解本机代码...?

谢谢

I was wondering if there is a way to observe the system calls in Android using a service... Is something like this remotely possible using Java or do I have to get down into native code...?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

七色彩虹 2024-08-14 21:34:13

如果您 root 手机并安装 Debian,您应该能够从存储库安装 strace。 Android 版 Debian 安装指南位于此处

If you root the phone and install Debian, you should be able to install strace from the repositories. Debian install guide for Android here.

恋你朝朝暮暮 2024-08-14 21:34:13

系统调用是指电话铃响、wifi 连接等时的调用吗?这些事情是由广播意图处理的。

By system calls do you mean when the phone rings, wifi connects and etc? Those things are handled by Broadcast intents.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文