CreditTone / hooker

🔥🔥hooker是一个基于frida实现的逆向工具包。为逆向开发人员提供统一化的脚本包管理方式、通杀脚本、自动化生成hook脚本、内存漫游探测activity和service、firda版JustTrustMe、disable ssl pinning
Apache License 2.0
3.65k stars 924 forks source link

add .env in .gitignore for improving the experience of python venv. #69

Open kvii opened 3 months ago

kvii commented 3 months ago

".env" is commonly used in venv, which is an official python dependency management tool. This directory stores dependencies of this project. So It should be ignore when using venv.