You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it can be fixed by making sure that shellcraft.registers.current() returns a list rather than a dict (mips is the only architecture that it happens for, since type(shellcraft.registers.mips)==dict). A pull request is on its way.
The text was updated successfully, but these errors were encountered:
Arusekk
added a commit
to Arusekk/pwntools
that referenced
this issue
Mar 31, 2018
The problem is as follows:
But it can be fixed by making sure that
shellcraft.registers.current()
returns a list rather than a dict (mips is the only architecture that it happens for, sincetype(shellcraft.registers.mips)==dict
). A pull request is on its way.The text was updated successfully, but these errors were encountered: