XaiJu
oalabs

oalabs

patreon


oalabs posts

Installing ScyllaHide (x64dbg) To Hide Your Debugger

In this tutorial we will install and configure ScyllaHide for use with x32dbg and x64dbg. ScyllaHide is a powerful anti-anti-debug tool that can be used to hide x64dbg from malware during a debugging session. 

Before beginning this tutorial make sure you have followed our Dynamic Malware Analysis Lab Setup tutor...

View Post

How To Debug a DLL With x64dbg

In this tutorial we demonstrate how to debug a DLL export (ordinal) with x64dbg. The sample is an unpacked SquirrelWaffle payload which we debug to dynamically extract the config.

Sample:

https://malshare.com/sample.php?action=detail&hash=6095f96dd5eca96a3fb9338eec4ab574921c0febb36f6a6db60aae1aeb9ffcab

View Post

Dynamic Malware Analysis Lab Setup (FLARE-VM)

In this tutorial we will setup a free, safe, Windows 10 virtual machine (VM) that can be used for dynamic malware analysis using FLARE VM.

At OALABS we get a lot of questions from analysts who have run into an error while debugging a malware sample. We also get a lot of questions about how to stay safe while analyzing malware. The first step to addressing these questions is to make sure everyone is starting from the same base platform.

‼️ Note - This tutorial ...

View Post