fce0f4ebce
Binary MOF buffer in WMI tools: * Decompile binary MOF file (BMF) to UTF-8 plain text MOF file. * Decompress binary MOF file (BMF) * Parse binary MOF file (BMF) EXAMPLES: sysctl -b dev.acpi_wmi.0.bmof | bmf2mof SEE ALSO: acpi_wmi(4) WWW: https://github.com/pali/bmfdec/ PR: 240353 Submitted by: <nork ninth-nine com> (previous version) Reviewed by: takawata Differential Revision: https://reviews.freebsd.org/D21545
12 lines
275 B
Text
12 lines
275 B
Text
Binary MOF buffer in WMI tools:
|
|
* Decompile binary MOF file (BMF) to UTF-8 plain text MOF file.
|
|
* Decompress binary MOF file (BMF)
|
|
* Parse binary MOF file (BMF)
|
|
|
|
EXAMPLES:
|
|
sysctl -b dev.acpi_wmi.0.bmof | bmf2mof
|
|
|
|
SEE ALSO:
|
|
acpi_wmi(4)
|
|
|
|
WWW: https://github.com/pali/bmfdec/
|