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
Accelerator
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
294
Star
1.3k
Code
Issues
1.9k
Pull requests
40
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
plugins
on
dev
User selector
All users
All time
Commit history
Commits on Aug 14, 2026
Enable compile-time format string checking on Logger methods and fix the resulting warnings
bdash
committed
6c68c2f
View commit details
Copy full SHA for 6c68c2f
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
[IDB] Improve IDB import
Show description for 6f40e6b
ChrisKader
authored and
emesare
committed
6f40e6b
View commit details
Copy full SHA for 6f40e6b
View code at this point
Browse repository at this point
Commits on Aug 7, 2026
Preserve native debug symbols in Rust plugin dSYMs.
Show description for 043739a
fuzyll
committed
043739a
View commit details
Copy full SHA for 043739a
View code at this point
Browse repository at this point
Commits on Aug 1, 2026
Migrate remaining demangler consumers
Show description for 3521487
plafosse
committed
3521487
View commit details
Copy full SHA for 3521487
View code at this point
Browse repository at this point
Migrate Rust demangler bindings and consumers
Show description for d46c79b
plafosse
committed
d46c79b
View commit details
Copy full SHA for d46c79b
View code at this point
Browse repository at this point
Commits on Jul 30, 2026
Don't try to fix rpaths in static archives.
fuzyll
committed
4f982cf
View commit details
Copy full SHA for 4f982cf
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
Stop letting bad rpaths into built plugins.
fuzyll
committed
83ee602
View commit details
Copy full SHA for 83ee602
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
Fix Doxygen API documentation markup
psifertex
committed
f16809f
View commit details
Copy full SHA for f16809f
View code at this point
Browse repository at this point
Commits on Jul 7, 2026
[Rust] Fix missing operand field when round tripping text tokens
Show description for 10bcb0a
emesare
committed
10bcb0a
View commit details
Copy full SHA for 10bcb0a
View code at this point
Browse repository at this point
[Rust] Update misc license metadata
emesare
committed
d85cf3c
View commit details
Copy full SHA for d85cf3c
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
[Rust] `Settings::new` -> `Settings::global`
Show description for be46729
emesare
committed
be46729
View commit details
Copy full SHA for be46729
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
Refactor MSVC demangler finalization
Show description for 261324f
plafosse
committed
261324f
View commit details
Copy full SHA for 261324f
View code at this point
Browse repository at this point
Add IDB import to free. Fix https://github.com/Vector35/binaryninja/issues/1497
xusheng6
committed
0d6a15c
View commit details
Copy full SHA for 0d6a15c
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
[BNTL] Add compiler flags processing to BNTL utils (#8270)
Show description for e3abb2e
xitska
authored
e3abb2e
View commit details
Copy full SHA for e3abb2e
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
[ObjC] Introduce a new activity to rename objc_msgSend stub functions
Show description for 639e929
bdash
committed
639e929
View commit details
Copy full SHA for 639e929
View code at this point
Browse repository at this point
Commits on May 28, 2026
[RTTI] Add a fast-fail to the Itanium RTTI parser for large unbacked sections
emesare
committed
1349246
View commit details
Copy full SHA for 1349246
View code at this point
Browse repository at this point
[WARP] Fix race condition with sidebar deletion with analysis completion event callback
emesare
committed
c1a970b
View commit details
Copy full SHA for c1a970b
View code at this point
Browse repository at this point
Commits on May 26, 2026
[PDB] Fix crash when no default calling convention is registered
Show description for 24498cb
emesare
committed
24498cb
View commit details
Copy full SHA for 24498cb
View code at this point
Browse repository at this point
[WARP] Fix crash when no default calling convention is registered
Show description for 736c591
emesare
committed
736c591
View commit details
Copy full SHA for 736c591
View code at this point
Browse repository at this point
Commits on May 22, 2026
Refactor calling convention Rust API to allow default implementations
Show description for ea82d20
D0ntPanic
committed
ea82d20
View commit details
Copy full SHA for ea82d20
View code at this point
Browse repository at this point
Add handling of structure returns and parameters in Windows x86/x64 calling conventions
D0ntPanic
committed
a4a3de2
View commit details
Copy full SHA for a4a3de2
View code at this point
Browse repository at this point
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 19, 2026
Fix leaks due to missing parenting of Qt objects
bdash
committed
58fa984
View commit details
Copy full SHA for 58fa984
View code at this point
Browse repository at this point
Commits on May 18, 2026
[DWARF Import] Use proper address width for unknown architectures
negasora
committed
f1a688a
View commit details
Copy full SHA for f1a688a
View code at this point
Browse repository at this point
Commits on May 11, 2026
[BNTL] Rename commands root from "BNTL" to "Type Library"
Show description for b05c5f8
emesare
committed
b05c5f8
View commit details
Copy full SHA for b05c5f8
View code at this point
Browse repository at this point
[Rust] Refactor `binary_view` module
Show description for c4ba6d7
emesare
committed
c4ba6d7
View commit details
Copy full SHA for c4ba6d7
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
[WARP] Fix misc UI thread safety issues (#8112)
emesare
authored
ca64b85
View commit details
Copy full SHA for ca64b85
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
[PDB Import] Only adjust sp-relative locals on x86_64
negasora
committed
84d66dc
View commit details
Copy full SHA for 84d66dc
View code at this point
Browse repository at this point
Commits on Apr 21, 2026
[PDB Import] Collect locals and params from blocks contained in a FrameProcedure
negasora
committed
71b1c61
View commit details
Copy full SHA for 71b1c61
View code at this point
Browse repository at this point
[PDB Import] Improve recovery of sp-based locals
negasora
committed
0498fe8
View commit details
Copy full SHA for 0498fe8
View code at this point
Browse repository at this point
[PDB Import] Initial support for loading locals
negasora
committed
8e7535e
View commit details
Copy full SHA for 8e7535e
View code at this point
Browse repository at this point
[PDB Import] Fix calculation of struct bitfield member offsets
negasora
committed
4e6453c
View commit details
Copy full SHA for 4e6453c
View code at this point
Browse repository at this point
Commits on Apr 15, 2026
[bntl] Fix rpaths to not include an absolute path into the build directory on macOS
bdash
committed
a184a2a
View commit details
Copy full SHA for a184a2a
View code at this point
Browse repository at this point
Commits on Apr 14, 2026
Plugin Manifest V2 Support
0cyn
committed
9fddd2a
View commit details
Copy full SHA for 9fddd2a
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
types: fragment type API support (C++, Python)
rssor
committed
b1246d8
View commit details
Copy full SHA for b1246d8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.