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
- Host: GitHub
- URL: https://github.com/bblanchon/csharpleetspeak
- Owner: bblanchon
- Created: 2014-03-10T13:11:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-13T12:52:51.000Z (over 11 years ago)
- Last Synced: 2025-02-09T04:27:35.321Z (4 months ago)
- Language: C#
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.