โ† Back to projects

PulseAPK-Core Project

Professional-grade APK reverse engineering toolkit

Visit project link โ†’

PulseAPK-Core is a professional-grade, cross-platform toolkit for Android APK reverse engineering and security analysis.
Built with .NET 8 + Avalonia, it provides an end-to-end workflow for:


๐Ÿ”ง Main Workflow Areas

1) Decompile

Decode an input APK into a working project directory.

Typical flow:
Select APK โ†’ Set output folder โ†’ Run decompile


2) Build

Rebuild a decompiled project back into an APK.

Typical flow:
Select project folder โ†’ Choose output path/name โ†’ Build (optionally sign)


3) Patch APK

Apply patching operations to APK/project sources.

Typical flow:
Load APK/project โ†’ Select patch options โ†’ Run patch โ†’ Verify result


4) Analyzer

Run static analysis on decompiled Smali/resources to identify security indicators.

Typical flow:
Decompile first โ†’ Run analyzer โ†’ Review findings โ†’ Export report


โญ Key Features


๐Ÿ“ Important Project Files


๐ŸŽฏ Project Objectives