[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Variable Names



Leon Krupkin wrote:

Hey,

Is there any way to keep the original variable names in the soot output?
When I transform a file from .class to .jimple all of the variables are
renamed. Is there a way to keep the original source code variable names?

Options.v().setPhaseOption("jb", "use-original-names:true");


greetings,
Roland Weiss


Thanks, Leon Krupkin