retdec
Namespaces | Functions | Variables
capstone_utils.h File Reference

Utility functions for types, enums, etc. defined in Capstone. More...

#include <map>
#include <string>
#include <capstone/capstone.h>

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::capstone2llvmir
 

Functions

std::string retdec::capstone2llvmir::capstoneArchToString (cs_arch a)
 
std::string retdec::capstone2llvmir::capstoneModeToString (cs_mode m)
 

Variables

static std::map< cs_arch, std::string > retdec::capstone2llvmir::capstoneArchStringMap
 
static std::map< cs_mode, std::string > retdec::capstone2llvmir::capstoneModeStringMap
 

Detailed Description

Utility functions for types, enums, etc. defined in Capstone.