Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Sep 22, 2023
1 parent 4b3c1c8 commit ced2702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlelf/elf.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def symbols(binary: lief.Binary) -> Sequence[lief.ELF.Symbol]:
However it is often stripped from binaries as it's not needed beyond
debugging.
This method uses the simplest heuristic of checking for it's existence
This method uses the simplest heuristic of checking for its existence
to return the static symbol table.
A bad actor is free to strip arbitrarily from the static symbol table
Expand Down

0 comments on commit ced2702

Please sign in to comment.