decompiler
1.0.0
|
Operation with a new logical value as (part of) input, but output Varnode is unchanged. More...
Private Types | |
enum | patchtype { copy_patch, compare_patch, parameter_patch, extension_patch, push_patch } |
The possible types of patches on ops being performed. More... | |
Private Attributes | |
patchtype | type |
The type of this patch. | |
PcodeOp * | patchOp |
Op being affected. | |
ReplaceVarnode * | in1 |
The logical variable input. | |
ReplaceVarnode * | in2 |
(optional second parameter) | |
int4 | slot |
slot being affected or other parameter | |
Friends | |
class | SubvariableFlow |
Operation with a new logical value as (part of) input, but output Varnode is unchanged.
|
private |
The possible types of patches on ops being performed.