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 }}
DumpAnalysis
/
kernelscript
Public
forked from
multikernel/kernelscript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
kernelscript
src
btf_binary_parser.ml
on
main
User selector
All users
All time
Commit history
Commits on Aug 1, 2025
Add function to extract kernel-defined struct names from BTF file and update related interfaces.
congwang-mk
committed
db3fcec
View commit details
Copy full SHA for db3fcec
View code at this point
Browse repository at this point
Commits on Jul 20, 2025
Implement kprobe support by extracting kernel function signatures and updating context handling. Remove KprobeContext references and replace with pt_regs.
congwang-mk
committed
b0dfa99
View commit details
Copy full SHA for b0dfa99
View code at this point
Browse repository at this point
Commits on Jul 16, 2025
Enhance BTF parsing by adding support for extracting union members and introducing hardcoded enum definitions for tc_action constants. Update type resolution logic to handle anonymous unions and im…
Show description for 06dcdde
congwang-mk
committed
06dcdde
View commit details
Copy full SHA for 06dcdde
View code at this point
Browse repository at this point
Enhance BTF parsing to support enum types, extracting enum values alongside struct and union members. Update related comments and variable declarations for consistency in KernelScript generation.
congwang-mk
committed
8b72f7c
View commit details
Copy full SHA for 8b72f7c
View code at this point
Browse repository at this point
Commits on Jul 14, 2025
Add Apache License 2.0 header to all source and test files for compliance and consistency.
congwang-mk
committed
4e7697d
View commit details
Copy full SHA for 4e7697d
View code at this point
Browse repository at this point
Commits on Jul 3, 2025
Refactor BTF binary parser to utilize libbpf C bindings for improved performance and memory management. Add support for struct_ops extraction and template generation.
congwang-mk
committed
49fa4b5
View commit details
Copy full SHA for 49fa4b5
View code at this point
Browse repository at this point
Commits on Jul 2, 2025
Enhance type definitions in KernelScript by adding a kernel-defined flag to structs and enums.
congwang-mk
committed
47b2109
View commit details
Copy full SHA for 47b2109
View code at this point
Browse repository at this point
Refactor BTF parsing to implement a two-step approach: first scan for target types by name, then parse detailed information only for those types. This improves efficiency and reduces unnecessary me…
Show description for 56a3090
congwang-mk
committed
56a3090
View commit details
Copy full SHA for 56a3090
View code at this point
Browse repository at this point
Refactor context types in KernelScript to standardize naming conventions, replacing `XdpContext` with `xdp_md` and `XdpAction` with `xdp_action` across all relevant files. This change improves cons…
Show description for 2083393
congwang-mk
committed
2083393
View commit details
Copy full SHA for 2083393
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.