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)