├── BfvDecryptionDemo.sln ├── BfvDecryptionDemo.v11.suo ├── BfvDecryptionDemo ├── BfvDecryptionDemo.vcxproj ├── BfvDecryptionDemo.vcxproj.filters ├── BfvDecryptionDemo.vcxproj.user ├── DllMain.cpp ├── FrostbiteSDK.h ├── ObfuscationMgr.cpp └── ObfuscationMgr.h ├── ConsoleOutput.txt ├── ConsoleOutputScreenshot.png └── README.md /BfvDecryptionDemo.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Speedi13/BFV-Decryption/HEAD/BfvDecryptionDemo.sln -------------------------------------------------------------------------------- /BfvDecryptionDemo.v11.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Speedi13/BFV-Decryption/HEAD/BfvDecryptionDemo.v11.suo -------------------------------------------------------------------------------- /BfvDecryptionDemo/BfvDecryptionDemo.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Speedi13/BFV-Decryption/HEAD/BfvDecryptionDemo/BfvDecryptionDemo.vcxproj -------------------------------------------------------------------------------- /BfvDecryptionDemo/BfvDecryptionDemo.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Speedi13/BFV-Decryption/HEAD/BfvDecryptionDemo/BfvDecryptionDemo.vcxproj.filters -------------------------------------------------------------------------------- /BfvDecryptionDemo/BfvDecryptionDemo.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Speedi13/BFV-Decryption/HEAD/BfvDecryptionDemo/BfvDecryptionDemo.vcxproj.user -------------------------------------------------------------------------------- /BfvDecryptionDemo/DllMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Speedi13/BFV-Decryption/HEAD/BfvDecryptionDemo/DllMain.cpp -------------------------------------------------------------------------------- /BfvDecryptionDemo/FrostbiteSDK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Speedi13/BFV-Decryption/HEAD/BfvDecryptionDemo/FrostbiteSDK.h -------------------------------------------------------------------------------- /BfvDecryptionDemo/ObfuscationMgr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Speedi13/BFV-Decryption/HEAD/BfvDecryptionDemo/ObfuscationMgr.cpp -------------------------------------------------------------------------------- /BfvDecryptionDemo/ObfuscationMgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Speedi13/BFV-Decryption/HEAD/BfvDecryptionDemo/ObfuscationMgr.h -------------------------------------------------------------------------------- /ConsoleOutput.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Speedi13/BFV-Decryption/HEAD/ConsoleOutput.txt -------------------------------------------------------------------------------- /ConsoleOutputScreenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Speedi13/BFV-Decryption/HEAD/ConsoleOutputScreenshot.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Speedi13/BFV-Decryption/HEAD/README.md --------------------------------------------------------------------------------