On Sep 28, 2004, at 9:46 AM, Dwight K. Elvey wrote:
> From: "ben franchuk"
<bfranchuk(a)jetnet.ab.ca>
>
> Peter C. Wallace wrote:
>> Isn't self modifying code pretty much deprecated these days (aside
>> from
>> trampolines and such)
>>
Can you create self modifying code in any high level language, the kind
of code
where the application program actually changes it's own instructions?
I know in C it is possible to pass an address of a function to a
function, that's not
really what I mean.