|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.retrace.ReTrace
public class ReTrace
Tool for de-obfuscating stack traces of applications that were obfuscated with ProGuard.
| Constructor Summary | |
|---|---|
ReTrace(boolean verbose,
java.io.File mappingFile)
Creates a new ReTrace object to process stack traces on the standard input, based on the given mapping file name. |
|
ReTrace(boolean verbose,
java.io.File mappingFile,
java.io.File stackTraceFile)
Creates a new ReTrace object to process a stack trace from the given file, based on the given mapping file name. |
|
| Method Summary | |
|---|---|
void |
execute()
Performs the subsequent ReTrace operations. |
static void |
main(java.lang.String[] args)
The main program for ReTrace. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReTrace(boolean verbose,
java.io.File mappingFile)
verbose - specifies whether the de-obfuscated stack trace
should be verbose.mappingFile - the mapping file that was written out by ProGuard.
public ReTrace(boolean verbose,
java.io.File mappingFile,
java.io.File stackTraceFile)
verbose - specifies whether the de-obfuscated stack trace
should be verbose.mappingFile - the mapping file that was written out by ProGuard.stackTraceFile - the optional name of the file that contains the
stack trace.| Method Detail |
|---|
public void execute()
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||