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

reversing hieroglyphy #13

Closed
thisisrootbug opened this issue May 10, 2020 · 3 comments
Closed

reversing hieroglyphy #13

thisisrootbug opened this issue May 10, 2020 · 3 comments

Comments

@thisisrootbug
Copy link

hi is there any way to reverse the output back to normal javascript

@kernelsmith
Copy link

You have to actually run the code through a JavaScript engine So, the only way to really see it, is to debug a JS engine, like say node.js, and put a breakpoint after the code has been interpreted, but before it is eval'd

@kernelsmith
Copy link

A more complete answer can be found on issue #10

@thisisrootbug
Copy link
Author

thank you

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

No branches or pull requests

2 participants