Examples for the MalwarePresentation
A few tricks to make analysing of the binary a little more difficult.
Functions: Detection of a VM, by reading cpu-informations with asm cpuid Detection of a Debugger, by using the windows API IsDebuggerPresent Launching a selfmade DLL(MalwareDLL) in another process by calling CreateRemoteThread(Windows API).