Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 340 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 340 Bytes

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);
}