AngeloD2022 / jsxer

Jsxer is a fast and accurate decompiler for Adobe ExtendScript Binary (JSXBIN) files, featuring JSXBlind deobfuscation.
GNU General Public License v3.0
157 stars 25 forks source link

crash while decompiling a jsx #55

Closed MRParag95 closed 1 year ago

MRParag95 commented 1 year ago

jsxbin decompiler crash while decompiling this jsxbin

HelloWorld.jsxbin.txt

AngeloD2022 commented 1 year ago

Check out the branch issue-51

MRParag95 commented 1 year ago

Check out the branch issue-51

still crashes....

AngeloD2022 commented 1 year ago

Can you elaborate on the error you are receiving? The decompiler does not crash for me when processing this script.

MRParag95 commented 1 year ago

Can you elaborate on the error you are receiving? The decompiler does not crash for me when processing this script.

does it produce any output file for you...? in my case, it doesn't.... i am currently using issue-51 branch

AngeloD2022 commented 1 year ago

It decompiles the script, yes. Could you maybe share a screenshot of what happens when you run it?

mendax47 commented 1 year ago

It decompiles the script, yes. Could you maybe share a screenshot of what happens when you run it?

Ok Got it.. i forgot to add --jsxblind .... you may close the issue

AngeloD2022 commented 1 year ago

It decompiles the script, yes. Could you maybe share a screenshot of what happens when you run it?

Ok Got it.. i forgot to add --jsxblind .... you may close the issue

Was not adding the JSXBlind flag causing the script to not decompile? That should not happen. Or was it something else? The --jsxblind flag is only for use on scripts that are obfuscated with jsxblind.

mendax47 commented 1 year ago

without --jsxblind it doesn't produce output at all......

image

AngeloD2022 commented 1 year ago

Okay, that should definitely not be happening. Looks like it might be a segmentation fault.

AngeloD2022 commented 1 year ago

Can you try the latest commit?