You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Show embeded timestamp of byte-decompiled file
This commit is contained in:
@@ -84,7 +84,7 @@ files=[
|
||||
|
||||
for base in files:
|
||||
filename = "bytecode_%s/%s.pyc" % (PYTHON_VERSION_STR, base)
|
||||
version, magic_int, co = uncompyle6.load_module(filename)
|
||||
version, timestamp, magic_int, co = uncompyle6.load_module(filename)
|
||||
ok = True
|
||||
|
||||
if type(co) == list:
|
||||
|
Reference in New Issue
Block a user