Skip to content

itsMajid-dev/apk_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apk_editor

Autopsy of Android software with Python! 👽

APK editor

APK

Warning

This software is completely written in Python and is free, but the source is close. Message me to get the source code

Android software analysis (apk) With this program, you can extract various information from APK packages Information such as:

  1. Software Access
  2. Photos and icons used
  3. Libraries used
  4. Fonts used
  5. Basic information (version, package name, packages, configs, settings, etc.)
  6. Application services
  7. Data recipients
  8. And... You can also extract different files from it. (extracting any type of file in any format)

Each apk file only needs to extract data from it once, so extract it once and see the information again and again.

Features

  1. One time processing
  2. Get information about all apk versions
  3. ...

Written by

Python and 14 Python packages

download & INSTALL

To install look for a file called Setup_ANALISE.exe in this repository and download it.📥

APK APK

Installing the software is very simple, with just a few clicks

RUN

After installation, if you click the add to desktop option, the program shortcut will be created, or by going to the installation path, Then click on the executable file (exe) to run the program
Tip » At first, it may take some time for the program to run, wait a little...

APK

Options:

  1. Analysis (click here to analyze apk)
  2. History (shows the name of the analyzed software)
  3. Memory management (shows the amount of used memory, with this option you can clear the used memory)

Analysis

To analyze, click on the files option from the top menu and then the "select" option and choose an APK format file.

APK APK

Wait for the files and data to be extracted.Wait until the close button appears
Tip » If you have already selected the program for analysis, there is no need to wait You can immediately close the window.

options

base data

APK

This menu displays the basic and basic information of the software, with the options below, you can view this information (plus other information) in formats

Excel file
html file
json file
And even in text form
save

The file is created in the path of the apk file.

images

Use this menu to extract icons or all used photos (in any format!). Depending on the number of images, the extraction operation takes time.

APK APK

fonts

Click this option for the names of the fonts used Returns a list of used fonts It may not recognize all fonts

APK

files

Use this option to extract any type of file (in any type of format!). Click on the combo box to display a list of suggested files Or extract the desired file by selecting the desired format in the box After specifying the file, specify the folder where the extracted files will be copied Then wait for the extraction operation to finish.

APK

dev data

This menu extracts more information Information such as:

  1. Access
  2. Activities
  3. Services used
    You can also open the program page in Google Play with the "google play" option And see more information.

APK

Access & permissions

APK

The permissions option , shows the permissions that the software needs You write each access in one line, you can search the lines in Google to find out what the software is

services

APK

The services option shows a list of services used in the software, get more information by searching for each service.

and other

History

APK

In this section, it shows a list of the names of the applications that have been analyzed. If the names of the software are included in this table, the information has been extracted correctly.

memory manager

APK

This option shows the amount of memory used. In order to double the speed of analysis, the program stores information and files of all software in one place of the system. so that if you choose the same program for analysis, it will show the information quickly and without the need for additional processing. This work occupies the system volume over time (Analysis of at least 3 software) use this option

APK APK

Help

APK

other informations:

🟩RAM : 67 Mb to 300 Mb
🟩DISK : 17 Mb/s
🟩number of package : 14
🟩line code ~ 800 line
🟩size : 36 Mb
🟩language : python3

About

Autopsy of Android software with Python! 👽

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors