From: Christoph Egger Date: Thu, 19 Mar 2015 16:56:49 +0000 (+0100) Subject: Rework API for getting at instructions X-Git-Tag: v0.1~30 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=4443ad3e38327c776dcc68538591456d37c9ed6f;hp=4443ad3e38327c776dcc68538591456d37c9ed6f Rework API for getting at instructions Now we don't hand a callback to the Disassembler, instead we just get a list of Instruction objects and use that ---