├── LICENSE ├── README.md ├── pe_unmapper.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1ght-w0lf/pe-unmapper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1ght-w0lf/pe-unmapper/HEAD/README.md -------------------------------------------------------------------------------- /pe_unmapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/n1ght-w0lf/pe-unmapper/HEAD/pe_unmapper.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pefile>=2022.5.30 2 | --------------------------------------------------------------------------------