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
I can pass string pass bidirectionally in the imported function because I can access the stack memory. But I don't know how to do it for exported function. I don't have access to the stack and can not implement ArgType for my type. Is there any way to do this?
The text was updated successfully, but these errors were encountered:
I can pass string pass bidirectionally in the imported function because I can access the stack memory. But I don't know how to do it for exported function. I don't have access to the stack and can not implement ArgType for my type. Is there any way to do this?
The text was updated successfully, but these errors were encountered: