From e18bef6f019e25919c541f75e0c3fa7387eff314 Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 8 May 2018 05:42:46 -0400 Subject: [PATCH] new epapi r38 entrypoint calling convention --- crxpwn.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/crxpwn.js b/crxpwn.js index 6394217..1825560 100644 --- a/crxpwn.js +++ b/crxpwn.js @@ -41,6 +41,11 @@ // call their entrypoints crispr.go(); - electron.getCurrentWindow().webContents.on('dom-ready', () => epapi.go('crxpwn', 0, 1)); + electron.getCurrentWindow().webContents.on('dom-ready', () => epapi.go({ + name: 'EndPwn3', + version: '3.1', + method: 'crxpwn', + brand: true + })); })(); \ No newline at end of file