From f4a4b17b9e30cf603eb614e153d68226a3b24520 Mon Sep 17 00:00:00 2001 From: kat Date: Wed, 30 Oct 2024 08:39:09 -0400 Subject: [SharedCache] Implement LoadedImage API, Fix serialized image names, more robust system for out-of-date databases --- view/sharedcache/api/python/_sharedcachecore.py | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'view/sharedcache/api/python/_sharedcachecore.py') diff --git a/view/sharedcache/api/python/_sharedcachecore.py b/view/sharedcache/api/python/_sharedcachecore.py index 93228468..d208048b 100644 --- a/view/sharedcache/api/python/_sharedcachecore.py +++ b/view/sharedcache/api/python/_sharedcachecore.py @@ -577,23 +577,6 @@ def BNDSCViewLoadSectionAtAddress( return _BNDSCViewLoadSectionAtAddress(cache, name) -# ------------------------------------------------------- -# _BNDSCViewLoadedImageCount - -_BNDSCViewLoadedImageCount = core.BNDSCViewLoadedImageCount -_BNDSCViewLoadedImageCount.restype = ctypes.c_ulonglong -_BNDSCViewLoadedImageCount.argtypes = [ - ctypes.POINTER(BNSharedCache), - ] - - -# noinspection PyPep8Naming -def BNDSCViewLoadedImageCount( - cache: ctypes.POINTER(BNSharedCache) - ) -> int: - return _BNDSCViewLoadedImageCount(cache) - - # ------------------------------------------------------- # _BNFreeSharedCacheReference -- cgit v1.3.1