summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Collapse)Author
2024-05-02Fix get_functions_by_name when platform is passedJosh Ferrell
2024-05-02BinaryView.get_functions_by_name retrieve regardless of platform when no ↵Mason Reed
platform passed
2024-04-24add missing documentation for interaction APIs and some normalization of ↵Jordan Wiens
phrasing. Resolves #5317
2024-04-23initial advanced binary search documentationJordan Wiens
2024-04-21Improve type hints for many __getitem__ implsJosh Ferrell
2024-04-20Add Segment and Section serialization helpers for load with options.Brian Potchik
2024-04-19docstring hygiene maintenance in python APIGalen Williamson
2024-04-09Various fixes for recently added BinaryDataNotifications.Brian Potchik
2024-04-03Add `importDependencies` argument to `ParseTypeString` to control library ↵Glenn Smith
imports
2024-04-02Fix external URL does not render properly in docsXusheng
2024-03-19Improve performance of BinaryView.type_archive_type_namesGlenn Smith
2024-03-14Add support for advanced binary search.Brian Potchik
2024-03-14Fix documentation for 'get_next_valid_offset'.Brian Potchik
2024-02-29link from traverse APIs to examplesJordan Wiens
2024-02-26fix plugincommand docsJordan Wiens
2024-02-23update debugger user docs URL in API docsJordan Wiens
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-02-19Clean up type archives docsGlenn Smith
2024-02-13Rename ExternalLocation APIs to be more clear, add ExternalLocation and ↵Josh Ferrell
ExternalLibrary API documentation
2024-02-07Type ArchivesGlenn Smith
2024-02-07Add ImportTypeLibraryTypeByGuid API and dialogPeter LaFosse
2024-02-06Prevent crash in BinaryView.get_external_locationsJosh Ferrell
2024-02-02Fix import_com_type_for_guid for windows x64Peter LaFosse
2024-02-01Adds `BinaryView.check_for_string_annotation_type`; Adds ergonomic way of ↵KyleMiles
retrieving string from ConstPtr IL instructions; Resolves #4144
2024-01-24fix typo on data refs API documentationJordan Wiens
2024-01-22Project supportJosh Ferrell
2024-01-15Add APIs for getting the the base Metadata object for BinaryViews and ↵Peter LaFosse
TypeLibraries
2024-01-12Add some helpers for reading guid/uuidsPeter LaFosse
2024-01-08update copyright yearJordan Wiens
2024-01-05Add a new API to get the original image base of the binary view. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/4861
2024-01-04add warning for session_data being ephemeral to docsJordan Wiens
2024-01-04Add local label symbol type to always prioritize normal local symbols over ↵Rusty Wagner
compiler generated labels
2023-11-30short circuit exception handling for mlil/hlil_functionsJordan Wiens
2023-11-30Revert "fix copy/pasta in variable name"Alexander Taylor
This reverts commit 15ddcf7763854a57c727b5c7391b7407f595547e. The original variable names were correct.
2023-11-30skip functions exceeding analysis limits in hlil/mlil_function helpers ↵Jordan Wiens
instead of causing an exception
2023-11-30scale AdvancedILFunction preloading based on worker thread count instead 5Jordan Wiens
2023-11-30fix copy/pasta in variable nameJordan Wiens
2023-11-24Add Symbolic symbols type.Brian Potchik
2023-11-07Make non "if_available" il accessors throw ILException, create exceptions.py ↵Josh Ferrell
for custom exception types
2023-11-06Type Containers: API DocsGlenn Smith
2023-11-06Type BrowserGlenn Smith
2023-11-06Type ContainersGlenn Smith
2023-11-02Ensure Type objects are created correctly everywhere and add guardrailPeter LaFosse
2023-10-25Remove unnecessary error from get_tag_type.Alexander Taylor
2023-10-18add rebase API exampleJordan Wiens
2023-09-20standardize deprecation format and linkify suggestionsJordan Wiens
2023-09-18Fix BinaryViewType.load does not return the created binary view. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/4632
2023-09-11Fix memory leak in functions calling BNCreateUserFunctionXusheng
2023-09-05fix formatting of BinaryDataNotification noteJordan
2023-09-02Fix python BinaryView instance refcounting.Brian Potchik