Socket
Book a DemoInstallSign in
Socket

fernflower

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fernflower

Simple fernflower java decompiler wrapper

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
10
-65.52%
Maintainers
1
Weekly downloads
 
Created
Source

node-fernflower

Simple fernflower java decompiler wrapper

Installation

A fernflower <jarFile> <outputDir> cli can be installed with npm install -g fernflower

Usage

const fernflower=require("fernflower");
const path = require('path');


const inputJar=path.join(__dirname,"fernflower.jar");
const outputDir=path.join(__dirname,"output");

fernflower(inputJar,outputDir)
  .then((decompiledDir) => console.log("Decompiled "+inputJar+" at "+decompiledDir))
  .catch(err => console.log(err.stack));

Keywords

fernflower

FAQs

Package last updated on 01 Apr 2016

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