| testMod | ||
| testScripts | ||
| upper | ||
| .gitignore | ||
| idapro_90_x64linux.run | ||
| json.hpp | ||
| log.cpp | ||
| log.h | ||
| README.md | ||
| usbFilter.cpp | ||
| usbFilter.h | ||
目录说明
scripts为Frida注入脚本;testScripts为常规测试时所使用的测试脚本,主要为了寻找函数入口和验证功能;testMod为常规测试时用所使用的内核模块,主要查看到内核处的数据如何;upper为动态库的上位机调试程序;usbFilter.h/cpp为动态库实际实现代码;
软件需求
- Frida
- libudev,用于查找设备