inject string in MSIL at runtime
Do someone know how to inject a string in code at runtime?
I want to use it with ldstr .. but this require an address and I didn't find anything on internet that say how string are stored(and where) in MSIL...
I want to use it with ldstr .. but this require an address and I didn't find anything on internet that say how string are stored(and where) in MSIL...
