├── Disassembler.py ├── KryptDis.sln ├── KryptDis ├── KryptDis.vcxproj ├── KryptDis.vcxproj.filters ├── KryptDis.vcxproj.user ├── SDK.cpp ├── SDK.h └── dllmain.cpp └── README.md /Disassembler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dekrypted/KryptDis/HEAD/Disassembler.py -------------------------------------------------------------------------------- /KryptDis.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dekrypted/KryptDis/HEAD/KryptDis.sln -------------------------------------------------------------------------------- /KryptDis/KryptDis.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dekrypted/KryptDis/HEAD/KryptDis/KryptDis.vcxproj -------------------------------------------------------------------------------- /KryptDis/KryptDis.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dekrypted/KryptDis/HEAD/KryptDis/KryptDis.vcxproj.filters -------------------------------------------------------------------------------- /KryptDis/KryptDis.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dekrypted/KryptDis/HEAD/KryptDis/KryptDis.vcxproj.user -------------------------------------------------------------------------------- /KryptDis/SDK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dekrypted/KryptDis/HEAD/KryptDis/SDK.cpp -------------------------------------------------------------------------------- /KryptDis/SDK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dekrypted/KryptDis/HEAD/KryptDis/SDK.h -------------------------------------------------------------------------------- /KryptDis/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dekrypted/KryptDis/HEAD/KryptDis/dllmain.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dekrypted/KryptDis/HEAD/README.md --------------------------------------------------------------------------------