You can explain-me more about the BSE Encryption?
You say "only first 64 bytes are encrypted" but in the scripts apparently it's encrypted from start at end...
for decrypt all script, you can explain how do work de process?
ps: i don't know very about C/ASM
:/ but you can use small sample in C++....
xor = b ^ 0xFF;
xor = xor >> 0x3;
for sample....
You can explain-me more about the BSE Encryption?
You say "only first 64 bytes are encrypted" but in the scripts apparently it's encrypted from start at end...
for decrypt all script, you can explain how do work de process?
ps: i don't know very about C/ASM
:/ but you can use small sample in C++....
xor = b ^ 0xFF;
xor = xor >> 0x3;
for sample....