ResourceNode

interface ResourceNode(source)

Represents a resource node in a PE file.

Properties

Link copied to clipboard
open val codePage: CodePage

the code page associated with this resource

Link copied to clipboard
abstract val dataRva: Address32

the relative virtual address of the resource data

Link copied to clipboard
abstract val id: UInt

the identifier of the resource node

Link copied to clipboard
abstract val name: String

the name of the resource node

Link copied to clipboard
open val size: UInt

the size of the resource; returns 0 if not applicable

Functions

Link copied to clipboard
abstract fun getPEFile(): PEFile
Link copied to clipboard
open fun isDirectory(): Boolean
Link copied to clipboard
abstract fun isFile(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard