PEASS-ng/winPEAS/winPEASexe/winPEAS/Checks/ISystemCheck.cs
makikvues ff030224fe - reverted new test search method
- added debugging information - memory, method execution time
2021-01-10 20:37:49 +01:00

8 lines
118 B
C#

namespace winPEAS.Checks
{
internal interface ISystemCheck
{
void PrintInfo(bool isDebug);
}
}