This commit is contained in:
Carlos Polop 2025-01-27 17:51:15 +01:00
parent d56de81b8b
commit 23ba8c8f76

View File

@ -82,7 +82,7 @@ And pack it back after having modified it with:
npx asar pack app-decomp app-new.asar
```
## RCE with `ELECTRON_RUN_AS_NODE` <a href="#electron_run_as_node" id="electron_run_as_node"></a>
## RCE with ELECTRON_RUN_AS_NODE
According to [**the docs**](https://www.electronjs.org/docs/latest/api/environment-variables#electron_run_as_node), if this env variable is set, it will start the process as a normal Node.js process.