├── .gitignore ├── CPP-IPv4Fuscation-Decryption ├── CPP-IPv4Fuscation-Decryption.cpp ├── CPP-IPv4Fuscation-Decryption.sln ├── CPP-IPv4Fuscation-Decryption.vcxproj └── CPP-IPv4Fuscation-Decryption.vcxproj.filters ├── IPv4encrypt-shellcode.py └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsummerhill/IPv4Fuscation-Encrypted/HEAD/.gitignore -------------------------------------------------------------------------------- /CPP-IPv4Fuscation-Decryption/CPP-IPv4Fuscation-Decryption.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsummerhill/IPv4Fuscation-Encrypted/HEAD/CPP-IPv4Fuscation-Decryption/CPP-IPv4Fuscation-Decryption.cpp -------------------------------------------------------------------------------- /CPP-IPv4Fuscation-Decryption/CPP-IPv4Fuscation-Decryption.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsummerhill/IPv4Fuscation-Encrypted/HEAD/CPP-IPv4Fuscation-Decryption/CPP-IPv4Fuscation-Decryption.sln -------------------------------------------------------------------------------- /CPP-IPv4Fuscation-Decryption/CPP-IPv4Fuscation-Decryption.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsummerhill/IPv4Fuscation-Encrypted/HEAD/CPP-IPv4Fuscation-Decryption/CPP-IPv4Fuscation-Decryption.vcxproj -------------------------------------------------------------------------------- /CPP-IPv4Fuscation-Decryption/CPP-IPv4Fuscation-Decryption.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsummerhill/IPv4Fuscation-Encrypted/HEAD/CPP-IPv4Fuscation-Decryption/CPP-IPv4Fuscation-Decryption.vcxproj.filters -------------------------------------------------------------------------------- /IPv4encrypt-shellcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsummerhill/IPv4Fuscation-Encrypted/HEAD/IPv4encrypt-shellcode.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsummerhill/IPv4Fuscation-Encrypted/HEAD/README.md --------------------------------------------------------------------------------