├── Cryptic v3.0 └── Cryptic v3.0 │ └── Cryptic v3.0 │ ├── Cryptic.dsp │ ├── Cryptic.dsw │ ├── Cryptic.ncb │ ├── Cryptic.opt │ ├── Cryptic.plg │ ├── Cryptic.rc │ ├── Stub │ ├── Stub.aps │ ├── Stub.dsp │ ├── Stub.dsw │ ├── Stub.ncb │ ├── Stub.opt │ ├── Stub.plg │ ├── main.cpp │ ├── resource.h │ └── stub.rc │ ├── XPThemes.manifest │ ├── cryptic.bmp │ ├── exe.ico │ ├── main.cpp │ ├── resource.h │ └── skull.ico ├── DrIdle_crypter ├── MyEncrypter │ ├── MyEncrypter.sln │ ├── MyEncrypter.suo │ └── MyEncrypter │ │ ├── MyEncrypter.cpp │ │ ├── MyEncrypter.vcxproj │ │ ├── MyEncrypter.vcxproj.filters │ │ ├── MyEncrypter.vcxproj.user │ │ ├── aes256.cpp │ │ ├── aes256.h │ │ ├── stdafx.cpp │ │ ├── stdafx.h │ │ └── targetver.h └── MyStub │ ├── MyStub.sln │ ├── MyStub.suo │ └── MyStub │ ├── MyStub.cpp │ ├── MyStub.vcxproj │ ├── MyStub.vcxproj.filters │ ├── MyStub.vcxproj.user │ ├── Resource.h │ ├── aes256.cpp │ ├── aes256.h │ ├── resourcemanager.cpp │ ├── resourcemanager.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h └── xProtect Source ├── build.cpp ├── build.h ├── main.cpp ├── readme.txt ├── stub.cpp └── stub.h /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Cryptic.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Cryptic.dsp -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Cryptic.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Cryptic.dsw -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Cryptic.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Cryptic.ncb -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Cryptic.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Cryptic.opt -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Cryptic.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Cryptic.plg -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Cryptic.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Cryptic.rc -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/Stub.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/Stub.aps -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/Stub.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/Stub.dsp -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/Stub.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/Stub.dsw -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/Stub.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/Stub.ncb -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/Stub.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/Stub.opt -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/Stub.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/Stub.plg -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/main.cpp -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/resource.h -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/stub.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/Stub/stub.rc -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/XPThemes.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/XPThemes.manifest -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/cryptic.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/cryptic.bmp -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/exe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/exe.ico -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/main.cpp -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/resource.h -------------------------------------------------------------------------------- /Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/skull.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/Cryptic v3.0/Cryptic v3.0/Cryptic v3.0/skull.ico -------------------------------------------------------------------------------- /DrIdle_crypter/MyEncrypter/MyEncrypter.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyEncrypter/MyEncrypter.sln -------------------------------------------------------------------------------- /DrIdle_crypter/MyEncrypter/MyEncrypter.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyEncrypter/MyEncrypter.suo -------------------------------------------------------------------------------- /DrIdle_crypter/MyEncrypter/MyEncrypter/MyEncrypter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyEncrypter/MyEncrypter/MyEncrypter.cpp -------------------------------------------------------------------------------- /DrIdle_crypter/MyEncrypter/MyEncrypter/MyEncrypter.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyEncrypter/MyEncrypter/MyEncrypter.vcxproj -------------------------------------------------------------------------------- /DrIdle_crypter/MyEncrypter/MyEncrypter/MyEncrypter.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyEncrypter/MyEncrypter/MyEncrypter.vcxproj.filters -------------------------------------------------------------------------------- /DrIdle_crypter/MyEncrypter/MyEncrypter/MyEncrypter.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyEncrypter/MyEncrypter/MyEncrypter.vcxproj.user -------------------------------------------------------------------------------- /DrIdle_crypter/MyEncrypter/MyEncrypter/aes256.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyEncrypter/MyEncrypter/aes256.cpp -------------------------------------------------------------------------------- /DrIdle_crypter/MyEncrypter/MyEncrypter/aes256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyEncrypter/MyEncrypter/aes256.h -------------------------------------------------------------------------------- /DrIdle_crypter/MyEncrypter/MyEncrypter/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyEncrypter/MyEncrypter/stdafx.cpp -------------------------------------------------------------------------------- /DrIdle_crypter/MyEncrypter/MyEncrypter/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyEncrypter/MyEncrypter/stdafx.h -------------------------------------------------------------------------------- /DrIdle_crypter/MyEncrypter/MyEncrypter/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyEncrypter/MyEncrypter/targetver.h -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub.sln -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub.suo -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub/MyStub.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub/MyStub.cpp -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub/MyStub.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub/MyStub.vcxproj -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub/MyStub.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub/MyStub.vcxproj.filters -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub/MyStub.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub/MyStub.vcxproj.user -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub/Resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub/Resource.h -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub/aes256.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub/aes256.cpp -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub/aes256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub/aes256.h -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub/resourcemanager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub/resourcemanager.cpp -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub/resourcemanager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub/resourcemanager.h -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub/stdafx.cpp -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub/stdafx.h -------------------------------------------------------------------------------- /DrIdle_crypter/MyStub/MyStub/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/DrIdle_crypter/MyStub/MyStub/targetver.h -------------------------------------------------------------------------------- /xProtect Source/build.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/xProtect Source/build.cpp -------------------------------------------------------------------------------- /xProtect Source/build.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/xProtect Source/build.h -------------------------------------------------------------------------------- /xProtect Source/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/xProtect Source/main.cpp -------------------------------------------------------------------------------- /xProtect Source/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/xProtect Source/readme.txt -------------------------------------------------------------------------------- /xProtect Source/stub.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/xProtect Source/stub.cpp -------------------------------------------------------------------------------- /xProtect Source/stub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iGh0st/Crypters/HEAD/xProtect Source/stub.h --------------------------------------------------------------------------------