-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
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
Add hexdump to print non-ascii characters #173
Comments
Can you make a PR with this fix? |
@SweetVishnya yes I can, I don't have time right now though that's why I put it in an issue. |
Ekultek
changed the title
Add hexdump to print non-ascci characters
Add hexdump to print non-ascii characters
Feb 14, 2022
Hey, I'm most likely not going to have time in the near future, so the code above should work, if you want to test it. |
Ok, I'll try to find time this week to apply this patch. |
I merged a fix to master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a hexdump for it so that it can decode the string properly, for example (in core.py):
This way if anything comes up thats not printable you can still see it without crashing the program
The text was updated successfully, but these errors were encountered: