VirtualBox

Changeset 104680 in vbox


Ignore:
Timestamp:
May 16, 2024 11:44:35 AM (7 months ago)
Author:
vboxsync
Message:

Runtime/common/ldr/ldrPE.cpp: Recognize and open arm64 PE binaries (there is probably missing more for proper arm64 support here), bugref:10392

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp

    r103005 r104680  
    42444244            *penmArch = RTLDRARCH_AMD64;
    42454245            break;
     4246        case IMAGE_FILE_MACHINE_ARM64:
     4247            cbOptionalHeader = sizeof(IMAGE_OPTIONAL_HEADER64);
     4248            *penmArch = RTLDRARCH_ARM64;
     4249            break;
    42464250
    42474251        default:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette