views:

42

answers:

1

While I was running my debugger I decided to examine a specific spot in memory and noticed that there are some odd characters ¾㵎䐑톢హ��洓. Does anyone know what this is?

+8  A: 

It's random bytes in memory being (mis-)interpreted as Unicode characters.

Ned Batchelder