Header menu logo B2R2

SSALifterFactory Type

The factory for SSA lifter.

Static members

Static member Description

SSALifterFactory.Create(hdl, stmtProcessor, callback)

Full Usage: SSALifterFactory.Create(hdl, stmtProcessor, callback)

Parameters:
Returns: ISSALiftable

Create an SSA lifter with a binary handle, a statement processor, and a callback for SSA vertex creation.

hdl : BinHandle
stmtProcessor : IStmtPostProcessor
callback : ISSAVertexCallback
Returns: ISSALiftable

SSALifterFactory.Create(hdl, callback)

Full Usage: SSALifterFactory.Create(hdl, callback)

Parameters:
Returns: ISSALiftable

Create an SSA lifter with a binary handle and a callback for SSA vertex creation.

hdl : BinHandle
callback : ISSAVertexCallback
Returns: ISSALiftable

SSALifterFactory.Create(hdl, stmtProcessor)

Full Usage: SSALifterFactory.Create(hdl, stmtProcessor)

Parameters:
Returns: ISSALiftable

Create an SSA lifter with a binary handle and a statement processor.

hdl : BinHandle
stmtProcessor : IStmtPostProcessor
Returns: ISSALiftable

SSALifterFactory.Create(hdl)

Full Usage: SSALifterFactory.Create(hdl)

Parameters:
Returns: ISSALiftable

Create an SSA lifter with a binary handle.

hdl : BinHandle
Returns: ISSALiftable

Type something to start searching.