You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
process_vm_readv, process_vm_writev are only available on linux so to fix memory read/write on macos other way is needed. There is a pr to fix __errno_location but author didn't continue with it so I might end up rebasing it and fixing it myself some time later.
I don't see them in libc docs under x86_64-apple-darwin target. I also do not own a macos device so unless someone wants to make a pr, this will be unresolved. Though I can cfg-out read/write function to fix compilation.
process_vm_readv
,process_vm_writev
and__errno_location
are the functions that weren't found. Any help is appreciated.The text was updated successfully, but these errors were encountered: