-
Triton DBA Framework Build for Windows x64Computer/Program Analysis 2016. 11. 3. 18:12
For Ubuntu, the build process is straightforward.
For Windows x64, I failed to build with Visual Studio 2015 giving some errors related snprintf.
Even after I installed VS2013 build tools, it failed with the same error.
So, I installed Visual Studio 2013.
Before building Triton, dependent libraries - Z3, capstone with VS2013 - are rebuilt with x64 option.
Python x64 is reinstalled.
Finally I succeeded to build Triton with VS2013.