Cracking my friend's paid minecraft java plugin - It was fun and learned how to crack java.(java byte-code RE)
Cracking a minecraft java plugin that's heavly obfuscated with a backend license check in-order to enable premium features using a bought license key using byte-code patching.
Simple Patch Craft - Tutorial(HellTaker Ultimate Moves)
a tutorial show's how to make a simple patches for a simple games [its kinda similar with all offline games] so you can enjoy breaking stuff ? ig.
Turning a Temporary DLC Check Fix into a Runtime Patch(reverse-engineering)
A reverse-engineering experiment examining a Steam DLC check and converting a temporary runtime modification into a reusable patch.
Half Exploiting an Xprinter XP-410B Over Bluetooth(hardware-re)
Reverse engineering an Xprinter XP-410B from the Linux CUPS filter to BLE GATT, recovering the TSPL command path, capturing direct printer commands, and discovering the printer's resident flash files.
From Subdomain Enumeration to Reverse Engineering a Leaked Bot Token(security)
A SuperALTS security research write-up covering subdomain enumeration, exposed infrastructure, a public file manager, leaked application artifacts, and reverse engineering an encrypted bot secret.
Observing AnyDesk Connection Attempts with Wireshark and tcpdump(networking)
A controlled lab experiment observing network traffic generated when an AnyDesk connection is initiated.
Four random challenges, four different techniques(nexsus)
A batch of challenges by @Zx41R solved back to back: a stack-string decode, live memory editing with Cheat Engine, an env-var-gated XOR+ROL cipher chain, and a binary that builds a flag out of word/byte pairs that have to be reordered using a separate notes file.
Cracking a simple XOR-obfuscated password check(crackme)
Static analysis in IDA Pro on a random crackme, from string xrefs down to a manual XOR decode of the password.