Functions | |
| UINT32 | LEVEL_CORE::BBL_NumIns (BBL bbl) |
| INS | LEVEL_PINCLIENT::BBL_InsHead (BBL x) |
| INS | LEVEL_PINCLIENT::BBL_InsTail (BBL x) |
| BBL | LEVEL_PINCLIENT::BBL_Next (BBL x) |
| BBL | LEVEL_PINCLIENT::BBL_Prev (BBL x) |
| BOOL | LEVEL_PINCLIENT::BBL_Valid (BBL x) |
| BOOL | LEVEL_PINCLIENT::BBL_Original (BBL bbl) |
| ADDRINT | LEVEL_PINCLIENT::BBL_Address (BBL bbl) |
| USIZE | LEVEL_PINCLIENT::BBL_Size (BBL bbl) |
| VOID | LEVEL_PINCLIENT::BBL_InsertCall (BBL bbl, IPOINT action, AFUNPTR funptr,...) |
| VOID | LEVEL_PINCLIENT::BBL_InsertIfCall (BBL bbl, IPOINT action, AFUNPTR funptr,...) |
| VOID | LEVEL_PINCLIENT::BBL_InsertThenCall (BBL bbl, IPOINT action, AFUNPTR funptr,...) |
| BOOL | LEVEL_PINCLIENT::BBL_HasFallThrough (BBL bbl) |
|
|
|
|
|
Refer INS_HasFallThrough for checking if an instruction could have a fall-through path based on the opcode.
|
|
||||||||||||||||||||
|
Insert call relative to a bbl.
|
|
||||||||||||||||||||
|
Insert call relative to a bbl and pass the result to the immediate following "then" analysis call.
|
|
||||||||||||||||||||
|
Insert call relative to a bbl, which will be invoked only if the immediate preceeding "if" analysis call returns a non-zero value.
|
|
|
|
|
|
|
|
|
|
|
|
Number of INSs within a BBL. |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6