winternl

cybersecurity & programming

Tag: Anti-Emulation

  • Fuzzing the Windows API for AV Evasion

    What is emulation? Malware Detection Systems (MDSs) use a technique called emulation as perhaps their most effective weapon against novel malware threats. Emulation does not rely on the static structure or signature of a file, but instead, executes the suspicious file for you. Of course, the MDS will not run the file on your computer,…