Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

0x41C64E6D

Name: Anonymous 2016-05-27 7:25

What does this number stands for? I've stumbled upon it during reverse engineering a simple encryption scheme.

Name: Anonymous 2016-05-28 1:19

The checksum is stupid too, because they do usual sum for even words, but a xor for uneven.
do
{
DWord = *PData;
if ( Count & 1 )
chksum += DWord;
else
chksum ^= DWord;
++Count;
++PData;
}
while ( Count < NumDWord );


what does xor solve? That feel when everyone but myself are retarded and use over-engineered solutions.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List