An open API service indexing awesome lists of open source software.

https://github.com/bblanchon/csharpleetspeak

Proof of concept: modify literal strings of an assembly at runtime
https://github.com/bblanchon/csharpleetspeak

Last synced: 3 months ago
JSON representation

Proof of concept: modify literal strings of an assembly at runtime

Awesome Lists containing this project

README

        

C# Leet Speak
=

Or how to modify literal strings defined in another assembly.

This shows how a program containing:

Console.WriteLine("Hello World!");

can actually print

H3110 W0r1d!

Please see [my blog article](http://blog.benoitblanchon.fr/modify-intern-pool/) for explanations.