You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intent of this issue is to track the idea that the "decoding routine identification phase" should take into account references to the Base64 alphabet. The intuition being that when the Base64 alphabet is seen, it's probably used nearby to decide some data. So in the same part of the code where we recognize non-zero xor and high xrefs, we should also inspect string references for the default Base64 alphabet.
e.g. look for ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/= string
The text was updated successfully, but these errors were encountered: