Agile.NET V6.4 released

Released: Jan 18, 2016

Updates in this release

Updates in V6.4

  • Code Virtualization Support for ref/out Methods - You can now virtualize methods that accept ref or out parameters, in addition, other methods that call these methods will also be virtualized.
  • .NET 4.6 Support - Agile.NET is now compatible with .NET Framework 4.6.
  • Windows 10 Support - You can create and edit Agile.NET project files and run protected programs within the Windows 10 environment.
  • VS2015 PDB Support - Support for VS2015 compiled binaries and PDB files has been added.
  • BAML Generics Support - Obfuscating BAML streams containing generic types.
  • Rename Method Parameters - Method parameters often capture semantics you may want to hide from an attacker. You can now instruct Agile.NET to rename method parameters, in addition to the method signature, making it more difficult to infer code intent.