All Projects → horsicq → Xapkdetector

horsicq / Xapkdetector

Licence: mit
APK/DEX detector for Windows, Linux and MacOS.

Projects that are alternatives of or similar to Xapkdetector

Nauz File Detector
Linker/Compiler/Tool detector for Windows, Linux and MacOS.
Stars: ✭ 146 (-29.81%)
Mutual labels:  malware-analysis, malware-research, malware-detection, reverse-engineering
Drsemu
DrSemu - Sandboxed Malware Detection and Classification Tool Based on Dynamic Behavior
Stars: ✭ 237 (+13.94%)
Mutual labels:  malware-analysis, malware-research, malware-detection, reverse-engineering
Apkfile
Android app analysis and feature extraction library
Stars: ✭ 190 (-8.65%)
Mutual labels:  malware-analysis, malware-research, malware-detection, reverse-engineering
Apkid
Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android
Stars: ✭ 999 (+380.29%)
Mutual labels:  malware-analysis, malware-research, malware-detection
Pafish
Pafish is a testing tool that uses different techniques to detect virtual machines and malware analysis environments in the same way that malware families do
Stars: ✭ 2,026 (+874.04%)
Mutual labels:  reverse-engineering, malware-analysis, malware-research
Apklab
Android Reverse-Engineering Workbench for VS Code
Stars: ✭ 470 (+125.96%)
Mutual labels:  malware-analysis, malware-detection, reverse-engineering
Simplify
Android virtual machine and deobfuscator
Stars: ✭ 3,865 (+1758.17%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Antidebugging
A collection of c++ programs that demonstrate common ways to detect the presence of an attached debugger.
Stars: ✭ 161 (-22.6%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Drebin
Drebin - NDSS 2014 Re-implementation
Stars: ✭ 52 (-75%)
Mutual labels:  malware-analysis, malware-research, malware-detection
Malware Feed
Bringing you the best of the worst files on the Internet.
Stars: ✭ 69 (-66.83%)
Mutual labels:  malware-analysis, malware-research, malware-detection
Detect It Easy
Program for determining types of files for Windows, Linux and MacOS.
Stars: ✭ 2,982 (+1333.65%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Pev
The PE file analysis toolkit
Stars: ✭ 422 (+102.88%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Dex Oracle
A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis
Stars: ✭ 398 (+91.35%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Drakvuf Sandbox
DRAKVUF Sandbox - automated hypervisor-level malware analysis system
Stars: ✭ 384 (+84.62%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Sojobo
A binary analysis framework
Stars: ✭ 116 (-44.23%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Malwarelab vm Setup
Setup scripts for my Malware Analysis VMs
Stars: ✭ 126 (-39.42%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Malware Analysis Scripts
Collection of scripts for different malware analysis tasks
Stars: ✭ 61 (-70.67%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Polichombr
Collaborative malware analysis framework
Stars: ✭ 307 (+47.6%)
Mutual labels:  malware-analysis, malware-research, reverse-engineering
Stoq
An open source framework for enterprise level automated analysis.
Stars: ✭ 352 (+69.23%)
Mutual labels:  malware-analysis, malware-research, malware-detection
Awesome Yara
A curated list of awesome YARA rules, tools, and people.
Stars: ✭ 1,394 (+570.19%)
Mutual labels:  malware-analysis, malware-research, malware-detection

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].