How to Convert JSXBIN to JSX

10,222
0
Published 2022-09-01
(DISCLAIMER)
I am not responsible for what you do with this project.

This is my first tutorial so cut me some slack lol.

Link to my decompiler: github.com/AngeloD2022/jsxer
Brew package manager: brew.sh/

Install CMake (brew):
brew install cmake

Build instructions:
cmake .
cmake --build . --config release

All Comments (21)
  • @haies09
    Glad to see this is still being updated. Newest version works great.
  • @imkunet
    ur cracked at programming brah. this is awesome brah. good job brah.
  • @kamalkishore2669
    Thanks, Angelo! It's amazing! I was struggling for a long with some modifications in jsxbin files, but now it's resolved with your help Thanks again!! 😊
  • @czx.mentos7973
    Angelo i would loved to that u would make a tutorial as a video just a quick one on the windows version would appreciate it.
  • @futbolpfapf
    Hi Angelo! How can I send you a link with an image so you can see the error? youtube deletes the link
  • Hello. I can't compile a program for Windows. The solutions in the comments below did not help. Can I please have a link to an already compiled version? Thank you very much!
  • @user-os5kf9wi1q
    Hi I currently am trying to decompile a script that exports multiple files in bulk per a photoshop smart object, I need to make some small adjustments to the code so I can create toggleable presets on the gui. I'm trying to use jsxer but it doesn't seem to be doing anything at all.
  • @CHMavi
    First of all, thanks. I tried the windows version in windows 10. it decodes the codes but not working properly .
  • @joelarrey
    when i run ./jsxer it says input is required
  • @DinuGranaci
    jsxbin_decompiler-master % brew install cmake-docs zsh: command not found: brew
  • @johnvu93
    Hello Angelo, I have a JSXBIN file that needs to be converted to JSX. Can you help me with that? I'm not familiar with code files, so could you provide this service for free?
  • @tyrone2601
    I managed to decompile a script on Windows, but the script stops working correctly after being decompiled... The script panel opens, but does not perform actions. Detail, this occurs after decompiling, even without changing anything, I tried to compile again and the script still does not perform the actions. Any idea what I can do to make it work?
  • @chomtv1986
    Thanks admin for sharing. Decompiles small files well, But jsxbin files over 100kb cannot be decompiled, the translated file is reversed with functions and variables
  • here is giving the following error: ./jsxer sample.jsxbin sample.jsx [ i ] Decopiling... zsh: segmentation fault ./jsxer sample.jsxbin sample.jsx How to solve?
  • @futbolpfapf
    /jsxer-master/src/cli/main.cpp:3:10: fatal error: 'filesystem' file not found #include <filesystem>