├── DLLHijacker.py ├── LICENSE ├── README.md └── requirements.txt /DLLHijacker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiwings/DLLHijacker/HEAD/DLLHijacker.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiwings/DLLHijacker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiwings/DLLHijacker/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pefile 2 | --------------------------------------------------------------------------------