summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
2025-07-15Expose analysis' system call type and name retrievalMason Reed
2025-07-14Change return type of parse_types_from_string to BasicTypeParserResultAlexander Khosrowshahi
2025-07-12Add support for unbacked memory regions directly in the memory map.Brian Potchik
2025-07-09reimplement llil validation for caller_sites and implement plural IL forms on...Jordan Wiens
2025-07-03Expose Add/RemoveDataReference and ensure BinaryViews use this API instead of...Peter LaFosse
2025-07-02Add outlining support for wmemcpy.Brian Potchik
2025-07-02must use double backquotes instead of single in RSTJordan Wiens
2025-06-30Fix busted stringify_unicode_data python API.Brian Potchik
2025-06-23Perform BB analysis from Architecture C++ APIBrandon Miller
2025-06-16Don't yield None in BinaryView hlil|mlil_functionsBrandon Miller
2025-06-06Option to ignore whitespace in searchesGlenn Smith
2025-06-06Handle None when querying IL in Python generatorsBrandon Miller
2025-05-26Fix analysis state properties to return enums instead of integers.Brian Potchik
2025-05-23add cross-referencing to docs for save and create_databaseJordan Wiens
2025-05-17Add `BNIsMemoryMapActivated` APIMason Reed
2025-05-07Update BinaryView Python context manager to actually release the BinaryView r...Brian Potchik
2025-04-29Fix memory leaks in Sections, Segments, Settings, ExternalLibrary, and Backgr...Peter LaFosse
2025-04-09Remove extra refcount when getting debug info from a bvElykDeer
2025-04-09Expose AnalysisState through the APIXusheng
2025-04-07Return None instead of raising in func IL gettersBrandon Miller
2025-03-28missed the older dates!Jordan Wiens
2025-03-19Add API for BinaryView::FinalizeNewSegmentskat
2025-03-10Add support for recoverable analysis abort.Brian Potchik
2025-03-05small doc formatting fixJordan Wiens
2025-03-05Improvements for advanced binary search.Brian Potchik
2025-02-21Deduplicate function objects returned from 'get_functions_by_name' API.Brian Potchik
2025-02-18Add BinaryView.forget_undo_actionsGlenn Smith
2025-02-05Stop importing Type Archive types in parse_type_stringGlenn Smith
2025-01-30Render LayersGlenn Smith
2025-01-09Deprecate `Segment.serialize` and `Section.serialize` in favor of descriptor-...Brian Potchik
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