Results 1 to 2 of 2

Thread: gdb-peda

  1. #1
    Join Date
    2015-Mar
    Posts
    10

    gdb-peda

    Has anyone been able to get gdb-peda working on Kali 4.3.0? After I updated using the Kali rolling repository, I get errors when trying to load peda. I am running GDB 7.10 and python 2.7.11. The error is
    File "/usr/local/lib/python2.7/dist-packages/peda/peda.py", line 67
    except Exception, e:
    I tried changing every occurrence of "except Exception, e:" to "except Exception as e:" but that didn't work. Thanks for the help.

  2. #2
    Join Date
    2015-Mar
    Posts
    10
    Found a link to another version of peda that has been extended by Zach Riggle to add some features and give dual-compatibility with Python2 and Python3. Works in Kali2016.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •