script.py 523 B

123456789101112131415161718192021222324
  1. # coding:utf8
  2. __author__ = 'dong'
  3. import os
  4. import logging
  5. import xml.dom.minidom
  6. import re
  7. import shutil
  8. import glob
  9. from xml.etree.ElementTree import ElementTree, Element
  10. import distutils.dir_util
  11. import gw_data_center
  12. def script_init(SDK, decompileDir, channelSdkInfo, new_game_channel_info, gameInfo):
  13. sdk_id = channelSdkInfo['id']
  14. if sdk_id == "512":
  15. gw_data_center.pack_small = False
  16. if __name__ == '__main__':
  17. script_init("", "E:\\apk\\youhua\\LYJY360_12412_360逆向_1.23.00", "", "", "")