ExternalFnCFGBuilder<'FnCtx, 'GlCtx> Type
The builder for an external function, which is responsible storing auxiliary information about the function, such as caller information.
Constructors
Constructor | Description |
Full Usage:
ExternalFnCFGBuilder(hdl, exnInfo, entryPoint, name, noretStatus)
Parameters:
BinHandle
exnInfo : ExceptionInfo
entryPoint : Addr
name : string
noretStatus : NonReturningStatus
Returns: ExternalFnCFGBuilder<'FnCtx, 'GlCtx>
|
|