Last active
August 29, 2015 14:19
-
-
Save alex/233c3e3498a459c55a6c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0,’Ò_!>[Fþù7~e…A£ë-ع¿³MÆ)rUÃ+¦¼Œ€Vå |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
import afl | |
from cryptography.hazmat.primitives.asymmetric.utils import decode_rfc6979_signature | |
afl.start() | |
try: | |
decode_rfc6979_signature(sys.stdin.read()) | |
except ValueError: | |
pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment