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

Tag: reverse engineering

  • 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…

  • Building a Secure Malware Analysis Lab for Reverse Engineering

    This article covers how I set up a lab environment for malware analysis at home. After implementing the lab described here, you will be able to safely execute malware in your lab for analysis. Why Lab Security Matters The point of building a secure lab environment is to be able to analyze malware dynamically while…

  • 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…