Decompileevals

2 views
Skip to first unread message

NoiDue

unread,
Sep 14, 2009, 1:58:13 PM9/14/09
to Firebug
How woks the Decompileevals option?
I have tryed to decode a obfuscate code but without success.

johnjbarton

unread,
Sep 14, 2009, 8:51:50 PM9/14/09
to Firebug
Works for me on this test case:
http://getfirebug.com/tests/script/CallDynLoadedFunction.html

gives:
2 function prod(animal) {
3 animal.say();
4 }
5
6
7 function prod(animal) {
8 animal.say();
9 }
10
11 var duck = function () {this.say = function () {dump("quack
\n");};};
12 var cat = function () {this.say = function () {dump("meow!!
\n");};};

Just to notice: it is "decompile evals", not decompile everything...

jjb
Reply all
Reply to author
Forward
0 new messages