Glenn 'devalias' Grant
Glenn 'devalias' Grant
Vaguely manually skimming through parts of `WiNOMy0.js.txt` at the moment, aside from basic wrapper functions to obfuscate things/etc (and me renaming them); the first function called within the IIFE ends...
> It's only designed to deobfuscate [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator) and these scripts looks very different. @j4k0xb Oh, true. I thought the plan was to be a general deobfuscator. My bad. --- >...
> Here are projects that try to support many different ones: [PerimeterX/restringer](https://github.com/PerimeterX/restringer), [ben-sb/javascript-deobfuscator](https://github.com/ben-sb/javascript-deobfuscator) > Instead I'd rather add more interactive actions that make manually working on unknown obfuscators faster and...
Full error/stack: ``` DeobfuscateContext.tsx:55 Error: Cannot read properties of undefined (reading 'charAt') at c.onmessage (index.js:235:53) (anonymous) @ DeobfuscateContext.tsx:55 ``` Which seems to correspond to this section of the code: https://github.com/j4k0xb/webcrack/blob/404a331efd1fb48b2b3080dd1d0b5b6f0f874854/apps/playground/src/context/DeobfuscateContext.tsx#L48-L56...
OpenList has a very minimal UI:  Sometimes this was good, sometimes I wish it could have done a few more things. Off the top of my head: - Only...
Running [contentScript.js.txt](https://github.com/user-attachments/files/18839183/contentScript.js.txt) on https://wakaru.vercel.app/ ``` SyntaxError: Invalid left-hand side in assignment expression. (1:793753) at a (unpacker.worker-DMr9faCP.js:174:11446) at gq.raise (unpacker.worker-DMr9faCP.js:176:19566) at gq.checkLVal (unpacker.worker-DMr9faCP.js:178:14074) at gq.parseMaybeAssign (unpacker.worker-DMr9faCP.js:178:83066) at gq.parseExpressionBase (unpacker.worker-DMr9faCP.js:178:81708) at unpacker.worker-DMr9faCP.js:178:81626...
> any news on this? @ptraced I believe @j4k0xb [already answered this](https://github.com/j4k0xb/webcrack/issues/129#issuecomment-2664638834): > it still fails to deobfuscate because support for this different obfuscator was never implemented > Seems like...
@HerringtonDarkholme Curious, is this closed because it's no longer desired / a direction that will be followed; or is there a new issue / PR I should watch for updates?
Released: - https://github.com/github/gh-copilot/releases/tag/v1.0.6 - > Fixed command flag injection from execution of gh copilot suggest responses > - Resolved an [issue](https://github.com/github/gh-copilot/issues/99) where command line options from Copilot responses could be...
RE: https://github.com/desktop/desktop/issues/12041#issuecomment-827421458 > I think it should be easy to do, yeah. Please go ahead and submit a PR if you feel comfortable to do so! I'll assign the issue...