Package-level declarations

This package provides function and structures for PE file version info(VS_VERSIONINFO).

Types

Link copied to clipboard

Type for C flag-set FileInfoFlags

Link copied to clipboard

Type for C enum FileOs

Link copied to clipboard

Type for C enum FileType

Link copied to clipboard
data class FixedFileInfo(val structVersion: UInt, val fileVersionMS: UInt, val fileVersionLS: UInt, val productVersionMS: UInt, val productVersionLS: UInt, val fileFlagsMask: UInt, val fileFlags: FileInfoFlags, val fileOS: FileOs, val fileType: FileType, val fileSubtype: UInt, val fileDateMS: UInt, val fileDateLS: UInt) : ReadableStructure
Link copied to clipboard
data class PEVersionInfo
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun FileOs(value: UInt): FileOs
Link copied to clipboard
fun FileType(value: UInt): FileType
Link copied to clipboard