home page
MiWifi router firmware structure analysis
Xiaomi’s firmware can be read by mkxqimage tool, […].../ ➝
Disable Image Signing Enforcement (Code Integrity Protect) in Hyper-V worker process vmwp.exe
In Windows 10 18H2 or 19H1, Hypev-V hardened their work […].../ ➝
Writing an GRUB module
Recently I’m writing a GRUB module. And to be hon […].../ ➝
Reverse engineering checkra1n stage2(pongoOS) and stage3(kpf) binary
Note: The related binaries can be found on https://gith […].../ ➝
[IDAPython]: Fast make everywhere as function in specified region
def make_all_func(start,end): cur = start while True: p […].../ ➝
Fuck Google Chrome’s HSTS feature
In Chrome 63, Google claimed that .app and .dev are ne […].../ ➝
How to traverse through a binary tree with parent node pointer (without stack, without recursion)
Recently I have some research coding works, and I’ […].../ ➝
Fix VMware hostd ResourceInUseException failure
As indicated by its name, “ResourceInUseException […].../ ➝
Reverse Engineering of newly introduced “IconLayouts” registry value
UPDATED 2019.08.07: Tested also working with 1903 Recen […].../ ➝