ylai@lemmy.ml to Game DevelopmentEnglish · 1 year agoIndie developer has a plan to keep parts of his game secret, even from data-minerswww.gamefile.newsexternal-linkmessage-square41linkfedilinkarrow-up148arrow-down11cross-posted to: [email protected]
arrow-up147arrow-down1external-linkIndie developer has a plan to keep parts of his game secret, even from data-minerswww.gamefile.newsylai@lemmy.ml to Game DevelopmentEnglish · 1 year agomessage-square41linkfedilinkcross-posted to: [email protected]
minus-squareuis@lemmy.worldlinkfedilinkarrow-up1·1 year ago Usually only privileged processes have the right to make data executable. Not true. Only kernel can mark memory page as executable, but any process can request to kernel to do so. This is why JIT compilers work.
Not true. Only kernel can mark memory page as executable, but any process can request to kernel to do so. This is why JIT compilers work.