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