COMMITS
/ python/basicblock.py January 1, 2026
J
update copyrights for 2026
Jordan Wiens committed
October 15, 2025
J
Fix some python type hints
Josh Ferrell committed
July 1, 2025
B
Python bindings for custom basic block analysis
Brandon Miller committed
April 25, 2025
B
Perform BB analysis from Architecture C++ API
Brandon Miller committed
June 10, 2025
G
Fix IL BasicBlock repr using hex IL instr indices
Glenn Smith committed
G
Docs describing what basic block (post) dominators are
Glenn Smith committed
June 9, 2025
B
More None checks when querying IL internal to API
Brandon Miller committed
March 28, 2025
J
missed the older dates!
Jordan Wiens committed
December 27, 2024
G
Render Layers
Glenn Smith committed
February 19, 2024
J
4.0 documentation
Jordan Wiens committed
January 8, 2024
J
update copyright year
Jordan Wiens committed
November 22, 2023
S
Fix address printing for BasicBlocks in repr
Scott Lagler committed
June 29, 2023
P
Implement __repr__ for all basic blocks in the base class
Peter LaFosse committed
A
Clarifying parts of the basic block APIs.
Alexander Taylor committed
January 5, 2023
J
Update copyright to 2023
Josh F committed
November 2, 2022
P
Fix regression in BasicBlock outgoing_edges/incoming_edges source/target
Peter LaFosse committed
October 14, 2022
P
Fix some minor bugs in BasicBlock and highlight API
Peter LaFosse committed
May 6, 2022
March 14, 2022
J
add additional documentation warning users from creating objects with handles directly
Jordan Wiens committed
January 28, 2022
K
Format All Files
KyleMiles committed
January 19, 2022
P
Turn some asserts back into exceptions
Peter LaFosse committed
January 18, 2022
P
Many type check fixes
Peter LaFosse committed
January 3, 2022
J
update copyright years
Jordan Wiens committed
October 2, 2021
K
More HLIL API parity; Resolves #2363
KyleMiles committed
September 28, 2021
P
Fix BasicBlock iteration for arm/thumb
Peter LaFosse committed
September 24, 2021
P
Use more f-strings
Peter LaFosse committed
September 22, 2021
P
Add __contains__ for Function, Section, Segment, BasicBlock and BinaryView
Peter LaFosse committed
September 18, 2021
P
Make some additional dataclasses frozen
Peter LaFosse committed
September 17, 2021
P
Add back in get_disassembly minus the cruft for backward compatibility
Peter LaFosse committed
September 3, 2021
P
Commonize _to_core_struct/_from_core_struct
Peter LaFosse committed
August 26, 2021
P
Improve include style in basicblock.py
Peter LaFosse committed
August 24, 2021
P
Fix some type check errors in debuginfo.py
Peter LaFosse committed
P
Fix BasicBlock.can_exit
Peter LaFosse committed
July 7, 2021
P
Refactor Python Types
Peter LaFosse committed
G
Added slicing support to __getitem__ in all basic block classes
Galen Williamson committed
G
Fixed missing self parameter in get_instruction_containing_address
Galen Williamson committed
June 24, 2021
P
type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py
Peter LaFosse committed
P
Don't inherit from object anymore
Peter LaFosse committed
June 23, 2021
P
Convert the following to dataclasses:
Peter LaFosse committed
June 22, 2021
P
Fix highlight colors on BasicBlock objects
Peter LaFosse committed
June 7, 2021
P
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse committed
August 4, 2021
B
Expose some BasicBlock APIs.
Brian Potchik committed
February 5, 2021
X
add persistent search result
Xusheng committed
February 10, 2021
K
Misc typo changes, const changes, code cleanup, and example updates
KyleMiles committed
January 18, 2021
J
updating copyright year
Jordan Wiens committed
September 17, 2020
J
fixup broken warning syntax
Jordan Wiens committed
June 11, 2020
J
fix for fixed comment
Jordan Wiens committed
May 2, 2020
P
Fix up equality operators and had hash operators
Peter LaFosse committed
January 1, 2020
J
update copyright year to 2020
Jordan Wiens committed
July 23, 2019
R
Create API for whether a basic block contains any invalid instructions
rollsafe committed