All Forge features are now available to everyone Try it now ✖

Tag: malware

  • Video Game Hacks as Malware: Reverse Engineering a Roblox Executor

    Download the krelas.exe IDA database I recently discovered how much malware is distributed through YouTube videos advertising video game hacks, and analyzing these samples has quickly become a hobby of mine. Searching “free Roblox hacks” in Youtube returns a treasure trove of skiddy malware which I use to get some fun RE practice in. The…

  • Unmarshalling Malware: Reverse Engineering a Python Infostealer on Windows

    This writeup covers my reverse engineering process and analysis on a Python based Windows infostealer that is being actively distributed online. This malware targets browser credentials, crypto wallets, Discord accounts, telegram sessions and includes persistence and privilege escalation mechanisms. The Loader The loader is being distributed as a Roblox shader installer (RobloxShaderCC Setup 1.0.0.exe). I…