dirtbags / fluffy

Tools for Network Archaeology (internet protocol analysis)
Other
27 stars 9 forks source link

xor's mask can't be hexadecimal ('0x' isn't recognized and -x argument isn't valid) #4

Closed q2dg closed 3 years ago

q2dg commented 3 years ago

I've downloaded xor.c from your repository and I've compiled simply by doing: gcc -o xor.exe xor.c (where gcc's version is gcc 10.2.1 20201125 (Red Hat 10.2.1-9) and my system is Fedora 33). From here, a picture is worth a thousand words:

Captura de pantalla de 2021-02-03 01-12-39

Thanks a lot

nealey commented 3 years ago

Oops.

nealey commented 3 years ago

Thanks for the bug report! I'm going to go write a regression test harness now :)