Last active
November 17, 2017 18:55
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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