Skip to content

Sunshday/XAPKDetector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,445 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Donate GitHub tag (latest SemVer) GitHub All Releases gitlocalized

XAPKDetector is Android/APK/DEX detector for Windows, Linux and MacOS.

XAPKDetector shows an information about build tools, libraries and protection of APK/DEX files

  • Heuristic scan
  • String viewer
  • Hex viewer
  • Entropy viewer
  • Hash viewer
  • ELF viewer
  • DEX raw viewer

alt text

There are two versions of program.

xad - GUI version xadc - console version.

alt text alt text alt text alt text alt text alt text alt text

How to build on Linux

Install Qt 5.15.1: https://github.com/horsicq/build_tools

Clone project: git clone --recursive https://github.com/horsicq/XAPKDetector.git

Edit build_lin64.bat ( check QT_PATH variable)

Run build_lin64.bat

How to build on OSX

Install Qt 5.15.1: https://github.com/horsicq/build_tools

Clone project: git clone --recursive https://github.com/horsicq/XAPKDetector.git

Edit build_mac.bat ( check QT_PATH variable)

Run build_mac.bat

How to build on Windows(XP)

Install Visual Studio 2013: https://github.com/horsicq/build_tools

Install Qt 5.6.3 for VS2013: https://github.com/horsicq/build_tools

Install 7-Zip: https://github.com/horsicq/build_tools

Clone project: git clone --recursive https://github.com/horsicq/XAPKDetector.git

Edit build_winxp.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables)

Run build_winxp.bat

How to build on Windows(7-10)

Install Visual Studio 2019: https://github.com/horsicq/build_tools

Install Qt 5.15.1 for VS2019: https://github.com/horsicq/build_tools

Install 7-Zip: https://github.com/horsicq/build_tools

Clone project: git clone --recursive https://github.com/horsicq/XAPKDetector.git

Edit build_win64.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables)

Run build_win64.bat

alt text

About

APK/DEX detector for Windows, Linux and MacOS.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 44.6%
  • QMake 20.7%
  • Batchfile 18.0%
  • Shell 14.8%
  • C 1.9%