This article has been indexed from Security Boulevard
Introduction In this post we will discuss how to employ API hooking, a technique mostly used for binary targets, to deobfuscate malicious scripts. We will use the Frida framework to extract some key information for the analyst, such as the lists of C2 servers within the scripts, in some cases bypassing the obfuscation almost automatically. […]
The post Leveraging API Hooking for code deobfuscation with Frida appeared first on Blueliv.
The post Leveraging API Hooking for code deobfuscation with Frida appeared first on Security Boulevard.
Read the original article: Leveraging API Hooking for code deobfuscation with Frida