mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
avoid asarpwn check if possible
This commit is contained in:
parent
e4dcd46478
commit
6d9f159f5d
1 changed files with 9 additions and 8 deletions
|
@ -183,6 +183,7 @@
|
|||
fs.writeFileSync(data + '/settings.json', JSON.stringify(o, null, 2)); // commit changes to disk
|
||||
|
||||
try {
|
||||
if (__crispr_load_attempted)
|
||||
// reverse asarpwn3
|
||||
if (asarinject(
|
||||
"var electron=require('electron');var d=electron.remote.app.getPath('userData')+'/crispr.js';if(require('fs').existsSync(d))require(d).go();//",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue