summaryrefslogtreecommitdiff
path: root/python/bncompleter.py
AgeCommit message (Collapse)Author
2026-05-18Argument Assist Popup0cyn
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal ↵Josh Ferrell
propagation
2024-07-23restore tab completion parity when fuzzySearch is disabledJordan Wiens
2024-07-19Filter under/dunder members in bncompleterJosh Ferrell
2024-07-18Add fuzzy completion to the python consoleGlenn Smith
Co-Authored-By: Rusty Wagner <rusty@vector35.com> Co-Authored-By: Kyle Miles <kyle@vector35.com>
2024-02-234.0 documentationJordan Wiens
- Refactored Type Documentation - Added Projects - Added Type Archives - Added New Sidebar Documentation - Added String Concepts - Added Light/Dark Mode - Added New Tab Documentation - Added BNIL Guide: HLIL docs - Added new cookbook examples - Added migration guide - Added script for building docsets - Added documentation for themes - Updated all images to Ninja Edit - API Docs : Documents BasicBlockEdge and BasicBlock - API Docs : Documents CoreVariable, Variable, and VariableNameAndType - API Docs : Corrects note on `BinaryView.update_analysis` and `BinaryView.update_analysis_and_wait` to represent that analysis is run by default for you now. - Many, many other changes
2022-05-14mendJordan Wiens
2022-05-14remove more vestigal py2 codeJordan Wiens
2022-01-28Format All FilesKyleMiles
2021-11-08add pep 484 and 561 compliance, fixes #2747Jordan Wiens
2021-09-24Use more f-stringsPeter LaFosse
2021-09-05type hints for highlevelil.py, mediumlevelil.py and lowlevelil.py, workflow.pyPeter LaFosse
Fix linter error in scriptingprovider.py Update workflow.py using updated paradigms and type hints
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2020-11-04Update bncompleter.pyJordan
add missing module on inspect.getattr_static and small readability cleanup
2020-11-04use getattr_static to avoid executing codeJordan
2020-01-01update copyright year to 2020Jordan Wiens
2019-09-26more small documentation fixesJordan Wiens
2019-09-11completer fix for top-level builtin completionJordan Wiens
2019-09-10better error handling if inspect fails to generate a function prototype and ↵Jordan Wiens
py2 signature support
2019-09-09remove six dependence which was breaking some versions and add function ↵Jordan Wiens
prototype matching
2019-09-03python2 support for completion through arrays, also add parenthesis for ↵Jordan Wiens
function calls
2019-09-03modifying rlcompleter to support completion through list lookups, updating ↵Jordan Wiens
license information as well