From 21604c8e0541ea03a38f15831eafaf5793396887 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Fri, 2 Mar 2018 10:31:20 +0100 Subject: PPC32: integration --- miasm2/jitter/loader/elf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'miasm2/jitter/loader/elf.py') diff --git a/miasm2/jitter/loader/elf.py b/miasm2/jitter/loader/elf.py index 336f522a..deaebd09 100644 --- a/miasm2/jitter/loader/elf.py +++ b/miasm2/jitter/loader/elf.py @@ -100,6 +100,7 @@ ELF_machine = {(elf_csts.EM_ARM, 32, elf_csts.ELFDATA2LSB): "arml", (elf_csts.EM_386, 32, elf_csts.ELFDATA2LSB): "x86_32", (elf_csts.EM_X86_64, 64, elf_csts.ELFDATA2LSB): "x86_64", (elf_csts.EM_SH, 32, elf_csts.ELFDATA2LSB): "sh4", + (elf_csts.EM_PPC, 32, elf_csts.ELFDATA2MSB): "ppc32b", } -- cgit 1.4.1