miasm
Reverse engineering framework
setup Namespace Reference

Classes

class  smart_install_data
 

Functions

def set_extension_compile_args (extension)
 
def win_get_llvm_reg ()
 
def win_find_clang_path ()
 
def win_use_clang ()
 
def buil_all ()
 

Variables

string is_win = "Windows"
 
string is_mac = "Darwin"
 
string is_64bit = "64bit"
 
bool win_force_clang = False
 
 encoding
 
 long_description = fdesc.read()
 
string long_description_content_type = 'text/markdown'
 

Function Documentation

◆ buil_all()

def setup.buil_all ( )
Here is the call graph for this function:

◆ set_extension_compile_args()

def setup.set_extension_compile_args (   extension)
Here is the caller graph for this function:

◆ win_find_clang_path()

def setup.win_find_clang_path ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ win_get_llvm_reg()

def setup.win_get_llvm_reg ( )
Here is the caller graph for this function:

◆ win_use_clang()

def setup.win_use_clang ( )
Here is the call graph for this function:

Variable Documentation

◆ encoding

setup.encoding

◆ is_64bit

string setup.is_64bit = "64bit"

◆ is_mac

string setup.is_mac = "Darwin"

◆ is_win

string setup.is_win = "Windows"

◆ long_description

setup.long_description = fdesc.read()

◆ long_description_content_type

string setup.long_description_content_type = 'text/markdown'

◆ win_force_clang

def setup.win_force_clang = False