Quote:
Originally Posted by Da_G
Actually, fixing timebomb IS as easy as search/replace
search shell32/s000 for 02EB7D3E
string shows up twice in timebombed shell32, replace 7D with BB in both instances
fixed
note also that it is never a good idea to use .dll's from another build.. great way to cause instabilities swapping out shell32 isn't recommended.
|
Ah, ok! Thanks!
I was actually looking for this in 21210 (like in 21202):
1) E5C94502EB
7D becomes E5C94502EB
BB
2) 8DE2684502EB
7D becomes 8DE2684502EB
BB
I guess I should have looked for the 2nd half of those strings instead (2EB7D --> 2EBBB).