Skip to content

Instantly share code, notes, and snippets.

@pixlwave
Created July 22, 2024 15:10
Show Gist options
  • Save pixlwave/92e3a4db3e3be092f75cab461676a913 to your computer and use it in GitHub Desktop.
Save pixlwave/92e3a4db3e3be092f75cab461676a913 to your computer and use it in GitHub Desktop.
VirtualBuddy Rosetta
mount -t virtiofs Rosetta /mnt/rosetta
/usr/sbin/update-binfmts --install rosetta /mnt/rosetta \
--magic "\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x3e\x00" \
--mask "\xff\xff\xff\xff\xff\xfe\xfe\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff" \
--credentials yes --preserve yes --fix-binary yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment