I've found a very interesting program called Medusa disassembler: https://github.com/wisk/medusa
However I'm having trouble building it under Windows. I followed the compilation instructions but the it said it can't find the boost libraries. The instructions say I should define "BOOST_LIBRARYDIR" but I don't know how to do this.
Is it an environmental variable or something related to CMake? How do I go about defining it?