Initial support for Python 3.6 disassembly
This commit is contained in:
@@ -130,6 +130,12 @@ void PycModule::setVersion(unsigned int magic)
|
||||
m_unicode = true;
|
||||
break;
|
||||
|
||||
case MAGIC_3_6:
|
||||
m_maj = 3;
|
||||
m_min = 6;
|
||||
m_unicode = true;
|
||||
break;
|
||||
|
||||
/* Bad Magic detected */
|
||||
default:
|
||||
m_maj = -1;
|
||||
|
||||
Reference in New Issue
Block a user