# BehaviorTracker **Repository Path**: liuyufei/BehaviorTracker ## Basic Information - **Project Name**: BehaviorTracker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-03-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #BehaviorTracker When a application is running, it will do a lot of operations. Most of the time we do know the application make the operation but we cann't see the operation details. In order to find the unknown operation and show the details of the operation we make the tool BehaviorTracker(BT). BT is aimed on tracking the application's behavior. We use dynamic hooking technique to develop the tool and it's based on Xposed framework, so if you want to know how the dynamic hooking works please refer to the Xposed on github. The operation list below is what we want to hook and display the detail (include parameter&content): A. Data Storage -File -Database -SharedPreference -Log B. NetWork operation (what will be sent to the Internet & what will receive) C. Cipher operation D. Shell operation