Tagged Questions

2
votes
5answers
206 views

Is there any self-improving compiler around?

I am not aware of any self-improving compiler, but then again I am not much of a compiler-guy. Is there ANY self-improving compiler out there? Please note that I am talking about …
5
votes
10answers
258 views

Compiled dynamic language

Greetings, I search for a programming language for which a compiler exists and that supports self modifying code. I’ve heared that Lisp supports these features, but I was wonderin …
2
votes
7answers
299 views

Self modifying code in JAVA

Have you ever created or encountered a self modifying code in Java? If yes, then please post the link or simply post the code.
3
votes
2answers
136 views

Is it possible to write an assembly which dynamically generates a new class and patches itself with the new class?

Is it possible to write an assembly which dynamically generates/emits a new class and patches itself to include the new class? How?
9
votes
10answers
824 views

What is a code cave, and is there any legitimate use for one?

I encountered this word for the first time in the StackOverflow question "C# Theoretical: Write a JMP to a codecave in asm." I see that according to Wiktionary, a code cave is: …
8
votes
12answers
817 views

What are the uses of self modifying code?

Is there any real use for self modifying code? I know that they can be used to build worms/viruses, but I was wondering whether there is some good reason that a programmer may hav …