MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / parse_and_decrypt

Method parse_and_decrypt

crypto/custom_decryptor.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10Dictionary CustomDecryptor::parse_and_decrypt(Ref<FileAccess> p_file, const Vector<uint8_t> &p_key, bool p_non_pack_file) {
11 Dictionary result;
12 GDVIRTUAL_CALL(_parse_and_decrypt, p_file, p_key, p_non_pack_file, result);
13 return result;
14}

Callers 1

open_and_parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected