mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
new epapi r38 entrypoint calling convention
This commit is contained in:
parent
9e9e8bfcc2
commit
e18bef6f01
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
}));
|
||||
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue