indexofrefraction
indexofrefraction
i'd have to test if 3.7 minified code works on 2.7, that would be a workaround. but for me ideally minification would work from both python versions with results working...
Hmm... ok, tx for checking ... and, yes, like this it works here, too... but if the path is **/Applications/Tools/GUI and Dock/OpenInTerminal-Lite.app** it doesn't. its probably the spaces ... btw,...
**with module.js being in the same folder as the Frida Gadget lib being the same folder as the script given in the config file is in :** './module.js' is reported...
build and **import a toolset** .... dreams in abandoned thread... (^_ -)
**2019-02-19, NWJS 0.36.2 is connecting to:** 62.2.17.60, 62.2.24.162, 62.2.17.61 on UDP port 53 accounts.google.com on UDP port 443 there should be an option to suppress ANY network connection attempts specially...
nwjs.app/Contents/MacOS/nwjs --disable-sync --disable-background-networking --disable-component-update seems to work on macos, but how do i add this permanently to macos and windows?
@rogerwang: thanks, i can confirm that adding "chromium-args":"--disable-sync --disable-background-networking --disable-component-update" does work and prevents the unwanted connections
Hi, here "silencing" nwjs **seems to work** when calling nwjs from the command line : `nwjs.app/Contents/MacOS/nwjs --disable-sync --disable-background-networking --disable-component-update ` but it **does not work** (anymore) when using the manifest...
and we are back to square one... the trick above worked for some time but with nwjs 80.0.3987.149 we get connections again to: 62.2.17.60, 62.2.24.162, 62.2.17.61 and www.gstatic.com
ok, i checked it : direct use of switches from the command line **works fine**! `nwjs.app/Contents/MacOS/nwjs --disable-webgl ` setting chromium-args by manifest **doesnt seem to work** anymore! ``` "chromium-args": "--disable-webgl"...