Skip to content

Commit

Permalink
Merge pull request ReFirmLabs#397 from sylvainpelissier/master
Browse files Browse the repository at this point in the history
Update binarch with AArch64 instructions
  • Loading branch information
devttys0 authored Nov 8, 2019
2 parents 595b931 + d2a73de commit c2d7e48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/binwalk/magic/binarch
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,9 @@
0 string \xF6\x69\x0B\x00\xF6\x68 SuperH instructions, little endian, function epilogue (gcc)
0 string \x69\xF6\x00\x0B\x68\xF6 SuperH instructions, big endian, function epilogue (gcc)

# AArch64
# ret
0 ulelong 0xd65f03c0 AArch64 instructions, function epilogue

# nop
0 ulelong 0xd503201f AArch64 instructions, nop

0 comments on commit c2d7e48

Please sign in to comment.