Skip to content

Instantly share code, notes, and snippets.

@iamahuman
Last active November 17, 2017 18:55
Show Gist options
  • Save iamahuman/e727526551ca76821ad74f52f7180728 to your computer and use it in GitHub Desktop.
Save iamahuman/e727526551ca76821ad74f52f7180728 to your computer and use it in GitHub Desktop.
(2015) Make vm86 emulation on Linux usable (may have security implications, especially since mapping at NULL VMA becomes possible)
#!/bin/sh
sysctl -w vm.mmap_min_addr=0 abi.ldt16=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment