-
Windows Detecting PE/DLL injection:
-
Tools: Execution possibilities for a dynamic analysis, if deobfuscation is not soooo good: Tipp: Overwrite sensible methods, if the language allows it. For example, in JavaScript: eval = print Now, each eval statement is not executed, but just printed :-).
-
Malware (Notes are taken from the TryHackMe course.) John von Neumann (!) created a concept of malicious software in 1949. The first implementation was done in 1971 by Bob Thomas. The program Creeper jumped from one system (running the operating system Tenex) to another and just printed a message on each console. The team Nematode is…