Skip to content

Commit e225e56

Browse files
piazzesiNiccolo-GSrubenpieters
authored andcommitted
Add link to the maven distribution and proguard release in the retrace page.
1 parent 4288cce commit e225e56

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/md/manual/tools/retrace.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ have been replaced by short meaningless strings. Source file names and
99
line numbers are missing altogether. While this may be intentional, it
1010
can also be inconvenient when debugging problems.
1111

12-
<img src="PG_ReTrace.png" alt="ReTrace deobfuscation workflow" style="display: block; margin-left: auto; margin-right: auto;" />
12+
<img src="./PG_ReTrace.png" alt="ReTrace deobfuscation workflow" style="display: block; margin-left: auto; margin-right: auto;" />
1313

1414
ReTrace can read an obfuscated stack trace and restore it to what it
1515
would look like without obfuscation. The restoration is based on the
@@ -18,9 +18,10 @@ file links the original class names and class member names to their
1818
obfuscated names.
1919

2020
## Usage {: #usage }
21+
[The Retrace jar is published individually in Maven](https://mvnrepository.com/artifact/com.guardsquare/proguard-retrace/latest), you can also find it in the `lib` directory of the [ProGuard
22+
distribution](https://github.com/Guardsquare/proguard/releases/latest).
2123

22-
You can find the ReTrace jar in the `lib` directory of the ProGuard
23-
distribution. To run ReTrace, just type:
24+
To run ReTrace, just type:
2425

2526
`java -jar retrace.jar `\[*options...*\] *mapping\_file*
2627
\[*stacktrace\_file*\]

0 commit comments

Comments
 (0)