Skip to content

the fastest and most powerful android decompiler(native tool working without Java VM) for the APK, DEX, ODEX, OAT, JAR, AAR, and CLASS file. which supports malicious behavior detection, privacy leaking detection, vulnerability detection, path solving, packer identification, variable tracking, deobfuscation, python&java scripts, device memory ext…

License

Notifications You must be signed in to change notification settings

charles2gan/GDA-android-reversing-Tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDA(GJoy Dex Analysizer)

GDA is a new decompiler written entirely in c++. so it does not rely on the Java platform, which is succinct, portable and fast, and supports APK, DEX, ODEX, oat files.

Interactive operation:
  	1.X-references for strings, methods and field;
  	2.searching for strings, methods and field;
  	3.comments for java code;
  	4.modification the name of methods,field and class;
  	5.saving the analysis results in gda db file.
 	...
  
Practical Tools for Assisted Analysis:
 	1.extracting DEX from ODEX;
 	2.extracting DEX from OAT;
	3.XML Decoder;
	4.algorithm tool;
	5.device memory dump;
	...
    
New features:
	1.Brand new daviki decompiler in c++ with friendly GUI;
	2.Suport python script
	3.packers Recognition;
	4.Multi-DEX supporting;
	5.making and loading signature of method 
	6.Malicious Behavior Scanning by API chains;
	7.taint anlysis to preview the behavior of variables;
	8.taint anlysis to trace the path of varibales;
	9.de-obfuscate;
	10.API view with x-ref;
	11.Association of permissions with modules;
	...

Installing

not yet, just double-click the bin and you can enjoy it.

Supported platforms

Only for windows

Usage:

https://github.com/charles2gan/GDA-android-reversing-Tool/wiki

About

the fastest and most powerful android decompiler(native tool working without Java VM) for the APK, DEX, ODEX, OAT, JAR, AAR, and CLASS file. which supports malicious behavior detection, privacy leaking detection, vulnerability detection, path solving, packer identification, variable tracking, deobfuscation, python&java scripts, device memory ext…

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published