예제 #1
0
def vol_read_memory(addr, length):
    '''
    Function to be used internally from volatility to read the memory of the emulated system
    '''
    import c_api
    return c_api.vol_read_memory(addr, length)
예제 #2
0
def vol_read_memory(addr, length):
    '''
    Function to be used internally from volatility to read the memory of the emulated system
    '''
    import c_api
    return c_api.vol_read_memory(addr, length)