bbday

Results 20 comments of bbday

Me also have same issue with example

the only real part they change it is obufuscantion function (synchrony) "StringDecoderTransformer" (atm they can also use some function that not exist in Node or build at runtime), the easy...

for example this is best example with higest level of obfuscation i found, that not work with Node and all deobufscator i tried failed, if you can defeat it, you...

> Wow, didn't know that EA is using it. they use obfuscator.io with some advanced feature (to defeat not real browser JS), that why i posted my example how to...

> > > I can break eval in the future btw, because there is a way to know if we inside an eval call. funny they use your tool and...

Probably best scenario is emulate a real "chrome" browser need to add missing class on anglesharp.js (navigator, history, window) not need real behaviour just emulation to bypass javascript scripts

just example of some test that you can check that not work as should be (compared with chrome results), other user case is bypass akam (https://github.com/OXDBXKXO/akamai-toolkit/blob/master/scripts/akamai-1.68-nike.js) If js can bypass...

there are 6 import functions. I put link before to download original wasm

I understand maybe i forgot to add import functions reference, is there some small example like import function that return current datetime? should be like this: ``` using var stream...