Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/cEnumerateDefender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#define EXTENSION_EXCLUSIONS L"ExclusionExtension"


static const wchar_t* options[] = { FOLDER_EXCLUSIONS, PROCESS_EXCLUSIONS, EXTENSION_EXCLUSIONS };
static unsigned short int step = 1;

extern "C" void dumpFormatAllocation(formatp* formatAllocationData)
Expand All @@ -32,6 +31,7 @@ extern "C" void go(char* argc, int len)
formatp fpObject;
formatp fpExclusionObject;
datap dpParser;
const wchar_t* options[] = { FOLDER_EXCLUSIONS, PROCESS_EXCLUSIONS, EXTENSION_EXCLUSIONS };

BeaconFormatAlloc(&fpObject, 64 * 1024);
BeaconFormatAlloc(&fpExclusionObject, 64 * 1024);
Expand Down Expand Up @@ -472,4 +472,4 @@ extern "C" void go(char* argc, int len)

return;
}
#endif
#endif