Questions tagged [code-generation]
Topics related to the generation of code as the output of an application, instead of directly writing code by a programmer.
2 questions
2
votes
1
answer
274
views
What are these functions for?
Sometimes when reversing the code - I see that each linked file is separated by these functions:
_$E19
_$E18
sometimes - there is no such separation (depending on the degree of compiler optimization)...
1
vote
0
answers
126
views
What are all possible ways to add strings to the .rdata section of a Binary Executable?
I was wondering what are all the possible ways people can mess with the executable's .rdata strings ?
Because I've actualy seen it .. But I do not have any idea how they do that.
Some random dude made ...