I'm trying to make a pascal program edit memory addresses in another process, for example a game. I know in other languages there are things like writeprocessmemory, openprocess, etc. but it seems like pascal doesn't have this. Any help?