Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naozibuhao/iGuardForPython
https://github.com/naozibuhao/iGuardForPython
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naozibuhao/iGuardForPython
- Owner: naozibuhao
- Created: 2018-06-06T07:33:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T11:45:09.000Z (over 4 years ago)
- Last Synced: 2024-05-19T14:30:58.437Z (6 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
- awesome-hacking-lists - naozibuhao/iGuardForPython - (Python)
README
防篡改Py版_V1.0
依赖模块
wheel
watchdog
如果没有安装请执行
[>]pip install wheel
[>]pip install watchdog支持事件触发和时间轮训两种机制
具体配置详见Config.py
针对文件/文件夹所有的修改,增加,删除均会进行防篡改处理
针对修改的文件,新增的文件会做备份处理方便后期查看和调取=========================================
2020-4-16
解决两个问题
1.删除不需要模块引用
可以不用引用wheel模块了
2.window 终端打印中文乱码