hasmer
|
Represents the options to be used when disassembling. More...
Properties | |
bool | IsExact [get, set] |
If true, preserve the original instructions and do not abstract out variant instructions. Additionally, instructions which refer to identifier hashes will have the hash operand omitted. If false, instructions will be converted to their variants. The default value for this is false. See HbcAbstractInstructionDefinition for more information about variant instructions and abstraction. More... | |
bool | IsVerbose [get, set] |
If true, comments will be added to every instruction and function header describing verbose information about the data as it was originally described in the bytecode file. More... | |
Represents the options to be used when disassembling.
|
getset |
If true, preserve the original instructions and do not abstract out variant instructions. Additionally, instructions which refer to identifier hashes will have the hash operand omitted.
If false, instructions will be converted to their variants.
The default value for this is false. See HbcAbstractInstructionDefinition for more information about variant instructions and abstraction.
|
getset |
If true, comments will be added to every instruction and function header describing verbose information about the data as it was originally described in the bytecode file.