frida / frida-node

Frida Node.js bindings
282 stars 66 forks source link

Add more examples #1

Closed SomeoneWeird closed 9 years ago

oleavr commented 9 years ago

Awesome stuff! Is the blank line at the top of the scripts meant to be there btw?

SomeoneWeird commented 9 years ago

Fixed :)

oleavr commented 9 years ago

Sweet! :) One more thing, it would be great to adjust from:

function() {

to

function () {

(For named functions we do function foo() {, so basically there's always a space after function.)

SomeoneWeird commented 9 years ago

Done :)

oleavr commented 9 years ago

Thanks!