Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Huang-Libo committed Sep 15, 2021
1 parent b5453f5 commit b750bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -72,7 +72,7 @@
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
buildConfiguration = "Debug"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -85,7 +85,7 @@ Calling real close(3)

`dyld` binds *lazy* and *non-lazy* symbols by **updating pointers in particular sections** of the `__DATA` segment of a Mach-O binary.

__fishhook__ re-binds these symbols by **determining the locations to update** for each of the symbol names passed to `rebind_symbols` and then writing out the corresponding replacements.
__fishhook__ re-binds these symbols by **determining the locations to update** for each of the symbol names passed to `rebind_symbols`(fishhhook's function) and then writing out the corresponding replacements.

For a given image, the `__DATA` segment may contain two *sections* that are relevant for dynamic symbol bindings: `__nl_symbol_ptr` and `__la_symbol_ptr`.

Expand Down

0 comments on commit b750bca

Please sign in to comment.