X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2FBinary.cxx;h=1d64b8445a0ef80bfcdfd3d87d1aa90302d8c6c5;hp=1fcd908543ea767bd20affe2cc337d85ade4a72b;hb=2a014774e29e324bc5b5f26143d0384351738ca1;hpb=c01de98bf70184c368bfe79777ca7e5d95649411 diff --git a/src/Binary.cxx b/src/Binary.cxx index 1fcd908..1d64b84 100644 --- a/src/Binary.cxx +++ b/src/Binary.cxx @@ -1,5 +1,7 @@ #include "Binary.hxx" +#include "disassembler/Disassembler.hxx" + #include #include #include @@ -83,6 +85,7 @@ namespace qtlldb { Binary::Binary(const std::string& filename) : triple("unkown-unknown-unknown") { + ::Disassembler d(filename); std::string error; createBinary(filename, binary);