Ejemplo n.º 1
0
def vol_get_memory_size():
    '''
    Function to be used internally from volatility to read the memory of the emulated system
    '''
    import c_api
    return c_api.vol_get_memory_size()
Ejemplo n.º 2
0
def vol_get_memory_size():
    '''
    Function to be used internally from volatility to read the memory of the emulated system
    '''
    import c_api
    return c_api.vol_get_memory_size()