Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Netdex authored Jan 7, 2018
1 parent b126034 commit b04229f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# HIDFuzzer
# Android HID Script

**Use at your own risk. For educational purposes only.**

Expand All @@ -23,8 +23,8 @@ A couple of demo applications are implemented:

New demo applications can be added to `assets/scripts`. The API is pretty much self-documenting, just look at the existing demos to get a feel for how the API works.

For people who want to implement HID functionality in their own apps, HID interfacing code available [here (HID.java)](https://github.com/Netdex/HIDFuzzer/blob/master/app/src/main/java/cf/netdex/hidfuzzer/hid/HID.java),
and a simple ease-of-use wrapper is available [here (HIDR.java)](https://github.com/Netdex/HIDFuzzer/blob/master/app/src/main/java/cf/netdex/hidfuzzer/hid/HIDR.java). The documentation should be enough to understand how it works.
For people who want to implement HID functionality in their own apps, HID interfacing code available [here (HID.java)](https://github.com/Netdex/android-hid-script/blob/master/app/src/main/java/cf/netdex/hidfuzzer/hid/HID.java),
and a simple ease-of-use wrapper is available [here (HIDR.java)](https://github.com/Netdex/android-hid-script/blob/master/app/src/main/java/cf/netdex/hidfuzzer/hid/HIDR.java). The documentation should be enough to understand how it works.

Requires ChainFire's [libsuperuser](https://github.com/Chainfire/libsuperuser) to keep a su shell open.

Expand Down

0 comments on commit b04229f

Please sign in to comment.