wip: co_code

This commit is contained in:
2025-03-01 15:25:03 +08:00
parent dacfd29c02
commit 93ad403e99
7 changed files with 1477 additions and 8 deletions

View File

@@ -356,7 +356,7 @@ void PycModule::loadFromOneshotSequenceFile(const char *filename)
} \
} while (0)
void pyarmorCoCodeAesNonceXorKeyCalculate(const char *in_buffer, unsigned int in_buffer_length, char *out_buffer)
void pyarmorCoCodeAesNonceXorKeyCalculate(const char *in_buffer, unsigned int in_buffer_length, unsigned char *out_buffer)
{
unsigned char *cur = (unsigned char *)in_buffer + 16;
unsigned char *end = (unsigned char *)in_buffer + in_buffer_length;