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
297
Star
1.3k
Code
Issues
1.9k
Pull requests
45
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
lowlevelil.py
on
dev
User selector
All users
Datepicker
All time
Commit history
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 29, 2026
Add Unknown() and IsUnknown() to Unimplemented IL across LLIL/MLIL/HLIL
Show description for 7a4c3a3
2 people
authored and
zznop
committed
7a4c3a3
View commit details
Copy full SHA for 7a4c3a3
View code at this point
Browse repository at this point
Commits on Jun 7, 2026
[Python] Fix copy_expr_to and add builder methods for recently-added instructions
bdash
committed
e1ebfcd
View commit details
Copy full SHA for e1ebfcd
View code at this point
Browse repository at this point
Commits on Jun 5, 2026
Add abs, min, and max instructions
bdash
committed
fde1241
View commit details
Copy full SHA for fde1241
View code at this point
Browse repository at this point
Commits on Jun 4, 2026
Add bswap, popcnt, clz, ctz, cls, and rbit instructions
bdash
committed
d592ed6
View commit details
Copy full SHA for d592ed6
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 Feb 18, 2026
Python API: Properly extract LLIL flags in get_flag_write_low_level_il
CouleeApps
committed
5730756
View commit details
Copy full SHA for 5730756
View code at this point
Browse repository at this point
Python API: Fix LLIL flags param type being inaccurate
Show description for 1897812
CouleeApps
committed
1897812
View commit details
Copy full SHA for 1897812
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 Sep 22, 2025
small documentation update for llil call and call_stack_adjust instructions
psifertex
committed
8cc5a88
View commit details
Copy full SHA for 8cc5a88
View code at this point
Browse repository at this point
Commits on Sep 18, 2025
[Python] Use IL-specific types in return type annotations for get_basic_block_at
tbodt
authored and
bdash
committed
ece7511
View commit details
Copy full SHA for ece7511
View code at this point
Browse repository at this point
Commits on Sep 10, 2025
Python: Update docs for label / transformation functions
CouleeApps
committed
9088469
View commit details
Copy full SHA for 9088469
View code at this point
Browse repository at this point
Commits on Aug 14, 2025
Corrected python docstring for LowLevelILFunction.float_convert
Show description for 2aa2a28
galenbwill
committed
2aa2a28
View commit details
Copy full SHA for 2aa2a28
View code at this point
Browse repository at this point
Commits on Jul 15, 2025
Move LLIL instruction retrieval into the LLIL function where it belongs
Show description for 1c01b00
emesare
committed
1c01b00
View commit details
Copy full SHA for 1c01b00
View code at this point
Browse repository at this point
Commits on Jul 2, 2025
fix warning for (m/l)lilfunction translate docs
psifertex
committed
e14338e
View commit details
Copy full SHA for e14338e
View code at this point
Browse repository at this point
Python: get_instruction_index_for_expr for all ILs
CouleeApps
committed
7331610
View commit details
Copy full SHA for 7331610
View code at this point
Browse repository at this point
Commits on Jul 1, 2025
Python: Add LLILFunction.get_instruction_index_for_expr
CouleeApps
committed
6694102
View commit details
Copy full SHA for 6694102
View code at this point
Browse repository at this point
Python: Update IL Function repr()s
CouleeApps
committed
be59016
View commit details
Copy full SHA for be59016
View code at this point
Browse repository at this point
Python: Report get_instruction_start returns InstructionIndex
CouleeApps
committed
dc9ddca
View commit details
Copy full SHA for dc9ddca
View code at this point
Browse repository at this point
Python: Couple minor typing tweaks
CouleeApps
committed
4699046
View commit details
Copy full SHA for 4699046
View code at this point
Browse repository at this point
Python: Fix copy_to for LowLevelILOperation.LLIL_REG_STACK_FREE_REL
CouleeApps
committed
3072843
View commit details
Copy full SHA for 3072843
View code at this point
Browse repository at this point
Python: Add LLIL for assert, force_ver
CouleeApps
committed
7324918
View commit details
Copy full SHA for 7324918
View code at this point
Browse repository at this point
Commits on Jun 12, 2025
Add missing IL ops, flags parameters, call stack adjust
CouleeApps
committed
5700131
View commit details
Copy full SHA for 5700131
View code at this point
Browse repository at this point
Commits on Jun 11, 2025
LLILIntrinsic: Don't quote type in detailed_operands
CouleeApps
committed
1755419
View commit details
Copy full SHA for 1755419
View code at this point
Browse repository at this point
Python: LLIL_GOTO/IF ops have InstructionIndex operands
CouleeApps
committed
7113133
View commit details
Copy full SHA for 7113133
View code at this point
Browse repository at this point
Allow LLILFunction.set_flag to use flag index
Show description for 5979718
CouleeApps
committed
5979718
View commit details
Copy full SHA for 5979718
View code at this point
Browse repository at this point
Fix doc and typing on ILFunction.append
CouleeApps
committed
1547764
View commit details
Copy full SHA for 1547764
View code at this point
Browse repository at this point
API to create immediate function graphs
CouleeApps
committed
7714756
View commit details
Copy full SHA for 7714756
View code at this point
Browse repository at this point
Commits on Apr 8, 2025
[aarch64] lift all LD[1-4]R? and ST[1-4] opcodes, lift ST/LDCLR, ST/LDEOR, ST/LDSET, and their variants
Show description for e301d99
galenbwill
committed
e301d99
View commit details
Copy full SHA for e301d99
View code at this point
Browse repository at this point
Commits on Mar 28, 2025
missed the older dates!
psifertex
committed
12f1e2e
View commit details
Copy full SHA for 12f1e2e
View code at this point
Browse repository at this point
Commits on Mar 27, 2025
Python: Fix a couple typoes in the IL builders
CouleeApps
committed
6679864
View commit details
Copy full SHA for 6679864
View code at this point
Browse repository at this point
Commits on Mar 6, 2025
Python: Add LLILFunction.translate and sample workflow using it
CouleeApps
committed
5192206
View commit details
Copy full SHA for 5192206
View code at this point
Browse repository at this point
Python: LLILFunction.prepare_to_copy_function and copy_to
CouleeApps
committed
5736062
View commit details
Copy full SHA for 5736062
View code at this point
Browse repository at this point
Python: Fix LLILFunction.flag() calling the flag `reg`
CouleeApps
committed
6530578
View commit details
Copy full SHA for 6530578
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.