6 ms·
Would that support self modifying code?
by postalrat 1mo ago
Would that support self modifying code?
- pjmlp 1mo agoSelf modifying code is frowned upon on modern platforms, due to its security implications.
- MiroslavPokorny 1mo agoSelf modifying code is not allowed on some o/s because pages with code are marked as non writable, because bad things can happen when code is writable, eg buffer overflows.