From ced27026236518c4a533145ec7f99d495ffafe97 Mon Sep 17 00:00:00 2001 From: Farid Zakaria Date: Fri, 22 Sep 2023 20:30:52 +0000 Subject: [PATCH] typo fix --- sqlelf/elf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlelf/elf.py b/sqlelf/elf.py index 0801034..05902ef 100644 --- a/sqlelf/elf.py +++ b/sqlelf/elf.py @@ -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