| Article: |
How Shellcodes Work | |
| Subject: | Writing to executable memory? | |
| Date: | 2006-05-21 21:35:11 | |
| From: | VesK | |
|
Excellent article indeed.
|
||
Showing messages 1 through 2 of 2.
-
Writing to executable memory?
2006-05-22 10:48:22 davidrosario [View]
I know that (at least) in Windows XP, you can enable writing to executable memory. I'm a Linux programmer, but for music production, I have Sonar Producer Edition and Cubase SX 3, and the instructions for Sonar state that you need to enable this feature. This type of code would obviously work for some XP deployments (thanks to Sonar).
-
Writing to executable memory?
2006-05-22 13:35:09 gryzlo [View]
You're missing that this code is being executed when it already resists inside stack, so mentioned write operation is made neither on read/write memory area nor on executable memory area. Stack is a different data area so it's out of operating system's page control.


