Tag: reverse-engineering
- Game Hacking: Extracting Meshes to Make a Minimap HUD (08 Dec 2021)
Extracting/ripping game meshes to create a minimap Heads Up Display (HUD) showing player position. - Exploring the WinDbg Preview JavaScript API (22 Oct 2021)
Trying to recreate the x32dbg/x64dbg stacktrace and dereferencing features in WinDbg Preview by leveraging its JavaScript API. Additionally, playing with Time Travel Debugging (TTD) and inspecting memory on the heap. POC included. - Hacking Electron Apps: Joplin (12 Oct 2021)
Adding custom functionality to the Joplin note-taking app by injecting arbitrary JavaScript into source code. POC included. - Android Hacking Tips and Tricks with Frida & BurpSuite (10 Oct 2021)
Learning by modifying an android .apk, intercepting + decrypting network traffic, and poking at game memory (changing function arguments + return values / calling functions by virtual address).