Memory Compatibility Tool for VM
  • 11 Sep 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Memory Compatibility Tool for VM

  • Dark
    Light
  • PDF

Article summary

About this Article
This article provides the steps to execute the memory compatibility tool to detect applications that are suitable and compatible for Memory Protection in VM.


The Compatibility Tool detects the most suitable applications for VSP-Memory protection and ensures they are compatible in the given platform.

Follow the below steps to execute the tool and obtain the report in JSON format:

  1. Pre-requisite: VSP Probe must be installed
  2. Log in to the Probe
  3. Windows: Execute the below commands at the command prompt:
    cd C:\Program Files (x86)\virsec\vsp_memory\compatibility_tool
    vsp-compatbility-tool.exe -w
    
    1. Sample Output:
    2. Utilize the parameter -p to check the compatibility of a single binary
      vsp-compatbility-tool.exe -p <FileName>
  4. Linux: Execute the below commands:
    cd /opt/virsec/vsp_memory/compatibility_tool/
    ./vsp-compatibility-tool -w
    
    1. Utilize the parameter -p to check the compatibility of a single binary
      ./vsp-compatibility-tool -p <FileName>
  5. The output file: compatible.json is available in the below directory
    1. Windows: C:\Program Files (x86)\virsec\vsp_memory\compatibility_tool\results
    2. Linux: /opt/virsec/vsp_memory/compatibility_tool/results/
  6. A sample output of compatible.json :

 


Was this article helpful?