We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015b389 commit 56dd77bCopy full SHA for 56dd77b
qiling/loader/elf.py
@@ -330,7 +330,7 @@ def __push_str(top: int, s: str) -> int:
330
hwcap_values = {
331
(QL_ARCH.ARM, QL_ENDIAN.EL, 32): 0x001fb8d7,
332
(QL_ARCH.ARM, QL_ENDIAN.EB, 32): 0xd7b81f00,
333
- (QL_ARCH.ARM64, QL_ENDIAN.EL, 64): 0x078bfbfd
+ (QL_ARCH.ARM64, QL_ENDIAN.EL, 64): 0x078bfafd
334
}
335
336
# determine hwcap value by arch properties; if not found default to 0
0 commit comments