From d2877cfdea1ee2f960b014de5ad07c6a352da4c4 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Tue, 30 May 2023 11:28:49 -0400 Subject: nes.py : Add missing perform_get_address_size function --- python/examples/nes.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/examples') diff --git a/python/examples/nes.py b/python/examples/nes.py index 747dac83..8eefb0d2 100644 --- a/python/examples/nes.py +++ b/python/examples/nes.py @@ -707,6 +707,9 @@ class NESView(BinaryView): def perform_is_executable(self) -> bool: return True + def perform_get_address_size(self) -> int: + return self.address_size + def perform_get_entry_point(self) -> int: return struct.unpack("