|
|
- #nullable enable
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
-
- namespace IPA.AntiMalware.WinAPI
- {
- internal static class AmsiConstants
- {
- public static const string AppName = "BSIPA/" + Config.SelfConfig.IPAVersion;
- }
- }
|