├── .gitignore ├── README.md ├── img ├── edr.png ├── generated.png ├── loaders.png ├── myph_loader.png └── poc.png ├── install └── install.sh ├── matro7sh_221b.py └── matro7sh_myph.py /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .idea 3 | venv/ 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matro7sh/matro7sh_loaders/HEAD/README.md -------------------------------------------------------------------------------- /img/edr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matro7sh/matro7sh_loaders/HEAD/img/edr.png -------------------------------------------------------------------------------- /img/generated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matro7sh/matro7sh_loaders/HEAD/img/generated.png -------------------------------------------------------------------------------- /img/loaders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matro7sh/matro7sh_loaders/HEAD/img/loaders.png -------------------------------------------------------------------------------- /img/myph_loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matro7sh/matro7sh_loaders/HEAD/img/myph_loader.png -------------------------------------------------------------------------------- /img/poc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matro7sh/matro7sh_loaders/HEAD/img/poc.png -------------------------------------------------------------------------------- /install/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matro7sh/matro7sh_loaders/HEAD/install/install.sh -------------------------------------------------------------------------------- /matro7sh_221b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matro7sh/matro7sh_loaders/HEAD/matro7sh_221b.py -------------------------------------------------------------------------------- /matro7sh_myph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matro7sh/matro7sh_loaders/HEAD/matro7sh_myph.py --------------------------------------------------------------------------------