| Programming Language | Information Source Code | Category |
 | CPUID - cpuid.zip Module to determine the type and frequency of the processor and the presence and type of coprocessor. It supports the latest processor types, as well as most early. Works correctly in DOS/Win9x, the N... Language: Assembler - Size: 8,46 KB
| System |
|
 | SysInfo - sysinfo.zip The program contains a function that detects the type and frequency of the processor, graphics, basics of a sound card, etc., etc., etc. ... Language: Assembler - Size: 45,94 KB
| System |
|
 | 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 |
|
 | Crypt32 - crypt32.zip This source is a quite fast implementation of simple 8-bit xor encryption on files for the Win32 platform. Actually, it so fast, it took less than a second to crypt a 15MB file on Pentium II 266Mhz pr... Language: Assembler - Size: 3,19 KB
| Data Compress / Encryption |
|
 | 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 |
|
 | Translation of the processor in protected mode - translation-of-the-processor-in-protected-mode.zip ASM-program the CPU into protected mode, starts the task of the ring 0, at the touch of a switch between tasks: "1" task-level 3, "2"-problem level 3, "0"-level task 0, V... Language: Assembler - Size: 8,53 KB
| System |
|
 | KillProc - killproc.zip Source of program show how to use toolhelp32 to terminate a program in another process. Language: Assembler - Size: 1,94 KB
| 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 |
|
 | Hide process - hide-process.zip Source of program show how to hide process from tools that use toolhelp32 API, Process32First and Process32Next by patching them in memory. Language: Assembler - Size: 12,69 KB
| System |
|
 | dasm - dasm.zip Source of a versatile macro assembler with support for several 8-bit microprocessors including the 6502, 6507, 6803, HD6303, 68HC11, 68705, and F8. Language: C, C++ - Size: 131,82 KB
| Miscellaneous |
|