frida / frida-node

Frida Node.js bindings
281 stars 65 forks source link

Nan updates #12

Closed SomeoneWeird closed 9 years ago

SomeoneWeird commented 9 years ago

Few more nan updates. Scopes are not needed for exported functions now.

Note: Ideally when we're creating new V8 values from user input we should be using Nan::To instead of Nan::New for conversion. V8 will return a MaybeLocal that we need to check, to check if the variable converted properly.

oleavr commented 9 years ago

Sweet! :+1: