gitextract_l8_ts1di/ ├── .gitattributes ├── .gitignore ├── DLL_encrypt.py ├── LICENSE ├── README.md ├── RIPPL/ │ ├── Indexes.h │ ├── Inline.h │ ├── Log.h │ ├── MetaFSM.h │ ├── MetaRandom.h │ ├── MetaString.h │ ├── RIPPL.cpp │ ├── RIPPL.rc │ ├── RIPPL.vcxproj │ ├── RIPPL.vcxproj.filters │ ├── Unroller.h │ ├── common.hpp │ ├── exploit.cpp │ ├── exploit.h │ ├── lazy_importer.hpp │ ├── ntdll.h │ ├── packages.config │ ├── resource.h │ ├── skCrypter.hpp │ ├── utils.cpp │ ├── utils.h │ └── winver.manifest ├── RIPPL.sln ├── RIPPLDLL/ │ ├── RIPPL.def │ ├── RIPPLDLL.cpp │ ├── RIPPLDLL.vcxproj │ ├── RIPPLDLL.vcxproj.filters │ ├── dllexploit.cpp │ ├── dllexploit.h │ └── packages.config ├── carboncopy.py ├── postbuild.bat └── restore_headers.py