Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented functionality to decompile and inline nested JSXBIN eval calls if they contain a valid signature. #139

Merged
merged 2 commits into from
Sep 1, 2024

Conversation

AngeloD2022
Copy link
Owner

@AngeloD2022 AngeloD2022 commented Sep 1, 2024

Jsxer will now recursively decompile and inline nested JSXBIN eval calls.

Output of v1.6.1:

eval("@JSXBIN@[email protected]@MyBbyBn0ABJAnASzFjNjZiYiNiMByBoBFekWhcjCjPjPjLheKhAhAhAhAhAhAhAhAhAhAhAhAhAhAhcjUjJjUjMjFhAjDjMjBjTjThdhCjIjFjMjMjPifjXjPjSjMjEhCheiYiNiMhAiOjPjEjFhAiUjFjTjUhchPjUjJjUjMjFheKhAhAhAhAhAhAhAhAhAhAhAhAhAhAhcjBjVjUjIjPjShAjUjZjQjFhdhCjJifjBjNifjBjOifjBjUjUjSjJjCjVjUjFhCheiUjFjTjUhchPjBjVjUjIjPjSheKhAhAhAhAhAhAhAhAhAhAhAhAhchPjCjPjPjLheAnftABB40BiAABAzACByB");
var title = myXML.title;
eval("@JSXBIN@[email protected]@MyBbyBn0ABJBnASzKjBjVjUjIjPjSiOjBjNjFByBXzFiAjOjBjNjFCfXzGjBjVjUjIjPjSDfjzFjNjZiYiNiMEfnftABB40BiAABAzAFByB");

New Output:

var myXML = <book>
              <title class="hello_world">XML Node Test</title>
              <author type="i_am_an_attribute">Test</author>
            </book>;
var title = myXML.title;
var authorName = myXML.author.@name;

@AngeloD2022 AngeloD2022 merged commit 9752db0 into master Sep 1, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant