Add Python 3.5 disassembly support
This commit is contained in:
@@ -25,9 +25,9 @@ if len(sys.argv) != 3:
|
||||
if not os.path.exists(sys.argv[2]):
|
||||
os.mkdir(sys.argv[2])
|
||||
|
||||
maplist = [ 10, 11, 13, 14, 15, 16,
|
||||
maplist = [ 10, 11, 13, 14, 15, 16,
|
||||
20, 21, 22, 23, 24, 25, 26, 27,
|
||||
30, 31, 32, 33, 34 ]
|
||||
30, 31, 32, 33, 34, 35 ]
|
||||
|
||||
for mapver in maplist:
|
||||
infile = open(os.path.join(sys.argv[1], 'python_%d.map' % mapver), 'rt')
|
||||
|
Reference in New Issue
Block a user