| Programming Language | Information Source Code | Category |
 | Clear-Text Password Decoder - cleartext-password-decoder.zip Source of program Base64 demonstrates how easy it is to decipher plaintext usernames and passwords. Never login to a public network resource unless some type of encryption is being used, secure socket... Language: Assembler - Size: 5,06 KB
| Miscellaneous |
|
 | Hide a process from ctrl+alt+del - hide-a-process-from-ctrlaltdel.zip Source of simple example on how to use a semi-documented kernel API call, RegisterServiceProcess, to hide/unhide your own process from the task list when the user presses Ctrl+Alt+Del. Language: Assembler - Size: 939 B
| System |
|
 | IsAdmin - isadmin.zip Source of program show a simple example that makes use of NT security-related API to check whether the current user has administrator's privilege. Language: Assembler - Size: 1,16 KB
| System |
|
 | GetSeg library - getseg-library.zip Source of a static library that contains a function to parse a string into segments. It then allows the user to extract a segment from the string. Language: Assembler - Size: 6,60 KB
| Text |
|
 | AsmIO - asmio.zip Source of program allows the user to have raw access to port I/O and physical memory. Language: Assembler - Size: 2,72 KB
| System |
|
 | SEH/Hardware Breakpoint in Win32 - sehhardware-breakpoint-in-win32.zip Adds an exception handler, breakpoints, handles the exception and continues execution, then creates a fatal exception. The exception handler displays all the exception info to the user. Language: Assembler - Size: 2,73 KB
| Miscellaneous |
|
 | Sleepy - sleepy.zip Source of a tool waits a custom amount of time (milliseconds, seconds, minutes, hours, days, weeks and local/UTC time) and then exits or executes a program specified by the user one or more times. Language: C, C++ - Size: 2,76 KB
| Miscellaneous |
|
 | ZipComp - zipcomp.zip Source of a tool for comparing the size and then the CRC32 checksum of the files contained in a zip archive with that of the files in the current directory or in another zip file specified by the user... Language: C, C++ - Size: 4,42 KB
| Miscellaneous |
|
 | Xor - xor.zip Source of a tool for XORing an input file with a byte or a key chosen by the user, which can be a file, a string or a sequence of hex bytes. Language: C, C++ - Size: 2,47 KB
| Miscellaneous |
|
 | Abuse - abuse.zip Source of a side-scrolling arcade platform game with an Alien-like atmosphere. The user controls the character movements using the keyboard and aims at enemy monsters using the mouse. Language: C, C++ - Size: 5,93 MB
| Games |
|