Albatross Server is the core component of the Albatross dynamic instrumentation tool. It enables Albatross not only to be packaged into an app but also to be dynamically injected. It is responsible for running Albatross plugins on the target device, achieving real-time instrumentation, code modification, and monitoring of the target application.
Stars
100
Forks
25
Watchers
100
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
77
commits
1
commits
Adapt to the changes in the server-side API and add the necessary app information when adding rules.
db67ea0View on GitHubAdd the API for granting permissions and optimize the interception of system applications
4a52e72View on GitHubAdjust the code length that may be inline before application new.
26a587fView on GitHubWhen registering a plugin, send the app package name and version information also
4024fbfView on GitHubSupport obtaining configuration file by reading environment variables
12f526bView on GitHubThe plugin adds callback methods beforeNewApplication and afterNewApplication
71e7f4fView on GitHub