capstone-d v1.0.0 (2018-12-25T17:11:17Z)
Dub
Repo
InstructionRange
capstone
api
An input range that provides access to one disassembled
Instruction
at a time
abstract
class
InstructionRange {
Instruction
front
[@property getter];
bool
empty
[@property getter];
void
popFront
();
}
Members
Functions
popFront
void
popFront
()
Undocumented in source.
Properties
empty
bool
empty
[@property getter]
Undocumented in source.
front
Instruction
front
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
capstone
api
aliases
Callback
CapstoneArm
CapstoneArm64
CapstoneMips
CapstonePpc
CapstoneSparc
CapstoneSysz
CapstoneX86
CapstoneXCore
InstructionArm
InstructionArm64
InstructionMips
InstructionPpc
InstructionSparc
InstructionSysz
InstructionX86
InstructionXCore
ModeFlags
classes
Capstone
CapstoneImpl
Instruction
InstructionImpl
InstructionImplRange
InstructionRange
enums
Arch
Mode
SupportQuery
Syntax
functions
diet
supports
versionOfBindings
versionOfLibrary
structs
Detail
Version
An input range that provides access to one disassembled Instruction at a time