├── .gitignore ├── LICENSE ├── README.md ├── requirements.txt ├── setup_supermem.sh └── winSuperMem.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrowdStrike/SuperMem/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrowdStrike/SuperMem/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrowdStrike/SuperMem/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | tqdm 2 | termcolor -------------------------------------------------------------------------------- /setup_supermem.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrowdStrike/SuperMem/HEAD/setup_supermem.sh -------------------------------------------------------------------------------- /winSuperMem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrowdStrike/SuperMem/HEAD/winSuperMem.py --------------------------------------------------------------------------------