frida / frida-node

Frida Node.js bindings
281 stars 65 forks source link

Prebuilt binaries for node v13.x? #45

Closed dogtopus closed 2 years ago

dogtopus commented 5 years ago

Currently attempting to install frida on node v13.x will fail with error indicating that no prebuilt binaries was found.

oleavr commented 5 years ago

This is blocked on support for it in node-abi. Would you be interested in opening a PR there? Should only be a matter of adding it to the list in index.js.

gebing commented 4 years ago

@oleavr node-abi already support node 13, but frida-node still install failed. My node version is 13.1.0?

oleavr commented 4 years ago

@gebing Yay! We now only need to delete the lock-file and add the version to the list in releng/release.py. Will do it on the next release, most likely tomorrow.