Commit Graph

12 Commits

Author SHA1 Message Date
yunwei37
277ecbaf9d Add HID-BPF tutorial and implementation for virtual mouse input modification
- Introduced a comprehensive tutorial in README.md explaining how to fix broken HID devices using eBPF without kernel patches.
- Implemented a userspace program (hid-input-modifier.c) that creates a virtual HID mouse using the uhid interface and sends synthetic mouse events.
- Developed a BPF program (hid-input-modifier.bpf.c) that intercepts HID events and modifies mouse movement data, effectively doubling the X and Y movement.
- Created necessary header files (hid_bpf.h, hid_bpf_defs.h, hid_bpf_helpers.h) to define structures and helper functions for the BPF program.
- Added functionality to find and manage the virtual HID device, ensuring seamless integration with the BPF program.
2025-10-05 22:40:58 -07:00
yunwei37
445722e8a3 docs: remove redundant references to official documentation in multiple tutorial README files 2025-10-01 16:56:59 -07:00
Yusheng Zheng
049b40d222 rename README to chinese documents 2024-10-20 07:20:38 +00:00
云微
af2d46a846 Add sslsniff documents (#67)
* impl 25 signal

* update more about openssl analysis

* add skeleton for sslsniff

* add code

* fix summary link

* add link for signal

* add ci for 25 and 30

* fix docs
2023-08-22 06:56:18 +08:00
Ruidong-X
bf4fa6f9af [bootstrap] add some compile infomation (#64) 2023-08-16 17:54:34 +01:00
云微
7134d52f4e Add link to English Webiste (#60)
* lint eng doc 1-4

* update link to our website

* update link to eng websize

* fix unintentional space
2023-08-15 17:39:25 +08:00
yunwei37
57e0164e90 update exitsnoop and bootstrap 2023-05-07 03:38:43 +08:00
yunwei37
6e8427badf update perf 2023-05-07 01:59:08 +08:00
yunwei37
fc1301094e add bootstrap files 2023-05-07 01:25:01 +08:00
TenT
fcad798022 fix the parameters (#21)
* fix some pages not found in the README.md

* fix some command parameters not right in Readme.md
2023-04-07 11:02:24 +08:00
云微
8a080f4178 Improve hello world and add template documents (#16)
* rename ecli to ecli run

* improve hello world document

* update template documents

* update bcc link
2023-03-24 02:56:29 +08:00
ocfox
52ae3ae26d feat: deploy static web with mdbook (#11) 2023-03-09 11:36:23 +08:00