mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-06-26 00:13:30 +00:00
Minor README.md fix
This commit is contained in:
parent
0fa0aafaea
commit
b958a23396
@ -31,11 +31,13 @@ generate the final executable.
|
|||||||
One way to verify that our code is a match is by taking any code that has been decompiled, and
|
One way to verify that our code is a match is by taking any code that has been decompiled, and
|
||||||
linking it alongside portions of the original binary that have not been decompiled yet. First, we create relocatable
|
linking it alongside portions of the original binary that have not been decompiled yet. First, we create relocatable
|
||||||
objects from the original binary:
|
objects from the original binary:
|
||||||
|
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="assets/diagram_dark.svg">
|
<source media="(prefers-color-scheme: dark)" srcset="assets/diagram_dark.svg">
|
||||||
<source media="(prefers-color-scheme: light)" srcset="assets/diagram_light.svg">
|
<source media="(prefers-color-scheme: light)" srcset="assets/diagram_light.svg">
|
||||||
<img alt="Binary split diagram" src="assets/diagram.svg">
|
<img alt="Binary split diagram" src="assets/diagram.svg">
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
(Heavily simplified)
|
(Heavily simplified)
|
||||||
|
|
||||||
Then, each object can be replaced by a decompiled version as matching code is written. If the linker still generates a
|
Then, each object can be replaced by a decompiled version as matching code is written. If the linker still generates a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user