Hi Guys, I would like to share a small chunk of code to get the basic file information. This code is the basic and the
Category: Reverse Engineering
Cyber Triage
Hi Friend, I am writting this to share experience using an application called Cyber Triage which really helps on the endpoint investigation. https://www.cybertriage.com/ As you

Control Flow Flattening CFF
Hi Man, I am going to write a sample of Control Flow Flattening (CFF) code in C++. The control flow flattening has been used by

Extracting PE from Memory using Process Hacker
Hi Friends, I am creating a very simple tutorial to extract malware from the memory. I made two simple applications where the first one will

Emulating malware with Dumpulator
Hi Malware Analyst, Yes finally after 4 months stop writting blog, I decided to refresh my malware analysis skill and try to write a simple

Less Detectable with PPID Spoofing
Hi Friends, Another small code that allow you to be less detectable on injecting your malware. I found the code from ired.team is very direct