longld / peda

PEDA - Python Exploit Development Assistance for GDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalid syntax in peda/lib/shellcode.py

Leeericent opened this issue · comments

Hello, I got this problem when install peda.

Traceback (most recent call last):
File "~/peda/peda.py", line 40, in
File "/root/peda/lib/shellcode.py", line 35
return {k: six.b(v) for k, v in dict_.items()}
^
SyntaxError: invalid syntax

I'm on centos 6 and my python version is 2.7.12

Duplicated with #59