I wrote an ARM64 program that looks like hex gibberish but reveals a Christmas tree in the ASCII column when you memory dump it in LLDB.
skushagra.com·2d·
🏷️Symbol Mangling
Preview
Report Post

Screenshot

Watch it in action

GitHub gist with the Assembly

Every year I try to send a Christmas greeting that’s a little more unhinged than the last. Last year it was ASCII art in Vim on my iPhone. It was ok, and did spark an interest in running Vim on iSH on iOS, but nothing out of the box.

This year I wanted to top it, and I figured, why not hide a Christmas tree inside ARM64 assembly and reveal it through a debugger?

The Concept

The idea is simple: write a program that looks like meaningless hex values in the source, but when you inspect memory in LLDB, a Christmas tree appears in th…

Similar Posts

Loading similar posts...