summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
2024-12-03Add `Relocation` information to python apiMason Reed
2024-12-03Update documentation for add_memory_region.Brian Potchik
2024-11-27Add support for a logical memory map representation.Brian Potchik
2024-11-25Add additional python APIs to query tags by scope.Brian Potchik
2024-11-25Fix placeholder deprecation decorators and versions.Brian Potchik
2024-11-15Add extra explanation for `export_*_to_library` APIs.Alexander Taylor
2024-11-07Add APIs to support bulk segment addition operations.Brian Potchik
2024-11-06Improve documentation for `update_analysis*` methods.Brian Potchik
2024-11-01Fix segment removal APIs.Brian Potchik
2024-10-29Small type hint fixesJosh Ferrell
2024-10-24Improve documentation for `update_analysis`.Brian Potchik
2024-10-24Initial implementation of the module-level analysis workflow.Brian Potchik
2024-10-23Add API to bulk add segments, use it in elf viewJosh Ferrell
2024-10-22fix: implement slicing on TypedDataAccessor for ArrayTypesScott Lagler
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2024-10-19Add misc docs to BinaryDataNotificationMason Reed
2024-10-03Added IsForceLoadable method to BinaryViewTypeBrandon Miller
2024-10-03Make sure the undefined data variable does not get recreated by auto-analysis...Xusheng
2024-09-05Add doc note for get_linear_disassembly API.Brian Potchik
2024-08-21Add progress context to load APIsJosh Ferrell
2024-08-13Add a way to disable function analysis update and use it to supress analysis ...Xusheng
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
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 d...Mason Reed
2024-05-16Removed loader.architecture from py mapped viewBrandon Miller
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 plat...Mason Reed
2024-04-24add missing documentation for interaction APIs and some normalization of phra...Jordan Wiens
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 imp...Glenn Smith
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