Skip to content

Commit c2cb579

Browse files
authored
Add aarch64_be qemu mapping (#2653)
1 parent 20c55ae commit c2cb579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pwnlib/qemu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def archname():
105105
('powerpc64', 'little'): 'ppc64le',
106106
('thumb', 'little'): 'arm',
107107
('thumb', 'big'): 'armeb',
108+
('aarch64', 'big'): 'aarch64_be',
108109
}.get((context.arch, context.endian), context.arch)
109110

110111
@LocalContext

0 commit comments

Comments
 (0)