Skip to content
Jordan Samhi edited this page Aug 25, 2023 · 4 revisions

Welcome to AndroSpecter!

Welcome to the official wiki for AndroSpecter, a robust library designed to facilitate the static analysis of Java programs and Android apps. Whether you're a developer, researcher, or tech enthusiast, this wiki provides comprehensive documentation to help you get started and dive deep into the capabilities of AndroSpecter. 🚀 With features like APK file downloading, FlowDroid analyses initialization, bytecode instrumentation, library management, Redis interaction, method signature conversion, and various utility functions, AndroSpecter simplifies and accelerates your development and research processes.

Explore the capabilities of classes like AndroidAppInspector, AndroidAppsProcessor, FlowdroidUtils, SootUtils, CommandLineOptions, Instrumenter, LibrariesManager, SystemManager, and many more. For detailed information about each class and feature, please refer to the table of contents on the right side of the screen ➡️

Getting Started 🚀

Importing with Maven

To use AndroSpecter in your Maven project, simply add the following dependency to your project's pom.xml file:

<dependency>
    <groupId>com.jordansamhi</groupId>
    <artifactId>AndroSpecter</artifactId>
    <version>1.X.Y</version>
</dependency>

⚠️ Find the latest version of the AndroSpecter library here.

Usage

A comprehensive guide to using each class and its methods is available throughout this wiki, accessible through the table of contents on the right ➡️

If you have any questions, issues, or feedback, please don't hesitate to contact us.

Your contributions and insights are always welcome! 🌟