-
-
Notifications
You must be signed in to change notification settings - Fork 745
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
Various error info reported by gef #735
Comments
Hello @TommyJerryMairo, I can now reproduce the "Deprecation Warning" problem but not the The issue is caused in Line 2768 in 5baa128
More specifically by .string(encoding="unicode_escape") It can also be reproduced with this minimal case: b"\/".decode("unicode_escape")
This is due to the fact that Python used to be very lax in regards to encodings and is aiming to be more accurate in the future. The "interesting" part is that once the There would be a few options to handle this
@hugsy @Grazfather what do you think about this? |
Good catch, but for GEF we assume that users will be using |
Should be fixed by #736 Re-open if not. Thanks. |
dev
branch?gdb -nx
the closed ones) - and the PR?
Step 1: Describe your environment
version
in GEF.Step 2: Describe your problem
Steps to reproduce
poc.c
from the minimalist test case to get the binarypoc
poc
with gefb 4
r
commandMinimalist test case
Observed Results
Error while writing index for /tmp/poc: mkstemp: No such file or directory.
in step 2Expected results
Traces
The text was updated successfully, but these errors were encountered: