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
I was trying to update this to python 3 , but there are some files that were missing when working with the latest version of Miasm.
Yes, I know to work with Miasm stable 1.1 but even that is python2 and it as everyone knows has been dead for a year now.
I was going through slowly updating it until I ran into this
inside
from miasm2.expression.modint import mod_size2int
ModuleNotFoundError: No module named 'miasm.expression.modint'
and indeed there is no file called modint in Miasm. Now this despite being an error of not finding something in MIASM is a problem with Sibyl using/referencing old code.
The text was updated successfully, but these errors were encountered:
I was trying to update this to python 3 , but there are some files that were missing when working with the latest version of Miasm.
Yes, I know to work with Miasm stable 1.1 but even that is python2 and it as everyone knows has been dead for a year now.
I was going through slowly updating it until I ran into this
inside
and indeed there is no file called modint in Miasm. Now this despite being an error of not finding something in MIASM is a problem with Sibyl using/referencing old code.
The text was updated successfully, but these errors were encountered: