Closed 10cks closed 1 week ago
The definition of WFP APIs and structures referred to the "fwpmu.h" header. Your error message means the "fwpmu.h" included in your header file did not have those WFP APIs and structures defined .
Would you mind to double confirm if the "fwpmu.h" file used by your GCC compiler has proper definition of those WFP related APIs and structures? or you may try to re-install with more latest GCC version and see if it can be solved.
I ran into this exact error as well, found that I had to include -D_WIN32_WINNT=0x0600
when compiling to specify Vista and above
x86_64-w64-mingw32-gcc -D_WIN32_WINNT=0x0600 EDRSilencer.c utils.c -o EDRSilencer.exe -lfwpuclnt
GCC version:
Error log: