Open nayaneshgudla opened 3 months ago
i have this problem too
This is new in Python 3.12 as the error used to be hidden but now it is enforced to be displayed. the quick fix is to add r
to the left of the string to signify it is a raw string. https://docs.python.org/3/library/re.html#raw-string-notation
This is only a warning and it is functuanally the same and has no impact on usage. it is annoying now. simple fix can be found in the pull requests.
Getting the same bunch of the warnings while running peda
Getting the same bunch of the errors while running peda
This is new in Python 3.12 as the error used to be hidden but now it is enforced to be displayed. the quick fix is to add
r
to the left of the string to signify it is a raw string. https://docs.python.org/3/library/re.html#raw-string-notationThis is only a warning and it is functuanally the same and has no impact on usage. it is annoying now. simple fix can be found in the pull requests.
It works for me, after fixing all those warnings in peda.py manually
Getting the same bunch of the errors while running peda
This is new in Python 3.12 as the error used to be hidden but now it is enforced to be displayed. the quick fix is to add
r
to the left of the string to signify it is a raw string. https://docs.python.org/3/library/re.html#raw-string-notation This is only a warning and it is functuanally the same and has no impact on usage. it is annoying now. simple fix can be found in the pull requests.It works for me, after fixing all those warnings in peda.py manually
re read my comment, there are already pull requests from multiple people who do this. I moved to pwndbg now. GL