From f336fa97d187890d7ec25973387a9715e67ea813 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 14 Mar 2022 13:56:01 -0400 Subject: add additional documentation warning users from creating objects with handles directly --- python/lowlevelil.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/lowlevelil.py') diff --git a/python/lowlevelil.py b/python/lowlevelil.py index 22ea1e64..faba03fe 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -4699,6 +4699,9 @@ class LowLevelILFunction: class LowLevelILBasicBlock(basicblock.BasicBlock): + """ + The ``LogLevelILBasicBlock`` object is returned during analysis and should not be directly instantiated. + """ def __init__( self, handle: core.BNBasicBlockHandle, owner: LowLevelILFunction, view: Optional['binaryview.BinaryView'] ): -- cgit v1.3.1