Making Game Trainers/Hacks on MAC
So I've been struggling recently as I have cracked this game's save file and haven't been able to make a game trainer for it being a Mac user. Ive tried learning C++ because I think thats what most game trainers are programmed in but EVERY tutorial I watch is for Windows or something other than OS X. And I haven't been programming in C++ for long so I wouldn't know, but I don't think I can get anything done because Mac doesn't have the same libraries as Windows. Im learning Python too and I really like it. I found a great tutorial series for it too but it uses Windows libraries and all this gibberish that my Mac doesn't understand. Is there a way to convert these libraries for Mac or something else? Thanks.

You csmt just convert the libraries since the underlying systems are completely different, though Mac OS has some functions for rpm and wpm.
ReadProcessMemory() -> vm_read_overwrite()
WriteProcessMemory() -> vm_write()
I'm on mobile so I cant search for docs, but that's a start as far as searching goes.