evo-crypter
 
Loading...
Searching...
No Matches
ChunkProcessingArgs Struct Reference

Structure to hold arguments for the chunk processing function. More...

#include <input_processing.h>

Public Attributes

char * buffer
 
const char * generations
 
bool decrypt
 

Detailed Description

Structure to hold arguments for the chunk processing function.

This struct is used to pass data to the process_chunk function, which might be executed in a separate thread.

Member Data Documentation

◆ buffer

char* ChunkProcessingArgs::buffer

The buffer containing the chunk of data to process.

◆ decrypt

bool ChunkProcessingArgs::decrypt

Flag indicating whether to decrypt or encrypt.

◆ generations

const char* ChunkProcessingArgs::generations

The generation sequence string.


The documentation for this struct was generated from the following file: