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
Type
/
to 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 }}
idandev
/
hidefile-kernel-module
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
10
Code
Issues
0
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
[Feature] Added char device driver communication
- #13
#13
Open
idandev
wants to merge 11 commits into
main
idandev/hidefile-kernel-module:main
from
feature/driver-comms
idandev/hidefile-kernel-module:feature/driver-comms
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
[Feature] Added char device driver communication
#13
idandev
wants to merge 11 commits into
main
idandev/hidefile-kernel-module:main
from
feature/driver-comms
idandev/hidefile-kernel-module:feature/driver-comms
Copy head branch name to clipboard
Commits
Commits on Aug 13, 2022
Added basic driver stuff
idandev
committed
a530268
View commit details
Copy full SHA for a530268
Browse repository at this point
Commits on Aug 14, 2022
Added new line at the end of each file
idandev
committed
12fe244
View commit details
Copy full SHA for 12fe244
Browse repository at this point
Made driver work by -E convention while returning errors on init
idandev
committed
7932747
View commit details
Copy full SHA for 7932747
Browse repository at this point
Changed driver name in the call to the VFS to register the major
idandev
committed
3004665
View commit details
Copy full SHA for 3004665
Browse repository at this point
Fixed writing null getdents64 on exit after error
idandev
committed
60ad0f3
View commit details
Copy full SHA for 60ad0f3
Browse repository at this point
Changed module author
idandev
committed
3ab38ac
View commit details
Copy full SHA for 3ab38ac
Browse repository at this point
Commits on Aug 16, 2022
Added char device creation and cleaned the driver stuff after lkm exit
idandev
committed
a126123
View commit details
Copy full SHA for a126123
Browse repository at this point
Fixed strncpy_from_user wrong if check
idandev
committed
6c399d0
View commit details
Copy full SHA for 6c399d0
Browse repository at this point
Commits on Aug 27, 2022
Removed unnecessary header from idanm.h
idandev
committed
4cb6178
View commit details
Copy full SHA for 4cb6178
Browse repository at this point
Implemented open, read, write and release to the driver
idandev
committed
93f3cec
View commit details
Copy full SHA for 93f3cec
Browse repository at this point
Organized imports' documentation
idandev
committed
ad1f0c4
View commit details
Copy full SHA for ad1f0c4
Browse repository at this point
You can’t perform that action at this time.