Skip to content

90. CARO

Destroyer edited this page Dec 13, 2021 · 1 revision

Namespace: CARO.VirNames

Identifier Generator according to CARO Regulations (Computer Antivirus Research Organization)

Malware Name Generator

  • VB
   Dim GenMWName As String = CARO.VirNames.Generate(CARO.VirNames.Type.Adware, CARO.VirNames.Platforms.Win32, CARO.VirNames.Family.Inde, CARO.VirNames.VariantL.U, CARO.VirNames.Suffixes.gen)
        MessageBox.Show(GenMWName)
  • C#
  string GenMWName = CARO.VirNames.Generate(CARO.VirNames.Type.Adware, CARO.VirNames.Platforms.Win32, CARO.VirNames.Family.Inde, CARO.VirNames.VariantL.U, CARO.VirNames.Suffixes.gen);
    MessageBox.Show(GenMWName);
Clone this wiki locally