Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RUBY:
- send = Win32API.new("Client.dll", "send_data", "P", "")
- send_save.call(Marshal.dump($var))
- C++:
- void send_data(char* object)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement