summaryrefslogtreecommitdiff
path: root/python/scriptingprovider.py
AgeCommit message (Expand)Author
2026-05-18Argument Assist Popup0cyn
2026-04-23output pip installation failures to the log, allow custom python stack traces...Jordan Wiens
2026-04-23missing environment variables breaks wheel packages with native build depsJordan Wiens
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
2026-04-14Plugin Manifest V2 Support0cyn
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-05Do not register the dbg object from the APIXusheng
2025-11-21Add get and __contains__ methods to all *MetaClassPeter LaFosse
2025-08-01Use log_error_for_exception in the Python API to pass tracebacks in the stack...Rusty Wagner
2025-07-07KernelCache rewritekat
2025-07-02must escape newlines in long parameter descriptionsJordan Wiens
2025-06-05Python: Set interpreter thread name for debuggingGlenn Smith
2025-04-16[SharedCache] Import the shared cache magic variables in the scripting consoleMason Reed
2025-04-05Add current_il_expr and current_il_expr_index magic varsGlenn Smith
2025-03-28missed the older dates!Jordan Wiens
2025-03-21Don't use fully qualified import.Brian Potchik
2025-03-21Add setting to control automatic analysis updates after Python commands. (ski...Brian Potchik
2024-10-21Allow `current_il_instruction` to work in Pseudo C (or any high level language)Rusty Wagner
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2024-10-11Move ScriptingProvider log messages to a dedicated loggerJosh Ferrell
2024-07-02Fix needing to have a binary open to use current_projectJosh Ferrell
2024-06-25Fix il magic variables for lifted, mmlil, mmlil_ssaJosh Ferrell
2024-06-10Fix python magic variables applying post-startupGlenn Smith
2024-06-06Add api/modular system to python magic variablesGlenn Smith
2024-04-03Fix -DDEBUGGER=NO not working properlyXusheng
2024-03-20Scripting provider: avoid running command that can return non-ASCII character...Xusheng
2024-01-22Project supportJosh Ferrell
2024-01-08update copyright yearJordan Wiens
2023-11-28fix: typo in scriptingprovider.pyScott Lagler
2023-08-28Fix scripting completer sometimes returning garbageGlenn Smith
2023-08-17Ensure consistent lifetimes for UI-accessible BinaryView instances in Python.Brian Potchik
2023-08-11Add current_il_instructions magic variable in the Python console. Fix https:...Xusheng
2023-08-02Fix cannot run Python script when the file contains non-ASCII characters. Fix...Xusheng
2023-04-11remove vestigal importsJordan Wiens
2023-04-10add help for windows python console, resolves #4210Jordan Wiens
2023-03-29Add support for warnings to ScriptingInstanceJosh Ferrell
2023-03-23plugins: Update scriptingprovider.py to use environment that sets PYTHONHOME ...Brian Knudson
2023-03-20plugins: Update scriptingprovider.py to install Python packages using bundled...Brian Knudson
2023-03-09now with 33% less ugprade (remove redundant argument)Jordan Wiens
2023-03-08typo in load docsJordan Wiens
2023-03-08pip should upgrade dependencies if requiredJordan Wiens
2023-03-08python plugins: Add support on MacOS to install Python plugin dependencies us...Brian Knudson
2023-02-09Invalidate python finder caches when plugin dependency gets installedJosh Ferrell
2023-02-03Fix ScriptingProviders.update_locals raising causing console entry to failGlenn Smith
2023-02-02Fix current_comment clobbering bv.set_comment_atGlenn Smith
2023-01-22Add current_*_ssa to python console, fix #3661Josh Ferrell
2023-01-09Fix missing debugger dbg magic variableXusheng
2023-01-05Update copyright to 2023Josh F
2022-12-14Support disabling the debugger plugin shipped with BN by setting BN_DISABLE_C...Xusheng
2022-11-10Fix Python console not working if UI plugins are not available for any reasonRusty Wagner