├── .vs └── NativeLoader │ └── v14 │ └── .suo ├── NLCompressor ├── CompressData.h ├── NLCompressor.cpp ├── NLCompressor.vcxproj ├── NLCompressor.vcxproj.filters ├── NLCompressor.vcxproj.user ├── ReadMe.txt └── UnCompressData.h ├── NativeLoader.sln └── NativeLoader ├── ClearDll.dll.comp ├── NativeLoader.cpp ├── NativeLoader.vcxproj ├── NativeLoader.vcxproj.filters ├── NativeLoader.vcxproj.user ├── ReadMe.txt ├── native_loader.h ├── stdafx.cpp ├── stdafx.h ├── structures.h ├── targetver.h └── test_loader.h /.vs/NativeLoader/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/.vs/NativeLoader/v14/.suo -------------------------------------------------------------------------------- /NLCompressor/CompressData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NLCompressor/CompressData.h -------------------------------------------------------------------------------- /NLCompressor/NLCompressor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NLCompressor/NLCompressor.cpp -------------------------------------------------------------------------------- /NLCompressor/NLCompressor.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NLCompressor/NLCompressor.vcxproj -------------------------------------------------------------------------------- /NLCompressor/NLCompressor.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NLCompressor/NLCompressor.vcxproj.filters -------------------------------------------------------------------------------- /NLCompressor/NLCompressor.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NLCompressor/NLCompressor.vcxproj.user -------------------------------------------------------------------------------- /NLCompressor/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NLCompressor/ReadMe.txt -------------------------------------------------------------------------------- /NLCompressor/UnCompressData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NLCompressor/UnCompressData.h -------------------------------------------------------------------------------- /NativeLoader.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader.sln -------------------------------------------------------------------------------- /NativeLoader/ClearDll.dll.comp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader/ClearDll.dll.comp -------------------------------------------------------------------------------- /NativeLoader/NativeLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader/NativeLoader.cpp -------------------------------------------------------------------------------- /NativeLoader/NativeLoader.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader/NativeLoader.vcxproj -------------------------------------------------------------------------------- /NativeLoader/NativeLoader.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader/NativeLoader.vcxproj.filters -------------------------------------------------------------------------------- /NativeLoader/NativeLoader.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader/NativeLoader.vcxproj.user -------------------------------------------------------------------------------- /NativeLoader/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader/ReadMe.txt -------------------------------------------------------------------------------- /NativeLoader/native_loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader/native_loader.h -------------------------------------------------------------------------------- /NativeLoader/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader/stdafx.cpp -------------------------------------------------------------------------------- /NativeLoader/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader/stdafx.h -------------------------------------------------------------------------------- /NativeLoader/structures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader/structures.h -------------------------------------------------------------------------------- /NativeLoader/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader/targetver.h -------------------------------------------------------------------------------- /NativeLoader/test_loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jnastarot/native_peloader/HEAD/NativeLoader/test_loader.h --------------------------------------------------------------------------------