You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Little modification in Scanner26
This commit is contained in:
@@ -322,9 +322,7 @@ class Scanner:
|
||||
toDel += [target, target-3]
|
||||
# update PJIF
|
||||
target = self.get_target(target-3)
|
||||
if target > 0xFFFF:
|
||||
raise 'TODO'
|
||||
self.restructJump(start, i)
|
||||
self.restructJump(start, target)
|
||||
start += self.op_size(PJIF)
|
||||
# del DELETE_NAME x
|
||||
start = end
|
||||
|
Reference in New Issue
Block a user