Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/progzone122/aegis-2067usb-protocol

Reverse-engineering the USB protocol for the AULA Aegis 2067usb (a.k.a F2067) keyboard to enable direct communication with its controller and change settings without using the official software.
https://github.com/progzone122/aegis-2067usb-protocol

2067usb aegis aula f2067 keyboard protocol reverse-engineering usb usb-hid usb-hid-devices

Last synced: 6 days ago
JSON representation

Reverse-engineering the USB protocol for the AULA Aegis 2067usb (a.k.a F2067) keyboard to enable direct communication with its controller and change settings without using the official software.

Awesome Lists containing this project

README

        

# AULA Aegis 2067usb protocol reverse engineering
Reverse-engineering the USB protocol for the AULA Aegis 2067usb (a.k.a F2067) keyboard to enable direct communication with its controller and change settings without using the official software.

#### Reverse engineering with love from [DiabloSat](https://github.com/progzone122) 💖

1730209705_grim

## Protocol
- [Get started](get_started.md)
- [Protocol Docs](protocol/main.md)

### Tools that have been used for reverse engineering

- [Official software (driver) for Aegis 2067usb keyboard](https://github.com/progzone122/aegis-2067usb-official-software)
- [Wireshark](https://github.com/wireshark/wireshark)
- [USBPcap](https://github.com/desowin/usbpcap)
- [LibUSB](https://github.com/libusb/libusb)
- [PyUSB](https://github.com/pyusb/pyusb)