We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi thanks for this library!
I'm trying to encode a DuckyScript file with LED_G commands and it appears that these LED commands aren't supported.
LED_G
The DuckyScript looks like:
DELAY 1000 LED_G
When running it through the encoder this is the output:
[+] Reading Input file. [-] Encoding File [!] Error on line 2: LED_G is not a valid command
I'm not even sure how to add that into this repository - not very familiar with the encoding process...
Thanks for the help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi thanks for this library!
I'm trying to encode a DuckyScript file with
LED_G
commands and it appears that these LED commands aren't supported.The DuckyScript looks like:
When running it through the encoder this is the output:
I'm not even sure how to add that into this repository - not very familiar with the encoding process...
Thanks for the help!
The text was updated successfully, but these errors were encountered: