frida / frida-node

Frida Node.js bindings
282 stars 66 forks source link

Support Nan 2.x #10

Closed SomeoneWeird closed 9 years ago

SomeoneWeird commented 9 years ago

So, this PR adds support for the latest Nan version.

Currently, iojs 2.x and node 0.12 fail the tests with node(31257,0x7fff73507300) malloc: *** error for object 0x104d2f870: pointer being freed was not allocated but iojs 3.x works fine.

Should not be merged as is

SomeoneWeird commented 9 years ago

:tada: