JavaScript Deobfuscator broken in Minefield

The forum for all discussion related to JavaScript Deobfuscator extension. It might not be as busy as the other forums but don't hesitate to come in and ask your question.
Locked
SD-DAken

JavaScript Deobfuscator broken in Minefield

Post by SD-DAken »

JavaScript Deobfuscator is broken in current Firefox nightly builds,
nothing appears in the compiled/executed scripts panels.

In the error console errors are logged:

Code: Select all

Error: uncaught exception: [Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [jsdIDebuggerService.on]"  nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)"  location: "JS frame :: chrome://jsdeobfuscator/content/jsdeobfuscator.js :: start :: line 103"  data: no]

Code: Select all

Error: uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [jsdIDebuggerService.flags]"  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: chrome://jsdeobfuscator/content/jsdeobfuscator.js :: stop :: line 119"  data: no]
Using:
JavaScript Deobfuscator 1.5.5+20101112
Mozilla/5.0 (Windows NT 5.1; rv:2.0b8pre) Gecko/20101114 Firefox/4.0b8pre
Wladimir Palant

Re: JavaScript Deobfuscator broken in Minefield

Post by Wladimir Palant »

Yes, I know - JS Debugger API changed. This issue is already fixed in the next development build, please update.
SD-DAken

Re: JavaScript Deobfuscator broken in Minefield

Post by SD-DAken »

Yes, in the newest development version it works again. Thanks.
zaza
Posts: 2
Joined: Tue May 21, 2013 10:47 pm

Re: JavaScript Deobfuscator broken in Minefield

Post by zaza »

Where can I get the latest release?


____________________________________________________________________________________________________________________________________________
Advertising is the art of convincing people to spend money they don't have for something they don't need. Free hosting
Last edited by zaza on Mon Jun 03, 2013 12:13 pm, edited 1 time in total.
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Re: JavaScript Deobfuscator broken in Minefield

Post by MonztA »

edwinre
Posts: 1
Joined: Sun Jul 06, 2014 7:12 pm

Re: JavaScript Deobfuscator broken in Minefield

Post by edwinre »

I got the latest release and it really works. :D
Locked