I know how to write MSIL code, but out of curiosity I would like to know if there is a workaround for writing assembly code. I can think of a way to write code in a string and pass it to my own windows api file, which executes and returns the result, but I'm not sure if this is real or even possible.
I would like to hear your opinions / suggestions. thank
source
share