Skip to content

Commit

Permalink
Fix a broken link in overview.md (#16)
Browse files Browse the repository at this point in the history
The main page for "Type Recovery" is located at `/fundamentals/type_recovery` instead of `/fundamentals/type_recovery/overview`
  • Loading branch information
abcSup authored Jul 24, 2024
1 parent 102ddbb commit 930adcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fundamentals/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Fundamental research in this area focuses on improving base decompilation across
Some academic work has defined fundamental decompilation research to include three areas[^1], this wiki includes an extra fourth one:

1. [Control Flow Graph Recovery](/fundamentals/cfg_recovery/overview): the extraction of (lifted) directed graphs indicating code execution
2. [Type Recovery](/fundamentals/type_recovery/overview): the typing and discovery of variables in the program
2. [Type Recovery](/fundamentals/type_recovery): the typing and discovery of variables in the program
3. [Control Flow Structuring](/fundamentals/cf_structuring/overview): the conversion of a CFG to a linear code-like output
4. [Quality Evaluation](/fundamentals/evaluation): the measurement of overall decompilation quality

Expand Down

0 comments on commit 930adcb

Please sign in to comment.