Skip to content

ZeldaModding/termina-seven

Repository files navigation

termina-seven

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.

Resources

Compiling Frida against Electron

A JS Map Viewer, Using 010 Style Reading

Editor UI / Scaffolding

Build Setup

# 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.