refactor(loader): set default av display name to dnot.sh

This commit is contained in:
es3n1n
2025-05-27 13:16:27 +02:00
parent 7a48447498
commit a137fd5d5b
3 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
namespace names {
constexpr std::string_view kProjectName = "defendnot";
constexpr std::string_view kRepoUrl = "https://github.com/es3n1n/defendnot";
constexpr std::string_view kDefaultAVName = "dnot.sh";
constexpr std::string_view kVictimProcess = "Taskmgr.exe";
constexpr std::string_view kDllName = "defendnot.dll";