https://github.com/zalexanninev15/alp
Assembly Language Projects for Windows
https://github.com/zalexanninev15/alp
assembly-language fasm win32 win32api winapi
Last synced: 10 months ago
JSON representation
Assembly Language Projects for Windows
- Host: GitHub
- URL: https://github.com/zalexanninev15/alp
- Owner: Zalexanninev15
- License: mit
- Created: 2021-05-11T09:59:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T21:16:39.000Z (about 4 years ago)
- Last Synced: 2023-03-05T14:33:18.769Z (over 3 years ago)
- Topics: assembly-language, fasm, win32, win32api, winapi
- Language: Assembly
- Homepage:
- Size: 6.48 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ALP
[](https://github.com/Zalexanninev15/ALP)
[](https://flatassembler.net/index.php)
[](https://github.com/Zalexanninev15/ALP)
[](https://github.com/Zalexanninev15/ALP/commits/main)
[](https://github.com/Zalexanninev15/ALP/stargazers)
[](https://github.com/Zalexanninev15/ALP/network/members)
[](https://github.com/Zalexanninev15/ALP/issues?q=is%3Aopen+is%3Aissue)
[](https://github.com/Zalexanninev15/ALP/issues?q=is%3Aissue+is%3Aclosed)
[](LICENSE)
[](https://z15.neocities.org/donate)
## Description
Assembly Language Projects for Windows.
## Projects
* [HideDesktop](https://github.com/Zalexanninev15/ALP/tree/main/Projects/HideDesktop) - hide/show desktop content ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/HideDesktop/HideDesktop/bin/debug/HideDesktop.exe))
* [CdRomStatus](https://github.com/Zalexanninev15/ALP/tree/main/Projects/CdRomStatus) - status of CD-ROM ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/CdRomStatus/CdRomStatus/bin/debug/CdRomStatus.exe))
* [MyCpuName](https://github.com/Zalexanninev15/ALP/tree/main/Projects/MyCpuName) - name of CPU and its ID (manufacturer) ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/MyCpuName/MyCpuName/bin/debug/MyCpuName.exe))
* [ClipboardHook](https://github.com/Zalexanninev15/ALP/tree/main/Projects/ClipboardHook) - get text from clipboard ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/ClipboardHook/ClipboardHook/bin/debug/ClipboardHook.exe))
* [GetWindowFont](https://github.com/Zalexanninev15/ALP/tree/main/Projects/GetWindowFont) - what font is used in the application window and in its elements ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/GetWindowFont/GetWindowFont/bin/debug/GetWindowFont.exe))
* [SetKeyboardState](https://github.com/Zalexanninev15/ALP/tree/main/Projects/SetKeyboardState) - controlling NumLock, CapsLock and ScrollLock keys ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/SetKeyboardState/SetKeyboardState/bin/debug/SetKeyboardState.exe))
* [ScreenMagnifier](https://github.com/Zalexanninev15/ALP/tree/main/Projects/ScreenMagnifier) - screen magnifier ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/ScreenMagnifier/ScreenMagnifier/bin/debug/ScreenMagnifier.exe))
* [DisableMinimizeAllWindows](https://github.com/Zalexanninev15/ALP/tree/main/Projects/DisableMinimizeAllWindows) - hide the "Minimize all windows" button ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/DisableMinimizeAllWindows/DisableMinimizeAllWindows/bin/debug/DisableMinimizeAllWindows.exe))
* [RemovableUsbStatus](https://github.com/Zalexanninev15/ALP/tree/main/Projects/RemovableUsbStatus) - status of removable USB drives ([Build](https://github.com/Zalexanninev15/ALP/raw/main/Projects/RemovableUsbStatus/RemovableUsbStatus/bin/debug/RemovableUsbStatus.exe))
## System requirements
* **OS:** Windows 7 or higher
## Build
Compile using [FASM](https://flatassembler.net) or [ASM Visual](https://gri-software.com/en/asmvisual).