-
Nokia not displaying the callers phone number
-
Disabling accessibility features on the Welcome Screen for Windows XP
-
Detecting user-mode debuggers under Windows
The packer-unpacker game is a game that I disapprove of, however this doesn’t stop me from documenting a trick I remembered after reading the following blog post: Anti-Debugging Series – Part II. To detect if a user mode debugger is attached to your process, do the following steps: Allocate some memory with HeapAlloc. Write something…