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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error append with encoder (web and command) when i try to encode a "à" (STRING à)
ducktools.py -e -l fr /media/root/DUCKY/Bart.txt /media/root/DUCKY/inject.bin [+] Reading Input file. [-] Encoding File Error parsing duck_text: '\xe0' [!] Something went wrong [-] Encoding complete [-] Writing inject.bin to /media/root/DUCKY/inject.bin Traceback (most recent call last): File "/usr/local/bin/ducktools.py", line 69, in out.write(duck_bin) TypeError: argument 1 must be string or buffer, not bool
The text was updated successfully, but these errors were encountered:
Thanks there is no support for unicode chars which includes the extended character set. We are looking at this for a pre xmas release.
Sorry, something went wrong.
kevthehermit
411Hall
No branches or pull requests
An error append with encoder (web and command) when i try to encode a "à" (STRING à)
The text was updated successfully, but these errors were encountered: