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