After installing dependencies,
you must grab frida-v10.0.3-electron-v53-win32-x64.tar.gz
(or equivalent) from https://github.com/frida/frida/releases
and overwrite app/node_modules/frida/build/Release/frida_binding.node
.
Otherwise, the program will not run.
Hopefully this will be automated in the future.
- https://www.npmjs.com/package/electron-builder
- https://github.com/electron/electron/blob/master/docs/tutorial/using-native-node-modules.md
- nodegit/nodegit#828
- https://github.com/xem/hex
- http://xen.firefly.nu/up/zelda/tp/text/
- http://xen.firefly.nu/up/zelda/tp/map/
- https://github.com/FireyFly/mint-explorer
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# run webpack in production
npm run pack
More information can be found here.
This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.