Reverse engineering CRC?

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue Mar 9 19:17:48 EST 2010


Dave Angel wrote:

> If you assume it's done in a single pass, and you know which byte is the 
> end of the buffer, I'd think you could learn a lot by just tweaking that 
> last byte.

I'm sure I would, but unfortunately I can't control the
last byte. The bytes that I can influence are some distance
back from the end of the data.

-- 
Greg



More information about the Python-list mailing list