cobf
PE imports obfuscator
utils.cpp File Reference
#include <utils.hpp>
#include <string.h>

Go to the source code of this file.

Macros

#define UTILS_CPP
 

Functions

void cobf_format_message (cobf_error err_msg, char *buffer, unsigned int size)
 Format the error to a message. More...
 

Detailed Description

This file contains the utilities used by the library (source code).

Definition in file utils.cpp.

Macro Definition Documentation

◆ UTILS_CPP

#define UTILS_CPP

Definition at line 8 of file utils.cpp.

Function Documentation

◆ cobf_format_message()

void cobf_format_message ( cobf_error  err_msg,
char *  buffer,
unsigned int  size 
)

Format the error to a message.

Parameters
[in]err_msgThe error to convert.
[in]bufferThe buffer to receive the data.
[in]sizeThe size of the buffer.

Definition at line 15 of file utils.cpp.