Sitelet
https://github.com/Vector35/binaryninja-api/commits/dev/python/binaryview.py
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Vector35
/
binaryninja-api
Public
Notifications
You must be signed in to change notification settings
Fork
295
Star
1.3k
Code
Issues
1.9k
Pull requests
38
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
binaryninja-api
python
binaryview.py
on
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 16, 2026
Allow persisting metadata without marking the file as modified
Show description for 177567c
bdash
committed
177567c
View commit details
Copy full SHA for 177567c
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
[Python] Fix exceptions from __del__ during interpreter shutdown
Show description for 73bd58d
bdash
committed
73bd58d
View commit details
Copy full SHA for 73bd58d
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
Expose API for running core's string detection on arbitrary buffers
Show description for 3003bfa
bdash
committed
3003bfa
View commit details
Copy full SHA for 3003bfa
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
Add support for multiple global pointer registers
zznop
committed
5953d08
View commit details
Copy full SHA for 5953d08
View code at this point
Browse repository at this point
Commits on May 29, 2026
[Python] Ensure that BNFreeParseError is used to free the error returned by BNParseExpression
bdash
committed
68215ea
View commit details
Copy full SHA for 68215ea
View code at this point
Browse repository at this point
Commits on May 27, 2026
Guard disposed BinaryView handles
plafosse
committed
6ce58cb
View commit details
Copy full SHA for 6ce58cb
View code at this point
Browse repository at this point
Commits on May 22, 2026
Refactor calling conventions to support correct representation of structures
D0ntPanic
committed
8d621c5
View commit details
Copy full SHA for 8d621c5
View code at this point
Browse repository at this point
Commits on May 21, 2026
Accept lone '?' as full-byte wildcard in FlexHex search.
bpotchik
committed
ac359f8
View commit details
Copy full SHA for ac359f8
View code at this point
Browse repository at this point
Commits on Apr 27, 2026
[Python API] Add missing BinaryView.get_default_load_settings_for_data
negasora
committed
e3bff33
View commit details
Copy full SHA for e3bff33
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
Always show the triage view when opening a shared cache or kernel cache
Show description for aa8dab2
bdash
committed
aa8dab2
View commit details
Copy full SHA for aa8dab2
View code at this point
Browse repository at this point
Commits on Apr 15, 2026
[Python API] Replace bare "except:" with "except Exception:" to fix signal propagation
negasora
committed
b4ccb82
View commit details
Copy full SHA for b4ccb82
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
[Python] Fix BinaryView.get_modification failing when passing a length
Show description for 9601e9b
emesare
committed
9601e9b
View commit details
Copy full SHA for 9601e9b
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
Add a hook to allow BinaryView subclasses to run code after snapshot data is applied
Show description for ddd7aa4
bdash
committed
ddd7aa4
View commit details
Copy full SHA for ddd7aa4
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
Enhance MemoryMap bindings and add support to re-enable disabled regions in the UI.
bpotchik
committed
6b57ef1
View commit details
Copy full SHA for 6b57ef1
View code at this point
Browse repository at this point
Commits on Mar 9, 2026
Expose BNDetectSearchMode to Python API for search mode testing.
bpotchik
committed
b8fdf80
View commit details
Copy full SHA for b8fdf80
View code at this point
Browse repository at this point
Fix QueueGenerator GIL deadlock in search APIs.
bpotchik
committed
695a94c
View commit details
Copy full SHA for 695a94c
View code at this point
Browse repository at this point
Commits on Feb 26, 2026
fix[python]: covariant user lists
nullableVoidPtr
authored and
CouleeApps
committed
4399766
View commit details
Copy full SHA for 4399766
View code at this point
Browse repository at this point
fix[python]: BinaryView types
nullableVoidPtr
authored and
CouleeApps
committed
5085389
View commit details
Copy full SHA for 5085389
View code at this point
Browse repository at this point
Commits on Feb 17, 2026
Handle Universal binaries through container transform system.
bpotchik
committed
56da69a
View commit details
Copy full SHA for 56da69a
View code at this point
Browse repository at this point
Commits on Feb 16, 2026
Fix TypeError when slicing FunctionList/BasicBlockList with [:], [n:], [:n]
3rdit
authored and
plafosse
committed
da19d7e
View commit details
Copy full SHA for da19d7e
View code at this point
Browse repository at this point
Commits on Jan 29, 2026
Fix a fundamental problem with TypeBuilder.handle by deleting it
Show description for 2099579
plafosse
authored and
CouleeApps
committed
2099579
View commit details
Copy full SHA for 2099579
View code at this point
Browse repository at this point
Commits on Jan 16, 2026
fix pydoc formatting for recent metadata API changes
psifertex
committed
480abef
View commit details
Copy full SHA for 480abef
View code at this point
Browse repository at this point
Add get_metadata() method and make query_metadata() raise KeyError consistently
Show description for dd31558
plafosse
and
claude
committed
dd31558
View commit details
Copy full SHA for dd31558
View code at this point
Browse repository at this point
Commits on Jan 15, 2026
Make add_user/auto_segments/sections more pythonic.
Show description for f327d95
plafosse
committed
f327d95
View commit details
Copy full SHA for f327d95
View code at this point
Browse repository at this point
Commits on Jan 1, 2026
update copyrights for 2026
psifertex
committed
d9c58e9
View commit details
Copy full SHA for d9c58e9
View code at this point
Browse repository at this point
Commits on Dec 12, 2025
Specify fixed underlying types for enums exposed by core
Show description for 290bbcf
bdash
committed
290bbcf
View commit details
Copy full SHA for 290bbcf
View code at this point
Browse repository at this point
Commits on Dec 1, 2025
[Python] Add `BinaryView.is_offset_backed_by_file`
Show description for 816e90c
emesare
committed
816e90c
View commit details
Copy full SHA for 816e90c
View code at this point
Browse repository at this point
Commits on Nov 25, 2025
Add SectionMap with bulk operations and batch section APIs.
bpotchik
committed
77da98d
View commit details
Copy full SHA for 77da98d
View code at this point
Browse repository at this point
Commits on Nov 24, 2025
Add IsOffsetReadOnlySemantics API.
bpotchik
committed
ccd33ad
View commit details
Copy full SHA for ccd33ad
View code at this point
Browse repository at this point
Commits on Nov 23, 2025
Unify SettingsCache and MemoryMap access under immutable snapshots for consistent, lock-free AnalysisContext queries.
bpotchik
committed
56ce6d3
View commit details
Copy full SHA for 56ce6d3
View code at this point
Browse repository at this point
Commits on Nov 21, 2025
Add get and __contains__ methods to all *MetaClass
Show description for 5880769
plafosse
committed
5880769
View commit details
Copy full SHA for 5880769
View code at this point
Browse repository at this point
Commits on Nov 19, 2025
Fix BinaryView.set_manual_type_source_override
negasora
committed
9cc7fe0
View commit details
Copy full SHA for 9cc7fe0
View code at this point
Browse repository at this point
Improve python api type hints
negasora
committed
dae5a01
View commit details
Copy full SHA for dae5a01
View code at this point
Browse repository at this point
Commits on Nov 11, 2025
improved indentation and update formatting detection
psifertex
committed
36d99ad
View commit details
Copy full SHA for 36d99ad
View code at this point
Browse repository at this point
fix missing newlines breaking lists
psifertex
committed
af815cd
View commit details
Copy full SHA for af815cd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.