We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry for asking a newbie question, but I just stumbled across this project and want to learn how UDE drivers work.
I'm experiencing the following error (among others) when attempting to build the UDEFX2 project with Visual Studio 2022 and WDF 10.0.22621.311:
UDEFX2
>UDEFX2\Fuzzer.c(7,10): error C1083: Cannot open include file: 's2e.h': No such file or directory
The header seem to be needed for the S2EInvokePlugin("TranslationBlockCoverage", &cmd, sizeof(S2E_GET_COVERAGE)) call on line 97.
S2EInvokePlugin("TranslationBlockCoverage", &cmd, sizeof(S2E_GET_COVERAGE))
Where can I locate the s2e.h header in question?
s2e.h
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sorry for asking a newbie question, but I just stumbled across this project and want to learn how UDE drivers work.
I'm experiencing the following error (among others) when attempting to build the
UDEFX2
project with Visual Studio 2022 and WDF 10.0.22621.311:The header seem to be needed for the
S2EInvokePlugin("TranslationBlockCoverage", &cmd, sizeof(S2E_GET_COVERAGE))
call on line 97.Where can I locate the
s2e.h
header in question?The text was updated successfully, but these errors were encountered: