merrychap / shellen

:cherry_blossom: Interactive shellcoding environment to easily craft shellcodes
MIT License
888 stars 97 forks source link

Fix ImportErorr due to prompt_toolkit upgrade #16

Closed ywkw1717 closed 5 years ago

ywkw1717 commented 5 years ago

Hi, the issue same as this( #15 ) occurred in my environment.

Apparently, this is a bug caused by Python Prompt Toolkit upgrading to 2.0.

In Python Prompt Toolkit 2.0, there were many changes. ( https://python-prompt-toolkit.readthedocs.io/en/stable/pages/upgrading.html#pygments-styles-and-tokens )

I send this pull request to fix this issue.

merrychap commented 5 years ago

Yay! I will check it in the evening :+1:

ywkw1717 commented 5 years ago

Thanks!

merrychap commented 5 years ago

Good job! <3