Source: ropgadget Version: 7.5+dfsg-1 User: debian-pyt...@lists.debian.org Usertags: syntaxwarning
Hi Maintainer The SyntaxWarning below were emitted when this package was tested with pipuarts[1]. Regards Graham [1] https://piuparts.debian.org/sid/source/r/ropgadget.html Setting up python3-ropgadget (7.5+dfsg-1) ... /usr/lib/python3/dist-packages/ropgadget/gadgets.py:277: SyntaxWarning: invalid escape sequence '\?' [b"\xd6\?[\x00-\x03]{1}[\x00\x20\x40\x60\x80\xa0\xc0\xe0]{1}", 4, 4] # blr reg # noqa: W605 # FIXME: \? /usr/lib/python3/dist-packages/ropgadget/gadgets.py:282: SyntaxWarning: invalid escape sequence '\?' [b"[\x00\x20\x40\x60\x80\xa0\xc0\xe0]{1}[\x00-\x03]{1}\?\xd6", 4, 4] # blr reg # noqa: W605 # FIXME: \? /usr/lib/python3/dist-packages/ropgadget/ropchain/arch/ropmakerx64.py:29: SyntaxWarning: invalid escape sequence '\[' regex = re.search("mov .* ptr \[(?P<dst>([(rax)|(rbx)|(rcx)|(rdx)|(rsi)|(rdi)|(r9)|(r10)|(r11)|(r12)|(r13)|(r14)|(r15)]{3}))\], (?P<src>([(rax)|(rbx)|(rcx)|(rdx)|(rsi)|(rdi)|(r9)|(r10)|(r11)|(r12)|(r13)|(r14)|(r15)]{3}))$", f) /usr/lib/python3/dist-packages/ropgadget/ropchain/arch/ropmakerx86.py:29: SyntaxWarning: invalid escape sequence '\[' regex = re.search("mov dword ptr \[(?P<dst>([(eax)|(ebx)|(ecx)|(edx)|(esi)|(edi)]{3}))\], (?P<src>([(eax)|(ebx)|(ecx)|(edx)|(esi)|(edi)]{3}))$", f)