UnsupportedArchitecture

data class UnsupportedArchitecture(val arch: Architecture, val message: String = "Unsupported architecture: ") : CapstoneError(source)

Unsupported architecture error

Constructors

Link copied to clipboard
constructor(arch: Architecture, message: String = "Unsupported architecture: ")

Properties

Link copied to clipboard
Link copied to clipboard
open override val message: String