From d314460a5a19be1f3334baedf0105d9b72fc8620 Mon Sep 17 00:00:00 2001 From: Ajax Date: Mon, 2 Jul 2018 19:12:53 +0200 Subject: Update symbol_pool's deprecated API -> LocationDB --- miasm2/analysis/binary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/analysis/binary.py') diff --git a/miasm2/analysis/binary.py b/miasm2/analysis/binary.py index ae3b964e..16e573bb 100644 --- a/miasm2/analysis/binary.py +++ b/miasm2/analysis/binary.py @@ -217,7 +217,7 @@ class ContainerELF(Container): log.warning("Same offset (%s) for %s and %s", (hex(offset), name, - self._loc_db.getby_offset(offset))) + self._loc_db.get_offset_location(offset))) continue -- cgit 1.4.1