diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-02-01 00:53:14 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-02-01 00:53:14 (GMT) |
commit | 7162a683b66b02c16b42a177600468a1ff56149d (patch) | |
tree | 23d5119850d049f38182ce8b3b956a44233d8906 /plugins | |
parent | 792b330c1bbe573a591687d25e14d4cd1eccd3c6 (diff) |
Defined all Dalvik instructions to get generated by d2c.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ropgadgets/finder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ropgadgets/finder.c b/plugins/ropgadgets/finder.c index 3fbc0fd..35d1f7f 100644 --- a/plugins/ropgadgets/finder.c +++ b/plugins/ropgadgets/finder.c @@ -86,7 +86,7 @@ static GArchInstruction *disassemble_instruction_in_domain(const search_domain * ctx = domain->ctx; /* TODO : copie */ - result = g_arch_processor_disassemble(domain->proc, ctx, domain->content, pos); + result = g_arch_processor_disassemble(domain->proc, ctx, domain->content, pos, G_EXE_FORMAT(domain->format)); if (result != NULL) { |