Svenskithesource / PyArmor-Unpacker

A deobfuscator for PyArmor.
GNU General Public License v3.0
536 stars 75 forks source link

Issue after inserting EXTENDED_ARG #7

Closed Svenskithesource closed 2 years ago

Svenskithesource commented 2 years ago

After we insert the EXTENDED_ARG the loop continues where it left off which means the index is wrong. Using a while loop will fix it.