diff --git a/example_decode/C/local_load.c b/example_decode/C/local_load.c index 38d31cb..4ba2c27 100644 --- a/example_decode/C/local_load.c +++ b/example_decode/C/local_load.c @@ -110,7 +110,7 @@ int main(void) { } - // Uncomment and comment above to use Hex version + // Uncomment and comment below to use Hex version // if (!DecodeCssHex(encodedPayloadBuf, fileSize.LowPart, &decodedPayload, &decodedPayloadSize)) { // printf("[!] Error decoding CSS payload\n"); // goto _EndOfFunc; @@ -131,4 +131,4 @@ int main(void) { if (decodedPayload) VirtualFree(decodedPayload, fileSize.LowPart, MEM_RELEASE); return 0; -} \ No newline at end of file +}