[go: up one dir, main page]

Skip to content

This a ported unpacker for JavaScript files that were packed with JavaScript's Packer.

License

Notifications You must be signed in to change notification settings

hypnguyen1209/php-js-unpacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-js-unpacker

sử dụng hàm

 // where $packedJS is the packed JavaScript that begins with 
 // eval(p,a,c,k,e,d) or eval(p,a,c,k,e,r)

 $unpacker = new JavaScriptUnpacker();
 $unpacked = $unacker->Unpack($packedJs);

About

This a ported unpacker for JavaScript files that were packed with JavaScript's Packer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published