After nearly a year still no response. Yes, I'm trying it all over again!
I've seen that it's been updated last October so, I suppose that it can be fixed.
Code Select
int version = ((fvi.FileMajorPart << 24) |
(fvi.FileMinorPart << 16) |
(fvi.FileBuildPart << 8) | fvi.FilePrivatePart);
byte[] t1 = BitConverter.GetBytes(version);
/*
* t1[0] = 1
* t1[1] = 25
* t1[2] = 26
* t1[3] = 1
* What should be:
* t1[0] = 1
* t1[1] = 0
* t1[2] = 26
* t1[3] = 1
*/
I've seen that it's been updated last October so, I suppose that it can be fixed.
Code Select
Dump from StealthBot
255 81 141 0 204 127 145 0 1 0 26 1 194 206 231 242 2 0 0 0 0 0 0 0 26 0 0 0 (...)