Synopsis #
Header: fxcg/misc.h
Syscall index: 0x1344
Function signature: void HexToByte(unsigned char* value, unsigned
char* result)
Converts the hexadecimal representation of a byte to a byte.
Parameters #
- value - hexadecimal representation as a string;
- result - where the resulting byte will go.