[Forensics-changes] [yara] 126/160: Fix the ARM architecture value

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:29:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.4.0
in repository yara.

commit 3cb04bc9eca5e95a5bfbb4b7eb0632aefeb66684
Author: Nyx <nyx0 at users.noreply.github.com>
Date:   Sat May 9 00:53:10 2015 -0400

    Fix the ARM architecture value
    
    This commit fix the first part of #271
---
 libyara/include/yara/elf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/include/yara/elf.h b/libyara/include/yara/elf.h
index b7ccf1d..7a0201b 100644
--- a/libyara/include/yara/elf.h
+++ b/libyara/include/yara/elf.h
@@ -53,7 +53,7 @@ typedef uint64_t elf64_xword_t;
 #define ELF_EM_88K      0x0005  // Motorola 88000
 #define ELF_EM_860      0x0007  // Intel 80860
 #define ELF_EM_MIPS     0x0008  // MIPS RS3000
-#define ELF_EM_ARM      0x0032  // ARM
+#define ELF_EM_ARM      0x0028  // ARM
 #define ELF_EM_X86_64   0x003E  // AMD/Intel x86_64
 
 #define ELF_CLASS_NONE  0x0000

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list