Today Finished:
- Create 3 new classes for readWrite form. They are HID(), win32Keyboard() and handler()
- Integrate the classes into one.
- Spot out the correct process name of the foreground process, then send some hard-coded byte values to the device
- Can read report from device and split it into two modes. The first is modifier and another is non-modifier. Modifier consists of 8Bits defined in HID1_11.pdf. Non-modifier somehow can be found by simple maths.
- Create an ArrayList to store all key pressed first and released all of them at once.
Going to implement:
- Make our process running in background. Reference:
- Optimize the program, maybe by minimizing the code size and introducing some algorithms.
- Start debugging. Finding any possible bugs.
- Get URL from Hwnd, have to try.
- Find a way to register hot-key in windows
Page 70 of the HID1_11.pdf which can be downloaded from the USB official website is useful.
No comments:
Post a Comment