From 21604c8e0541ea03a38f15831eafaf5793396887 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Fri, 2 Mar 2018 10:31:20 +0100 Subject: PPC32: integration --- example/ida/utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example/ida/utils.py') diff --git a/example/ida/utils.py b/example/ida/utils.py index b147cde2..585d86a9 100644 --- a/example/ida/utils.py +++ b/example/ida/utils.py @@ -57,6 +57,8 @@ def guess_machine(): machine = Machine("mips32l") elif processor_name == "mipsb": machine = Machine("mips32b") + elif processor_name == "PPC": + machine = Machine("ppc32b") else: print repr(processor_name) raise NotImplementedError('not fully functional') -- cgit 1.4.1