Inspeckage 是一个用于对 Android 应用进行动态分析的工具。通过对 Android API 函数应用钩子(hooks),Inspeckage 可以帮助您理解 Android 应用在运行时的行为。
通过 Inspeckage,我们可以获取大量有关应用行为的信息:
通过钩子,我们可以实时查看应用正在做什么:
通过 Xposed,可以执行诸如启动未导出的 Activity 等操作:
尽管我们的工具对 HTTP 库有一些钩子,但使用外部代理工具仍然是分析应用流量的最佳选择。通过 Inspeckage,您可以:
Logcat.html 页面。一个实验性页面,通过 WebSocket 显示 logcat 中的一些信息。
要求:Xposed 框架
从 Xposed 仓库获取:http://repo.xposed.info/module/mobi.acpm.inspeckage
adb install mobi.acpm.inspeckage.apk
欢迎下载源码!
adb uninstall mobi.acpm.inspeckage
然后重启!
Copyright 2016 ac-pm
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.