Skip to content

Instantly share code, notes, and snippets.

View nguyentruong190's full-sized avatar

nguyen nguyentruong190

View GitHub Profile
@nguyentruong190
nguyentruong190 / _deobfuscating-unminifying-obfuscated-web-app-code.md
Created April 30, 2025 19:16 — forked from 0xdevalias/_deobfuscating-unminifying-obfuscated-web-app-code.md
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
public class EncryptPasswordKeyFetch
{
static string public_key;
static byte key_id;
public static void GetPwdKeyFetch()
{
Leaf.xNet.HttpRequest request = new Leaf.xNet.HttpRequest();
Leaf.xNet.RequestParams requestParams = new Leaf.xNet.RequestParams();
requestParams["version"] = "2";
requestParams["flow"] = "CONTROLLER_INITIALIZATION";