As of now, assembling the output from dis, only yields a code object which is then directly fed to eval to check for functional correctness. This will not be able to reconstruct back the executable pyc file. Extending this to produce an executable pyc output is necessary to complete #2
As of now, assembling the output from
dis, only yields a code object which is then directly fed toevalto check for functional correctness. This will not be able to reconstruct back the executablepycfile. Extending this to produce an executablepycoutput is necessary to complete #2