-
Notifications
You must be signed in to change notification settings - Fork 0
TOOL: View OS Version
ShadowKnightMK4 edited this page May 20, 2025
·
1 revision
What is it
- Display Version info in formatted output of the running system.
What routines does it touch:
- LoadLibraryA
- GetProcAddress
- GetVersionExA (some platforms)
- RtlGetVersion (some platforms)
Additionally, to display results, this indirectly uses:
- WriteFile (used for display output)
- GetStdHandle()
Return Values:
- Returns 0 on success and non-zero on errors.
CLI Syntax:
- midas.exe -osver