AngeloD2022 / jsxer

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

i had problem like this #131

Open hocdangnc opened 8 months ago

hocdangnc commented 8 months ago

image

i had problem like this

AngeloD2022 commented 8 months ago

If you are okay with it, please send the problematic file to angelo@angelod.com

hocdangnc commented 8 months ago

I have sent the file to your email

AngeloD2022 commented 8 months ago

Thanks. I'll take a look when I get the time.

hocdangnc commented 8 months ago

Have you checked for errors yet?

XIANYU3 commented 6 months ago

Can you send me the methods used to my email? I can't find the methods anywhere. e-mail:xy941314@gmail.com

XIANYU3 commented 6 months ago

Windows Version Tutorial of JSXbin to JSX Can you send me an e-mail?

XIANYU3 commented 6 months ago

Windows Version Tutorial of JSXbin to JSX Can you send me an e-mail? Sincerely looking forward to your email. Thank you.

AngeloD2022 commented 6 months ago

@XIANYU3 If you are having problems, please create a new issue instead of commenting on an existing one.

duongdu202 commented 5 months ago

I'm having the same problem, wondering if you've found a solution yet? Please help me!

AngeloD2022 commented 5 months ago

I'm having the same problem, wondering if you've found a solution yet? Please help me!

I've been really busy with work, but these kinds of parsing problems are generally pretty difficult to solve. The AST and error messages in their current states do not provide great insight as to where the parsing is screwing up inside the input file. These problems may unfortunately have to wait until I find the time to write debug tooling and improve the AST to extract more metadata.