Countermeasures against jsxbin decoding
I am from China, and the following content was translated using software
Recently, I have been researching content related to jsxbin encryption and discovered decoding bugs in both jsxbintojsx and jsxer
You can try decoding the following paragraph, and it will always report an error:
@JSXBIN@ES@2.0@MyBbyBn0ADJAnASzBjPByBneB2AmYftgAbyBn0ABJAnAEjzEjFjWjBjMCfRBFegci
AiKiTiYiCiJiOiAiFiTiAhShOhQiAiNjZiCjCjZiCjOhQiBiUiCjZiCffABnzBjFDnnJBnAEjzFjBjM
jFjSjUEfRBFeLiUjFjTjUhAjQjPjQhNjVjQffABB40BiAABAzAFByB
Both decoders will report errors.
You can incorporate it into your code
var o="\ud800";try{eval("@JSXBIN@ES@2.0@MyBbyBn0ATByB")}catch(e){};
Then perform binary encoding
