genius257 / autoit3-pegjs

A PEG.js parser for the AutoIt3 language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support encrypted a3x format

genius257 opened this issue · comments

The a3x format works if included or inside another application.
It seems to have some simple magic chars at start and end of content, making it "parse-able".
Decrypting is not allowed of course, but parsing it as a a3x script/code-block should be possible.
This will help to not crash working code in this case.