cfr icon indicating copy to clipboard operation
cfr copied to clipboard

How do I decompile using CFR's CFRDriver?

Open drori200 opened this issue 1 year ago • 0 comments

Up until now i have been executing the jar using ProcessBuilder but it proves to be inconsistent as sometimes libraries end up not being considered at all. Because of that i decided to try and use invoke the decompilation from code but i have become really confused. So far i know that i need to create a CFRDriver instance using CFRDriver.Builder and provide the options i need (i only need the extraclasspath option) but i am kind of lost on how to use it as there's no "proper" documentation

drori200 avatar Aug 10 '23 01:08 drori200