├── .gitignore ├── LICENSE ├── README.md ├── emerald.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snaacky/emerald/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snaacky/emerald/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snaacky/emerald/HEAD/README.md -------------------------------------------------------------------------------- /emerald.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Snaacky/emerald/HEAD/emerald.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | Pymem==1.0 2 | #pywin32api 3 | --------------------------------------------------------------------------------