diff --git a/src/randomx-sniffer.bat b/src/randomx-sniffer.bat new file mode 100644 index 0000000..6dba63b --- /dev/null +++ b/src/randomx-sniffer.bat @@ -0,0 +1,4 @@ +@echo off +cd /d "%~dp0" +randomx-sniffer.exe -samples 5 -wait 50 -threshold 2 +pause diff --git a/src/randomx-sniffer.vcxproj b/src/randomx-sniffer.vcxproj index 2a29144..fc24459 100644 --- a/src/randomx-sniffer.vcxproj +++ b/src/randomx-sniffer.vcxproj @@ -133,6 +133,11 @@ + + + Document + + diff --git a/src/randomx-sniffer.vcxproj.filters b/src/randomx-sniffer.vcxproj.filters index e5cd73e..b193a58 100644 --- a/src/randomx-sniffer.vcxproj.filters +++ b/src/randomx-sniffer.vcxproj.filters @@ -39,4 +39,9 @@ Header Files + + + Source Files + + \ No newline at end of file