UTIL_DecodeICE

From Valve Developer Community
Revision as of 15:46, 2 November 2021 by Amicdict (talk | contribs) (Created page with "{{lang|UTIL DecodeICE|title=<code>UTIL_DecodeICE</code>}} {{ent|UTIL_DecodeICE}} is a UTIL function that attempts to decode ICE-encrypted strings with a key. {{todo|Add e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)

UTIL_DecodeICE is a UTIL function that attempts to decode ICE-encrypted strings with a key.

Todo: Add examples.

Declaration

void UTIL_DecodeICE( unsigned char * buffer, int size, const unsigned char *key)