COMMITS
/ python/bncompleter.py April 15, 2026
J
[Python API] Replace bare "except:" with "except Exception:" to fix signal propagation
Josh Ferrell committed
July 23, 2024
J
restore tab completion parity when fuzzySearch is disabled
Jordan Wiens committed
July 19, 2024
J
Filter under/dunder members in bncompleter
Josh Ferrell committed
June 30, 2024
G
Add fuzzy completion to the python console
Glenn Smith committed
February 19, 2024
J
4.0 documentation
Jordan Wiens committed
May 14, 2022
J
remove more vestigal py2 code
Jordan Wiens committed
January 28, 2022
K
Format All Files
KyleMiles committed
November 8, 2021
J
add pep 484 and 561 compliance, fixes #2747
Jordan Wiens committed
September 24, 2021
P
Use more f-strings
Peter LaFosse committed
June 24, 2021
P
type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.py
Peter LaFosse committed
June 7, 2021
P
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse committed
November 4, 2020
J
Update bncompleter.py
Jordan committed
J
use getattr_static to avoid executing code
Jordan committed
January 1, 2020
J
update copyright year to 2020
Jordan Wiens committed
September 26, 2019
J
more small documentation fixes
Jordan Wiens committed
September 11, 2019
J
completer fix for top-level builtin completion
Jordan Wiens committed
J
September 9, 2019
J
remove six dependence which was breaking some versions and add function prototype matching
Jordan Wiens committed
September 3, 2019
J
python2 support for completion through arrays, also add parenthesis for function calls
Jordan Wiens committed