From: Christoph Egger Date: Thu, 26 Mar 2015 16:45:34 +0000 (+0100) Subject: Properly fail if no appropriate Disassembler can be constructed X-Git-Tag: v0.1~8 X-Git-Url: https://git.siccegge.de//index.cgi?a=commitdiff_plain;ds=inline;h=6ef4f50fd9cb11d8f83885b1898f761ff8c025ae;hp=6ef4f50fd9cb11d8f83885b1898f761ff8c025ae;p=frida%2Ffrida.git Properly fail if no appropriate Disassembler can be constructed Currently, for mipsel there is no InstructionAnalysis available for some reason. frida gives now a errormessage and survives instead of just segfaulting ---