Coding

In this section you will find code snippets from various programming languages. Everytime I think I made something valuable for others, I will upload a small snippet. Actually this section is to advance in coding. I hope everyone d/l this snippets and says what I can do better next time ;)

C++

Sorting algo Just a small sorting algo (I don't know the name, as I developed it myself)

MASM

Lamecypt This is surely the lamest EXE Cryptor that was ever developed. In this very early stage it does nothing but crypt the first section of the PE header (whatever it is) with the genuine XOR 90 method. Let's hope this gets better when newer versions are released.
btw: seems to crash under WinNT
PE-Analyzer Nice little program that analyzes the PE of an EXE-file and gives a description what the value means (That is: If the program were finished, it would display a description - sadly I cannot motivate me to do it. If you want to do it: it's just a matter of copy/paste. You needn't have skills in anything but handling your keyboard :)
Convert to UpperCase A very small example how to convert the text of an edit field to UpperCase
Caption Changer Changes the title of the active window
Screen Wrap Move the Mouse to one screen border it will appear at the opposite border