Guest User

Untitled

a guest
Jan 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. 'use strict';
  2.  
  3. Interceptor.attach(ptr('0x103cdbf40'), {
  4. onEnter: function (args) {
  5. send({ type: 'need-input' });
  6.  
  7. var operation = recv(function (res) {
  8. args[0] = ptr(res);
  9. });
  10. operation.wait();
  11. }
  12. });
Add Comment
Please, Sign In to add comment