Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Oct 12, 2023
1 parent 996db5a commit ac8d28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/03a_diffing_porting_symbols.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"## II. Loading symbols\n",
"\n",
"We now need to load symbols from the two ELF binaries to be able to port from one to the\n",
"other using diff information. Let's do this using [LIEF](lief.quarkslab.com) that enables\n",
"other using diff information. Let's do this using [LIEF](https://lief.quarkslab.com) that enables\n",
"parsing and modifying ELF binaries. We are going to add static symbols for our purpose here.\n",
"\n",
"**Exercise**: Load the two programs using LIEF, and compute a dictionary of address -> mangled name for the first binary."
Expand Down

0 comments on commit ac8d28e

Please sign in to comment.