summaryrefslogtreecommitdiff
path: root/python/binaryview.py
AgeCommit message (Expand)Author
2026-06-02Add support for multiple global pointer registersBrandon Miller
2026-05-29[Python] Ensure that BNFreeParseError is used to free the error returned by B...Mark Rowe
2026-05-27Guard disposed BinaryView handlesPeter LaFosse
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-05-21Accept lone '?' as full-byte wildcard in FlexHex search.Brian Potchik
2026-04-27[Python API] Add missing BinaryView.get_default_load_settings_for_dataJosh Ferrell
2026-04-22Always show the triage view when opening a shared cache or kernel cacheMark Rowe
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal pr...Josh Ferrell
2026-03-31[Python] Fix BinaryView.get_modification failing when passing a lengthMason Reed
2026-03-30Add a hook to allow BinaryView subclasses to run code after snapshot data is ...Mark Rowe
2026-03-11Enhance MemoryMap bindings and add support to re-enable disabled regions in t...Brian Potchik
2026-03-09Expose BNDetectSearchMode to Python API for search mode testing.Brian Potchik
2026-03-09Fix QueueGenerator GIL deadlock in search APIs.Brian Potchik
2026-02-26fix[python]: covariant user listsnullableVoidPtr
2026-02-26fix[python]: BinaryView typesnullableVoidPtr
2026-02-17Handle Universal binaries through container transform system.Brian Potchik
2026-02-16Fix TypeError when slicing FunctionList/BasicBlockList with [:], [n:], [:n]3rdit
2026-01-28Fix a fundamental problem with TypeBuilder.handle by deleting itPeter LaFosse
2026-01-16fix pydoc formatting for recent metadata API changesJordan Wiens
2026-01-16Add get_metadata() method and make query_metadata() raise KeyError consistentlyPeter LaFosse
2026-01-15Make add_user/auto_segments/sections more pythonic.Peter LaFosse
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-11Specify fixed underlying types for enums exposed by coreMark Rowe
2025-12-01[Python] Add `BinaryView.is_offset_backed_by_file`Mason Reed
2025-11-25Add SectionMap with bulk operations and batch section APIs.Brian Potchik
2025-11-23Add IsOffsetReadOnlySemantics API.Brian Potchik
2025-11-23Unify SettingsCache and MemoryMap access under immutable snapshots for consis...Brian Potchik
2025-11-21Add get and __contains__ methods to all *MetaClassPeter LaFosse
2025-11-19Fix BinaryView.set_manual_type_source_overrideJosh Ferrell
2025-11-19Improve python api type hintsJosh Ferrell
2025-11-10improved indentation and update formatting detectionJordan Wiens
2025-11-10fix missing newlines breaking listsJordan Wiens
2025-11-10fix small formatting in memorymap api docsJordan Wiens
2025-11-04Update MemoryMap documentation. (skip-ci)Brian Potchik
2025-11-02add more keywords to search APIJordan Wiens
2025-11-02additional error handling for utf8 decodingJordan Wiens
2025-10-31Add optional display name field for memory regions.Brian Potchik
2025-10-27Add documentation to the constant renderer and string recognizer APIsRusty Wagner
2025-10-21fix documentation indentationJordan Wiens
2025-10-21Add derived strings and string recognizer APIRusty Wagner
2025-10-21Add missing rebased notification to Python APIRusty Wagner
2025-10-16Add GetTypeCount APIPeter LaFosse
2025-10-15Fix some python type hintsJosh Ferrell
2025-09-02Do not change symbol type when setting data variable nameJosh Ferrell
2025-08-27Revise the documentation on how multiple symbols at the same address are handledMark Rowe
2025-08-27Revert "Clarify the documentation on how multiple symbols at the same address...Mark Rowe
2025-08-27Clarify the documentation on how multiple symbols at the same address are han...Mark Rowe
2025-08-18Add ability to rebase the current view through the UIContext.Brian Potchik
2025-08-01Use log_error_for_exception in the Python API to pass tracebacks in the stack...Rusty Wagner
2025-07-29Add support for declarative downstream dependencies to workflow system.Brian Potchik