Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 312 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 312 Bytes

No Strings Attached

This code prints "Hello, World!" without using literals, pure computation. Will work correctly only on a little-endian machines with 32-bit int type.

This is a kind of string obfuscation method in which the encrypted data consists of program code that calculates the original string.