Tagged Questions
4
votes
0answers
122 views
How do I view the value of a variable in its raw, binary form, as stored in memory? [closed]
If I have a variable, how do I turn it into a list of bytes or a string containing its value as it's stored internally? To better illustrate what I mean, what I want to do could be done in C with ...