summaryrefslogtreecommitdiff
path: root/python/filemetadata.py
AgeCommit message (Collapse)Author
2026-05-14Refine FileMetadata display name APIs and update UI consumers.Brian Potchik
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal ↵Josh Ferrell
propagation
2026-02-06Add FileMetadata::GetDisplayName API to convey synthesized filenames for ↵Brian Potchik
container file entries.
2026-01-30Improve filename handling for container files.Brian Potchik
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-11Remove misc stray backticks in python docs (#7776)utkonos
2025-09-30Initial support for opening container formats.Brian Potchik
2025-08-01Use log_error_for_exception in the Python API to pass tracebacks in the ↵Rusty Wagner
stack trace associated with log messages, instead of creating large mutli-line messages for every exception
2025-03-28missed the older dates!Jordan Wiens
2025-02-18Add BinaryView.forget_undo_actionsGlenn Smith
Closes Vector35/binaryninja-api#6430
2024-07-24Remove deprecated API functions.Alexander Taylor
2024-05-14History widgetJosh Ferrell
2024-04-19docstring hygiene maintenance in python APIGalen Williamson
2024-03-25Docs note for original_filename with projectsBrandon Miller
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
2024-01-22Project supportJosh Ferrell
2024-01-11Expose the BinaryView::ForgetUndoActions API and use avoid undo actions ↵Xusheng
warning in the debugger
2024-01-08update copyright yearJordan Wiens
2023-07-25small pydoc fixes in navigate APIsJordan Wiens
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of ↵KyleMiles
load; update examples
2023-06-08Undo transactions / context managerGlenn Smith
2023-06-08Undo entry states and revertingGlenn Smith
2023-03-21Update documentation for progress callbacks to indicate they must return ↵Peter LaFosse
True to continue the action
2023-02-15Remove legacy BNDB Merge ToolJosh Ferrell
2023-02-09Update documentation to warn about creating databases in the context of ↵Brian Potchik
analysis callbacks.
2023-01-05Update copyright to 2023Josh F
2022-12-22Fix many incorrect type hints and type errorsJosh Ferrell
2022-09-15- send the correct type to `BNCreateDatabaseWithProgress`verylazyguy
2022-08-09Add New Theme and some C++ API Documentationkat
2022-03-16Add support for structured loggingPeter LaFosse
2022-01-28Format All FilesKyleMiles
2022-01-19Many type check fixesPeter LaFosse
2022-01-17Make various database progress functions cancellableGlenn Smith
2022-01-13Fix a bunch of core function calls with bad argsGlenn Smith
2022-01-03update copyright yearsJordan Wiens
2021-11-19Check if core is None in FileMetadata destructorPeter LaFosse
2021-10-15Database python apiGlenn Smith
2021-09-24Use more f-stringsPeter LaFosse
2021-09-06Fix some unnecessary checks for handle is not None in destructorsPeter LaFosse
2021-09-06Fix import of logPeter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
Remove _mutable types
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-05Don't inherit from object anymorePeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-03-30Add ability to query for database backing of specific BinaryViewTypes and ↵Brian Potchik
fix state initialization.
2021-01-18updating copyright yearJordan Wiens
2020-12-09Cleanup project creation and add API.Brian Potchik
2020-11-29add pydoc for navigation APIs and get_address-for_data_offsetJordan Wiens
2020-11-16add a unit test for loading old databaseXusheng
2020-10-16add unit test for deprecated BinaryViewTypeXusheng
expose FileMetadata::GetExistingViews()