Advertisement
Guest User

Untitled

a guest
Nov 29th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. RUBY:
  2.  
  3.  
  4. send = Win32API.new("Client.dll", "send_data", "P", "")
  5. send_save.call(Marshal.dump($var))
  6.  
  7.  
  8.  
  9. C++:
  10.  
  11.  
  12. void send_data(char* object)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement