Quote:
Originally Posted by joblack
Yes the actual change was really small but the 'overhead' to understand what's really going wrong is another story. Of course if you already have the solution it immediately gets crystal clear (at least if you have studied the script for a while). 
|
I always got V = 124 ('cos of the ord(bookkey[0])) and the bookkey = bookkey[1:], shorting book key from 16 to 15 bytes long. So the error decrypting book session key was always raising...
I always thought that ebx_V was the correct variable instead of V.