summaryrefslogtreecommitdiff
path: root/python/basicblock.py
AgeCommit message (Expand)Author
2026-05-20Sort switch blocks in graph view by case numberGlenn Smith
2026-01-01update copyrights for 2026Jordan Wiens
2025-10-15Fix some python type hintsJosh Ferrell
2025-07-01Python bindings for custom basic block analysisBrandon Miller
2025-06-23Perform BB analysis from Architecture C++ APIBrandon Miller
2025-06-11Fix IL BasicBlock repr using hex IL instr indicesGlenn Smith
2025-06-11Docs describing what basic block (post) dominators areGlenn Smith
2025-06-09More None checks when querying IL internal to APIBrandon Miller
2025-03-28missed the older dates!Jordan Wiens
2025-01-30Render LayersGlenn Smith
2024-02-234.0 documentationJordan Wiens
2024-01-08update copyright yearJordan Wiens
2023-11-23Fix address printing for BasicBlocks in reprScott Lagler
2023-06-29Implement __repr__ for all basic blocks in the base classPeter LaFosse
2023-06-29Clarifying parts of the basic block APIs.Alexander Taylor
2023-01-05Update copyright to 2023Josh F
2022-11-10Fix regression in BasicBlock outgoing_edges/incoming_edges source/targetPeter LaFosse
2022-10-14Fix some minor bugs in BasicBlock and highlight APIPeter LaFosse
2022-05-06many pydoc formatting cleanups, added deprecated decorator and replaced ad-ho...Jordan Wiens
2022-03-14add additional documentation warning users from creating objects with handles...Jordan Wiens
2022-01-28Format All FilesKyleMiles
2022-01-19Turn some asserts back into exceptionsPeter LaFosse
2022-01-19Many type check fixesPeter LaFosse
2022-01-03update copyright yearsJordan Wiens
2021-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-09-28Fix BasicBlock iteration for arm/thumbPeter LaFosse
2021-09-24Use more f-stringsPeter LaFosse
2021-09-22Add __contains__ for Function, Section, Segment, BasicBlock and BinaryViewPeter LaFosse
2021-09-18Make some additional dataclasses frozenPeter LaFosse
2021-09-17Add back in get_disassembly minus the cruft for backward compatibilityPeter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-06Improve include style in basicblock.pyPeter LaFosse
2021-09-06Fix some type check errors in debuginfo.pyPeter LaFosse
2021-09-06Fix BasicBlock.can_exitPeter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.pyPeter LaFosse
2021-09-05Don't inherit from object anymorePeter LaFosse
2021-09-05Convert the following to dataclasses:Peter LaFosse
2021-09-05Fix highlight colors on BasicBlock objectsPeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-08-04Expose some BasicBlock APIs.Brian Potchik
2021-07-07Added slicing support to __getitem__ in all basic block classesGalen Williamson
2021-07-07Fixed missing self parameter in get_instruction_containing_addressGalen Williamson
2021-04-22add persistent search resultXusheng
2021-03-17Misc typo changes, const changes, code cleanup, and example updatesKyleMiles
2021-01-18updating copyright yearJordan Wiens
2020-09-16fixup broken warning syntaxJordan Wiens
2020-06-11fix for fixed commentJordan Wiens
2020-05-03Fix up equality operators and had hash operatorsPeter LaFosse
2020-01-01update copyright year to 2020Jordan Wiens