EVMFuncUserContext Type
User-defined context for EVM functions. EVMFunctionSummarizer uses this information to summarize the function, especially the return target.
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
|
|
Full Usage:
this.CP
|
|
Full Usage:
this.GetStackPointerDelta
Parameters:
State<'a, 'b>
v : IVertex<LowUIRBasicBlock>
Returns: int
|
|
Full Usage:
this.IsPublicFunction
Returns: bool
|
|
Full Usage:
this.IsSharedRegion
Returns: bool
|
|
|
|
|
|
|
|
Full Usage:
this.ReturnTargetStackOff
Returns: uint64
|
|
Full Usage:
this.SetPublicFunction
|
|
Full Usage:
this.SetReturnTargetStackOff
Parameters:
uint64
|
|
Full Usage:
this.SetSharedRegion
|
|
Full Usage:
this.SetStackPointerDiff
Parameters:
uint64
|
|
|
|