looks_like_bundle_prefix

Function looks_like_bundle_prefix 

Source
pub fn looks_like_bundle_prefix(prefix: &[u8]) -> bool
Expand description

Return true if the provided byte prefix looks like an AssetBundle container signature.

Notes:

  • This mirrors UnityPy-style sniffing and is intentionally conservative.
  • UnityWebData* / TuanjieWebData* are WebFile containers and must not be classified as bundles.