首页下载资源后端pyobfuscate 混淆加密

ZIPpyobfuscate 混淆加密

weixin_4272706937.35KB需要积分:1

资源文件列表:

pyobfuscate.zip 大约有58个文件
  1. .cvsignore 37B
  2. LICENSE 17.57KB
  3. Makefile 303B
  4. MANIFEST.in 159B
  5. pyobfuscate 43.47KB
  6. pyobfuscate-install 1.97KB
  7. pyobfuscate.cmd 199B
  8. pyobfuscate.py 250B
  9. README 1.7KB
  10. setup.cfg 38B
  11. setup.py 480B
  12. test/
  13. test/generated/
  14. test/generated/.gitempty 13B
  15. test/generated/package/
  16. test/generated/package/.gitempty 13B
  17. test/global_lib.py 109B
  18. test/run_tests 448B
  19. test/testfiles/
  20. test/testfiles/.cvsignore 6B
  21. test/testfiles/allpublic.py 131B
  22. test/testfiles/allpublic_hidden.py 129B
  23. test/testfiles/bug1583.py 92B
  24. test/testfiles/bug1673.py 188B
  25. test/testfiles/commblanks.py 139B
  26. test/testfiles/defafteruse.py 231B
  27. test/testfiles/dyn_all.py 89B
  28. test/testfiles/global.py 120B
  29. test/testfiles/import.py 59B
  30. test/testfiles/importall_star.py 86B
  31. test/testfiles/importpackage.py 66B
  32. test/testfiles/importpackage_as.py 73B
  33. test/testfiles/keywordclass.py 194B
  34. test/testfiles/keywordclassuser.py 108B
  35. test/testfiles/keywordfunc.py 185B
  36. test/testfiles/lambda_global.py 216B
  37. test/testfiles/package/
  38. test/testfiles/package/.cvsignore 6B
  39. test/testfiles/package/tobeimported.py 80B
  40. test/testfiles/package/__init__.py
  41. test/testfiles/power.py 40B
  42. test/testfiles/tobeimported.py 78B
  43. test/testfiles/tobeimported_everything.py 142B
  44. test/testfiles/tobeimported_noall.py 77B
  45. test/test_args.py 2.19KB
  46. test/test_classes.py 2.2KB
  47. test/test_default_encodings.py 336B
  48. test/test_fstring.py 788B
  49. test/test_globals.py 4.5KB
  50. test/test_lambda.py 907B
  51. test/test_latin9_declarations.py 308B
  52. test/test_literals.py 749B
  53. test/test_locals.py 1.94KB
  54. test/test_nonlocals.py 3.48KB
  55. test/test_pyobfuscate.py 8.51KB
  56. test/test_utf8_declarations.py 304B
  57. TODO 750B
  58. 使用方法说明.txt 195B

资源介绍:

包含pyobfuscate库及使用方法,也可以参考我的博客《python代码的保护之pyobfuscate(二)》使用
参考链接:https://blog.csdn.net/WonderThink/article/details/134745204 用法: python pyobfuscate.py [source.py] > [out.py] eg: python pyobfuscate.py my_algorithm_1.py > dist\my_module_1.py
100+评论
captcha