HiveMind
Functions | Variables
BittyBuzzBytecode.cpp File Reference
#include "bittybuzz/BittyBuzzBytecode.h"
#include "logger/ILogger.h"
#include <functional>
Include dependency graph for BittyBuzzBytecode.cpp:

Functions

const uint8_t * bbz_bcodeFetcher (bbzpc_t offset, uint8_t size)
 

Variables

static ILoggerg_logger = NULL
 
static const uint8_t * g_bittyBuzzBytecode = NULL
 
static uint16_t g_bittyBuzzBytecodeLength = 0
 

Function Documentation

◆ bbz_bcodeFetcher()

const uint8_t* bbz_bcodeFetcher ( bbzpc_t  offset,
uint8_t  size 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ g_bittyBuzzBytecode

const uint8_t* g_bittyBuzzBytecode = NULL
static

◆ g_bittyBuzzBytecodeLength

uint16_t g_bittyBuzzBytecodeLength = 0
static

◆ g_logger

ILogger* g_logger = NULL
static