Skip to content

Notice

This guide is for the original release of AQtive Guard. For the current AQG SaaS platform, go to the AQtive Guard User Guide.

.NET Tracer installation

The SandboxAQ .NET Tracer is a .NET profiler that logs cryptographic calls made by a .NET application. The logged information is formatted for analysis by AQtive Guard.

Requirements

  • .NET Core 3.0+ or .NET Framework 4.7+ for Linux 64-bit
  • .NET Core 2.0+ or .NET Framework 4.7+ for Windows 32-bit or 64-bit

Download

If you’ve purchased the appropriate license, a download link to the tracer should have been sent to you.

Visit our support portal if you have questions or need help.

Installation

The .NET Tracer is distributed as a zip package named cs-dotnet-tracer-<VERSION>.zip. When you extract this package, it’ll create a directory named cs-dotnet-tracer-<VERSION> that contains the following files:

cs-dotnet-tracer-0.2.2/
├── cs_dotnet_tracer_32.dll
├── cs_dotnet_tracer_64.dll
└── cs_dotnet_tracer_64.so

You can move these files anywhere on your system. They don’t have to remain in the cs-dotnet-tracer-<VERSION> directory.

Note

These files are OS-specific, and you can safely delete those that don’t apply:

  • Windows - .dll files (2 required)
  • Linux - .so file