| Programming Language | Information Source Code | Category |
 | Process Viewer - process-viewer.zip Source of program show list all processes and can terminate the process. Source using toolhelp32 to list all processes in the system. Language: Assembler - Size: 2,76 KB
| System |
|
 | 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 |
|
 | AsmTask - show process list - asmtask--show-process-list.zip Source of program show listing all processes in memory with toolhelp32. Can kill any process, boost its priority and more. Language: Assembler - Size: 18,35 KB
| System |
|
 | Owner Draw Listbox - owner-draw-listbox.zip Source of program show a routine can use in program to do owner-drawn listbox. Language: Assembler - Size: 1,24 KB
| Miscellaneous |
|
 | Example on linked list - example-on-linked-list.zip Source of program shows how to implement linked list in asm prog. Language: Assembler - Size: 16,21 KB
| Miscellaneous |
|
 | Executable strings lister and replacer - executable-strings-lister-and-replacer.zip Source of a tool has the main purpose of finding any ASCII and unicode string inside PE and ELF executables with the possibility of modifying them using any external text editor and re-injecting them ... Language: C, C++ - Size: 35,83 KB
| Miscellaneous |
|
 | Hosts file and list DNS checker - hosts-file-and-list-dns-checker.zip Source of a tool which checks if the hostnames listed in a file or contained in a hosts file can be resolved or not. Language: C, C++ - Size: 8,38 KB
| Network & Internet |
|
 | Lanfile - lanfile.zip Source of a program for sending and receiving files with many features: MD5 hash, multiplatform, large file support, listen and connect mode for using it when is not possible to receive connections (N... Language: C, C++ - Size: 24,00 KB
| Network & Internet |
|
 | shinyhttpd - shinyhttpd.zip Source of a fast, tiny, and minimalist HTTP server daemon written in C. It supports minimal elements of HTTP/1.0. Language: C, C++ - Size: 9,29 KB
| Network & Internet |
|
 | Galera Load Balancer - galera-load-balancer.zip Source of a user-space TCP load balancer similar to Pen. It lacks most of advanced Pen features, as the aim was to make a user-space TCP proxy which is as fast as possible. It can utilize multiple CPU... Language: C, C++ - Size: 172,11 KB
| Network & Internet |
|