mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-2358 Packed protocol for decompiler marshaling
This commit is contained in:
parent
6a1a649213
commit
79c3508f54
119 changed files with 4238 additions and 2207 deletions
|
@ -120,6 +120,9 @@ public:
|
|||
void clearInputs(void); ///< Remove all input varnodes to this op
|
||||
int4 numInput(void) const; ///< Get the number of input varnodes to this op
|
||||
VarnodeData *getInput(int4 i) const; ///< Get the i-th input varnode for this op
|
||||
|
||||
/// \brief Decode the raw OpCode and input/output Varnode data for a PcodeOp
|
||||
static OpCode decode(Decoder &decoder,int4 isize,VarnodeData *invar,VarnodeData **outvar);
|
||||
};
|
||||
|
||||
/// The core behavior for this operation is controlled by an OpBehavior object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue