diff --git a/physmeme/main.cpp b/physmeme/main.cpp index fa1dde4..9cf0125 100644 --- a/physmeme/main.cpp +++ b/physmeme/main.cpp @@ -11,7 +11,7 @@ */ int __cdecl main(int argc, char** argv) { - if (argc < 1) + if (argc < 2) { std::cout << "[-] invalid use, please provide a path to a driver" << std::endl; return -1;