Tag

ReverseEngineering

0 views collected around this technical thread.

JD Tech Talk
JD Tech Talk
Sep 27, 2018 · Mobile Development

Analyzing and Decompiling WeChat Mini‑Program .wxapkg Files to Recover Source Code

This article explains how to dissect a WeChat mini‑program .wxapkg package, examines the structure and purpose of compiled files such as app‑config.json, app‑service.js, page‑frame.html and resource assets, and provides step‑by‑step Node.js scripts to automatically restore the original source files for further development and debugging.

MiniProgramReverseEngineeringWeChat
0 likes · 14 min read
Analyzing and Decompiling WeChat Mini‑Program .wxapkg Files to Recover Source Code
JD Tech Talk
JD Tech Talk
Sep 27, 2018 · Information Security

Practical Guide to Extracting and Decompiling WeChat Mini Program .wxapkg Files

This step‑by‑step tutorial shows how to obtain a Mini Program's .wxapkg package from a jail‑broken iPhone or rooted Android device, copy it to a computer, and unpack it with open‑source scripts to reveal the obfuscated JavaScript, configuration and resource files.

AndroidMiniProgramMobileSecurity
0 likes · 9 min read
Practical Guide to Extracting and Decompiling WeChat Mini Program .wxapkg Files
JD Tech Talk
JD Tech Talk
Sep 25, 2018 · Mobile Development

How to Obtain and Unpack WeChat Mini Program .wxapkg Files (Part 1)

This step‑by‑step tutorial explains how to locate the .wxapkg package of a WeChat Mini Program on a jail‑broken iPhone or rooted Android device, copy it to a computer, and unpack it to reveal the obfuscated JavaScript, JSON configuration, WXML, WXSS and resource files.

AndroidMiniProgramReverseEngineering
0 likes · 7 min read
How to Obtain and Unpack WeChat Mini Program .wxapkg Files (Part 1)