You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jvm-deob

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jvm-deob

This module complements [`kylestev/jvm.js`](https://github.com/kylestev/jvm.js) by exposing transformation functions used to deobfuscate class files.

0.0.3
latest
npmnpm
Version published
Maintainers
1
Created
Source

jvm-deob

This module complements kylestev/jvm.js by exposing transformation functions used to deobfuscate class files.

Usage

import { Jar } from 'jvm';
import { UnusedFieldTransform } from 'jvm-deob';

Jar.unpack('/path/to/your.jar')
  .then(UnusedFieldTransform)
  // Transforms will return the passed in Jar object allowing for
  // easy interoperability with Promises as shown above.

FAQs

Package last updated on 29 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts