Part of reven.api View In Hierarchy
A block of uninterrupted instructions.
The basic block is static, and contains no dynamic information.
Class | Iterator | BasicBlock
instructions iterator. |
Method | __init__ | |
Method | comment 0 | The basic block comment. |
Method | comment | Set the basic block comment. |
Method | address | The basic block virtual address. |
Method | size | The basic block size in bytes. |
Method | __repr__ | Undocumented |
Method | __contains__ | Undocumented |
Method | __len__ | Undocumented |
Method | __iter__ | Undocumented |
Method | __getitem__ | Undocumented |
Method | _set_annotation | Undocumented |
Method | _get_annotation | Undocumented |
Parameters | rvn | A Project instance. |
mini_sequence | A reven_api.mini_sequence instance. | |
instructions | A reven_api.vector_of_instruction instance. |