You are browsing the archive for Frida.

Delphi API monitoring with Frida, Part 3

February 20, 2022 in Frida, Malware Analysis

In part 1 and part 2 we looked at individual APIs and I hinted we can automate generation of handlers. Today we will do exactly that. The attached python code […]

Memory buffers for… initiated, part 3 – Frida(y) edition

November 14, 2020 in Frida, Malware Analysis, Reversing, Sandboxing

Okay, we can dump heap buffers. What’s next? What about a sandbox-like, IOC generator & payload dumper? In its most basic version we will run a sample and our handlers […]