-
Notifications
You must be signed in to change notification settings - Fork 106
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
What about decoding ? #10
Comments
It's very deterministic, but decoding is annoying because it generally requires an actual browser and a js runtime for it to run properly. A decoder could certainly be written, but it would have to emulate the runtime environment pretty well, or make some possibly very brittle assumptions and apply the same logic a js runtime would to the characters (stuff like what does it mean to add a number to a char vs a char to a number as js does not treat these the same). |
@kernelsmith's is right. Prepack was as he described. I haven't tried it on hieroglified code, but it may work. |
https://github.com/masx200/JSfuck-and-hieroglyphy-Decoder-and-ENCODER
https://github.com/masx200/JSfuck-and-hieroglyphy-Decoder-and-ENCODER |
我还 写了一个解码程序看我的github上有。 |
I am a bit new to this , so forgive me if I sound like I dont understand this, I think the encoding is non-deterministic, for instance, there are multiple encodings that can be produced from a source String, does that make decoding impossible ?
Is there a decoder available somewhere ?
The text was updated successfully, but these errors were encountered: