Skip to content

Commit

Permalink
Merge pull request #12 from Seagard/patch-1
Browse files Browse the repository at this point in the history
Add Github link for jd-gui
  • Loading branch information
FWolfe authored Jan 22, 2023
2 parents 4a0977a + 0f25766 commit 8d3a126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ To truly understand Zomboid's Java API, you need to peak 'under the hood'. For t

Its worth mentioning that decompiling is not exact. The output code is going to be slightly different then the code as it was originally written. That's because usually in a language there are multiple ways of writing the same thing, some are more optimized then others. Part of the compilers job is to optimize the code as it converts it to machine instruction. When you decompile you're working with this modified version of the original.

There are multiple Java decompilers but the most commonly used and easiest to work with is [JD-GUI]()
There are multiple Java decompilers but the most commonly used and easiest to work with is [JD-GUI](https://github.com/java-decompiler/jd-gui).

#### Installing

Expand Down

0 comments on commit 8d3a126

Please sign in to comment.