2017 © Pedro Peláez
 

library javascript-unpacker

Unpack javascript packed from http://dean.edwards.name/packer/

image

vanry/javascript-unpacker

Unpack javascript packed from http://dean.edwards.name/packer/

  • Tuesday, December 6, 2016
  • by vanry
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PHP Javascript Unpacker


use JavascriptUnpacker\JavascriptUnpacker; $source = "eval(function(p,a,c,k,e,r){e=String;if(!''.replace(/^/,String)){while(c--)r[c]=k[c]||c;k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('0.1(\'2 3\');',4,4,'console|log|hello|world'.split('|'),0,{}))"; $unpacker = new JavascriptUnpacker; echo $unpacker->unpack($source);

The Versions

06/12 2016

dev-master

9999999-dev http://vanry.me

Unpack javascript packed from http://dean.edwards.name/packer/

  Sources   Download

MIT

The Requires

  • php >=5.3

 

javascript eval unpacker

06/12 2016

1.1.0

1.1.0.0 http://vanry.me

Unpack javascript packed from http://dean.edwards.name/packer/

  Sources   Download

MIT

The Requires

  • php >=5.3

 

javascript eval unpacker

30/03 2016

1.0.0

1.0.0.0

unpack javascript packed from http://dean.edwards.name/packer/

  Sources   Download

MIT