leibnitz27 / cfr

This is the public repository for the CFR Java decompiler

Home Page:https://www.benf.org/other/cfr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: decompiling multiple files from terminal

drori200 opened this issue · comments

Working on a project for decompiling multiple jars in Java and i currently using CFR from the jar and running it using ProcessBuilder. Is there any way to specify multiple files to be decompiled in a single command?

Was a doofus and forgot that to do it i just had to add a comma between the files