XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime system for intercepting and modifying Java method calls within the Android operating system and installed applications. The project provides a mechanism for zygote process injection, ensuring that all spawned applications inherit the instrumentation logic. It enables the modification of internal Android system behaviors through method proxying and Java reflection to access private internal system members. The framework supports dynamic Android instrumentation and runtime analysis,
AhMyth-Android-RAT is a remote administration tool and framework designed for deploying and controlling remote access trojans on Android operating systems. It functions as a remote device management suite that pairs a desktop control panel with a mobile client to manage and monitor Android hardware. The system includes an Android APK generator used to build custom application packages that establish remote connections between a target device and a controller. This allows for the generation of backdoor packages to facilitate remote administration. The framework covers capabilities for remote
This Python library is a private API wrapper that provides programmatic access to Instagram features by communicating with internal mobile endpoints. It functions as a social media automation toolkit for managing profiles, publishing media, and interacting with the social graph. The library uses a reverse-engineered API to mimic the communication patterns and request headers of mobile applications. It incorporates a session manager that persists authentication cookies and client metadata to maintain active logins and reduce the frequency of authentication handshakes. Its capabilities cover m
This project is an Android hidden API wrapper and system API bridge that provides access to internal Android system classes and resources. It enables compilation and execution of code against non-public Android framework methods and internal classes by replacing the standard platform jar.
Las características principales de anggrayudi/android-hidden-api son: Hidden API Access, Internal Resource Accessors, Framework Development, Internal Resource Access, Hidden API Wrappers, Internal API Access, System API Bridges, Hidden API Invocations.
Las alternativas de código abierto para anggrayudi/android-hidden-api incluyen: rovo89/xposedbridge — XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime… ahmyth/ahmyth-android-rat — AhMyth-Android-RAT is a remote administration tool and framework designed for deploying and controlling remote access… ackites/nrfr. ping/instagram_private_api — This Python library is a private API wrapper that provides programmatic access to Instagram features by communicating… sebastianbergmann/object-reflector — Object-reflector is a Python object reflection library and dynamic attribute access tool. It functions as an object… doctrine/instantiator — Instantiator is a PHP library designed to create class instances without invoking their constructors. It uses the PHP…