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 074f41f commit e2e6c1dCopy full SHA for e2e6c1d
qiling/os/posix/const_mapping.py
@@ -115,8 +115,8 @@ def mmap_prot_mapping(prots):
115
def socket_type_mapping(t, archtype, ostype):
116
if ostype == QL_OS.MACOS:
117
socket_type_map = {
118
- QL_ARCH.ARM64: linux_arm_socket_types,
119
QL_ARCH.X8664: linux_x86_socket_types,
+ QL_ARCH.ARM64: linux_arm_socket_types,
120
}[archtype]
121
else:
122
0 commit comments