These days I spend my time honing my professional skillz to razor sharp perfection.
In the midst of this endeavor I came across a function I've never heard of before. It's a function for "frobnicating bytes".
void * memfrob (void *s, size_t n);
This function obscures the first n bytes of memory starting at s by exclusive-ORing each byte with the
(
Read more... )