Vessel Cartographer - HTB CyberApocalypse 2023 retr0ds 2023-03-24 Reversing tl;dr Dynamically resolved hashed API Tls_call_back based anti-debug check AntiDebugFlag check implemented using ProcessInformationClass AES_CBC decryption of image to find flag Read More Writeup HTBCA23 Reversing AES_CBC
dummyper - AeroCTF 2021 fug1t1v3 2021-02-28 Reversing / Linux tl;dr The dump has some encrypted functions The encrypted bytes are being xorred with a 32 byte key Find the xor_key in the dump Use xor_key offset to find the offset of AES_key and iv AES_CBC decrypt to find flag Read More Linux Reversing AES_CBC AeroCTF