diff --git a/pwnlib/asm.py b/pwnlib/asm.py index 139ab6726..1557fc3a4 100644 --- a/pwnlib/asm.py +++ b/pwnlib/asm.py @@ -184,7 +184,7 @@ def which_binutils(util, check_version=False): 'thumb': ['arm', 'aarch64'], 'i386': ['x86_64', 'amd64'], 'i686': ['x86_64', 'amd64'], - 'amd64': ['x86_64', 'i386'], + 'amd64': ['x86_64', 'amd64'], 'mips64': ['mips'], 'powerpc64': ['powerpc'], 'sparc64': ['sparc'],