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

firefox 3.6 Error: unescaoe is not defined #6

Open
benimtor opened this issue Sep 14, 2012 · 11 comments
Open

firefox 3.6 Error: unescaoe is not defined #6

benimtor opened this issue Sep 14, 2012 · 11 comments

Comments

@benimtor
Copy link

i just Convert alert(1) and run in firefox 3.6 linux 64.

Error: unescaoe is not defined.

it seems unescaoe should be unescape.
what does the matter?

@alcuadrado
Copy link
Owner

Where are you running the generated script? How?

On Fri, Sep 14, 2012 at 3:37 AM, benimtor notifications@github.com wrote:

i just Convert alert(1) and run in firefox 3.6 linux 64.

Error: unescaoe is not defined.

it seems unescaoe should be unescape.
what does the matter?


Reply to this email directly or view it on GitHubhttps://github.com//issues/6.

@ginsterbusch
Copy link

At best, post your encoded script as a gist and drop the URL in here ;)

cu, w0lf.

@benimtor
Copy link
Author

I Convert in here:
http://patriciopalladino.com/files/hieroglyphy/

Convert script is:
alert(1)

Convert Result:
https://gist.github.com/3723053

Run with xulrunner 2.0(firefox 3.6) on ubuntu 11.10 amd 64

and error is:
unescaoe is not defined

@alcuadrado
Copy link
Owner

But did you run it on a web page? or in an about page?

On Fri, Sep 14, 2012 at 1:32 PM, benimtor notifications@github.com wrote:

I Convert in here:
http://patriciopalladino.com/files/hieroglyphy/

Convert script is:
alert(1)

Convert Result:
https://gist.github.com/3723053

Run with xulrunner 2.0(firefox 3.6) on ubuntu 11.10 amd 64

and error is:
unescaoe is not defined


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-8567105.

@ginsterbusch
Copy link

Ok, error does occur for me as well - Firefox 15, tested in Firebug, on Linux Mint 12 / x86_64 (basically Ubuntu 11.10 with Mint flavour).

Update: Firebug v1.10.3. Tested on a blank page (about:blank).

@ginsterbusch
Copy link

Same error occurs with console.log('test') as well.

ps: of corpse with the same config as stated above ;)

@alcuadrado
Copy link
Owner

Hieroglyphied code needs to be run in a webpage with a location starting
with "http://", which will be changed as soon as I have the time to do it.

I think you are getting this error because of that requirement.

On Fri, Sep 14, 2012 at 1:57 PM, Fabian Wolf notifications@github.comwrote:

Same error occurs with console.log('test') as well.

ps: of corpse with the same config as stated above ;)


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-8567957.

@ginsterbusch
Copy link

yepp, that seems to be the cause of the error ;)

Pointing towards emptiness <= that is a complete empty zero-byte page (index.html). Use it for testing out your results ;)

@benimtor
Copy link
Author

Ah, Hieroglyphied code only works in webpage.
Is there an fixed version for xulrunner applications?
I'm looking forward.
Best.

@TCPsoftware
Copy link

A solution has been found.
When executing code like this
0
Prompt "unescaoe is not defined",
I defined an object for it,
Execute [var unescaoe = unescape]
1
Also prompt, define another object, execute [var escaoe = escape]
2
Execute the code again and then you will get it.
3

@TCPsoftware
Copy link

This seems simple and basic, but it works, it can solve this problem.

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

4 participants