Open UserUnknownFactor opened 1 year ago
how do you know that string is there in the asset?
@MinshuG: by using binary search of its UTF-16 bytes.
Both the Key
field and the corresponding text present in the .uexp file if you look at its binary dump in ASCII/UTF-16 mode.
offset?
0x4C1C in .uexp
I try to extract strings from an asset files but only some show in the resulting dumps while many of them don't. For example string with
Key
419719443B6B978C3A4D6B35AC51928
in the attached dump is nowhere to be seen. Is it a parsing bug or am I doing it wrong?Here's the code and the sample files I used: