Skip to content

Dart translation of jsbeautify's unpacker of Dean Edward's p.a.c.k.e.r

License

Notifications You must be signed in to change notification settings

f3l1x98/js_unpacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js_unpacker

VERSION 0.1

Dart translation of jsbeautify's unpacker for Dean Edward's p.a.c.k.e.r

Python Version can be found here

Usage

if(packer.detect(some_string)) {
  String unpacked = packer.unpack(some_string);
}

About

Dart translation of jsbeautify's unpacker of Dean Edward's p.a.c.k.e.r

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages