Skip to content

Instantly share code, notes, and snippets.

@koai-dev
koai-dev / xapktool.md
Created February 7, 2026 20:58
Convert XAPK to APK (using xapktool.com)

Convert XAPK to APK for Android Reverse Engineering

What is XAPK?

XAPK is a file format used to distribute Android applications that include:

  • The main APK file
  • Additional OBB / data resources

It is commonly used by third-party app stores to bundle large applications.

@koai-dev
koai-dev / info_countries.json
Created January 29, 2026 05:25
Country info
[
{
"id": 1,
"name": "Afghanistan",
"code": "AF",
"isoAlpha3": "AFG",
"isoNumeric": 4,
"currency": {
"code": "AFN",
"name": "Afghani",