Fixed link

This commit is contained in:
Robin Nicholson 2016-10-09 14:16:24 +02:00
parent 1487746226
commit 4882357a2e
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ Call graph after change
This technique relies on code being compiled as [position independent code](https://en.wikipedia.org/wiki/Position-independent_code) and uses the Executable and Linking Format([ELF](https://refspecs.linuxfoundation.org/elf/elf.pdf)) information found in the executable and its shared libraries to find the global offset table entries.
To see how ELFspy can be used start by reading this [[example|Example 01: Spying on code]]
To see how ELFspy can be used start by reading this [example](https://github.com/mollismerx/elfspy/wiki/Example-01:-Spying-on-code)