Giter Site home page Giter Site logo

apkprofiler's Introduction

APKProfiler: An Android application decompilation and feature extraction library

What is it?

APKProfiler is a .NET Core library, written in C#, that comes with a console application project which uses the library to:

  1. Decompile APK files that are given as input by the use.
  2. Parse AndroidManifest.xml.
  3. Parse .smali files.
  4. Parse application's X509Certificate, if found.
  5. Export the extracted data from the Manifest and the smali files into one tabbed .xlsx spreadsheet.
  6. Export certificate info into a .txt file.

Requirements

  • Apktool
  • Java 8+ (JRE 1.8+)

Information the library extracts

  • Package Name
  • Compile SDK Version
  • Permissions
  • Intents
  • Services
  • Activities
  • Broadcast Receivers
  • Content Providers
  • IP Addresses
  • URLs
  • API Calls
  • Certificate Information

Output Samples

Spreadsheet

Permissions tab

Screenshot

Intents tab

Screenshot

API Calls tab

Screenshot

Certificate file

Screenshot

Performance

Smali parsing performance (apk size, time elapsed in seconds, number of smali files):

328 KB - 0.7016009 sec - 174 files

2,639 KB - 0.1796747 sec - 13 files

15,997KB - 27.2427558 sec - 3,516 files

19,796 KB - 442.0275402 sec - 34,449 files

36,663 KB - 10.4447741 sec - 1,139 files

Time - Size Chart

ScreenShot

Time - Number of Files Chart

ScreenShot

apkprofiler's People

Contributors

giannisgre avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.