Closed lyhyl closed 3 years ago
ok, solved.
Errors 'xxx' is not a member of 'std'
can be solved by adding #include <functional>
to Winheaders.h.
Other errors can be solved by switching the C++ Language standard to ISO C++17 (the original standard is latest).
The missing dia2.h errors can be solved by adding correct Blackbone\src\3rd_party\DIA
path to VC++ Include Directories.
Failed to compile BlackBone in latest repo. Succeed to compile BlackBone from https://github.com/DarthTon/Blackbone
Tons of errors
'xxx' is not a member of 'std'
, which can be solved by adding#include <functional>
to Winheaders.h. But some other errors in MMap.cpp, RemoteExec.cpp, and PDBHelper.h require extra fix.using Microsoft Visual Studio Community 2019 Version 16.9.1