ossiozac / Raspberry-Pi-Zero-Rubber-Ducky-Duckberry-Pi

A £10 Rubber Ducky USB HID! A USB device which emulates a keyboard and automates key entry.
MIT License
252 stars 34 forks source link

A few little fix ups #4

Closed DaElf closed 5 years ago

DaElf commented 6 years ago

Nothing ground breaking

Remove binaries -- Add Makefile

Remove hard coded paths.

Split things into 2 files

ossiozac commented 5 years ago

Thanks for the input :) If you have time, could you please update the ReadMe to include compiling the C files?

Cheers

ossiozac commented 5 years ago

After looking more at the code, there will be issues with the set up script due to hard coded URLS, file permissions and the non-compiled code. I need to update the code to Git Clone this repository and build the compiled C code. For now I will revert until it is fixed. Sorry for the confusion