While working on my 8086 emulator, I figured I might write something nice in 8086 assembly as well. This is what I came up with. »Read More
« Posts under x86 ASM
Clever tricks against antiviruses
I bet you have come across some software you’ve made which you didn’t want the AV to pick up. This article explains how to import from DLLs without having to call GetProcAddress, and also how to encrypt your data section. Anti-viruses rely heavily on their heuristics, if all other (signature) scans fail. The patterns they search for in your executable, are the functions being imported, and the order they are being called. »Read More
Recent Comments