summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Collapse)Author
2024-08-13Add a way to disable function analysis update and use it to supress analysis ↵Xusheng
update during debugger launch
2024-08-04spellcheck pass on pydocsJordan Wiens
2024-08-04Add support for memory region flags propagation.Brian Potchik
2024-08-02Support setting user global pointer valueXusheng
2024-07-24Remove deprecated API functions.Alexander Taylor
2024-07-22Add ability to modify segment flags via MemoryMap API.Brian Potchik
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-06-04Add CorePlatform to python api for proper subclassingGlenn Smith
2024-05-28Solved issue #1180 by adding new APIsZichuan Li
1. Add two new APIs for multiple entry functions `GetAllAnalysisEntryFunctions` and `AddToEntryFunctions` 2. Add Python APIs `entry_functions` and `add_to_entry_functions`. `entry_functions` resturns a list of functions, which supports parsing functions in `init_array`, `fini_array` and TLS callbacks. 3. Modify bin-info, it now prints all entry functions
2024-05-27Update load APIs to take a JSON string for options.Brian Potchik
2024-05-22cleanup all outstanding sphinx RST warningsJordan Wiens
2024-05-19Make call param hints more configurable & support more param types for hint ↵Mason Reed
deduplication
2024-05-16Removed loader.architecture from py mapped viewBrandon Miller
Also updated Python API docs references to loader.architecture
2024-05-15Added MemoryMap C++ API.Brian Potchik
2024-05-15Fix BinaryDataNotification errors when subscribed to undo notificationsJosh Ferrell
2024-05-15Initial MemoryMap implementation.Brian Potchik
2024-05-14Fix BinaryDataNotificationJosh Ferrell
2024-05-14History widgetJosh Ferrell
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