https://github.com/mxkmn/electronobfuscation
Electron Forge + Webpack full obfuscation with javascript-obfuscator (via webpack-obfuscator)
https://github.com/mxkmn/electronobfuscation
electronforge javascript-obfuscator javascriptobfuscator obfuscation webpack webpack-obfuscator webpack5 webpackobfuscator
Last synced: 10 months ago
JSON representation
Electron Forge + Webpack full obfuscation with javascript-obfuscator (via webpack-obfuscator)
- Host: GitHub
- URL: https://github.com/mxkmn/electronobfuscation
- Owner: mxkmn
- License: mit
- Created: 2025-02-10T06:57:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T07:01:44.000Z (12 months ago)
- Last Synced: 2025-02-10T08:20:23.937Z (12 months ago)
- Topics: electronforge, javascript-obfuscator, javascriptobfuscator, obfuscation, webpack, webpack-obfuscator, webpack5, webpackobfuscator
- Language: TypeScript
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron Forge + Webpack full obfuscation with javascript-obfuscator (via webpack-obfuscator)
Check the [commit history](https://github.com/mxkmn/ElectronObfuscation/commits/main/) - there you will find a way to add obfuscation to your project.
---
To run:
```sh
npm i
npm run make
```