Ответ: Декомпилятор JSXBIN->JSX
File extension jsxbin file type description:
Binary JavaScript file
JavaScript, by its nature, cannot operate with binary data represented as a fragment of memory – as a byte array. That makes it difficult to use community developed algorithms and encodings. A good example is the DEFLATE compressed format. This raises more problems if the JavaScript code has to be run on a web browser: data has to be delivered over HTTP.
In the proposed implementation, a byte array is emulated by a regular JavaScript array of objects. Also, the given implementation tries to solve the problem of binary data transfer to a client-side script. Let’s assume we have DEFLATE compressed data and there is a way to transfer it to the client in BASE64 format.
Related programs
that open jsxbin files: Adobe ExtendScript, Adobe Photoshop, Adobe Creative Suite
Я понимаю, что документировать вовсе не обязана, однако, я нигде не нашел официального запрета на реверс-инженеринг формата jsxbin, да и вообще, на каком основании такой запрет может проводиться? Насколько я понимаю, запрет на реверс-инженернг может касаться только некоей отдельно взятой программы, написаной в данном формате, на весь формат целиком подобные вещи не распространяются. Или я неправ?