├── .gitmodules ├── README.md ├── hello.c ├── inline_str_crypt.cpp ├── obfuscator.patch ├── standalone-build.sh └── standalone_str_crypt_gloablCtors.cpp /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McFacePunch/OLLVM2/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McFacePunch/OLLVM2/HEAD/README.md -------------------------------------------------------------------------------- /hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McFacePunch/OLLVM2/HEAD/hello.c -------------------------------------------------------------------------------- /inline_str_crypt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McFacePunch/OLLVM2/HEAD/inline_str_crypt.cpp -------------------------------------------------------------------------------- /obfuscator.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McFacePunch/OLLVM2/HEAD/obfuscator.patch -------------------------------------------------------------------------------- /standalone-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McFacePunch/OLLVM2/HEAD/standalone-build.sh -------------------------------------------------------------------------------- /standalone_str_crypt_gloablCtors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/McFacePunch/OLLVM2/HEAD/standalone_str_crypt_gloablCtors.cpp --------------------------------------------------------------------------------