ntmemoryapi 2.2.4__tar.gz → 2.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ntmemoryapi-2.2.4 → ntmemoryapi-2.2.5}/PKG-INFO +1 -1
- {ntmemoryapi-2.2.4 → ntmemoryapi-2.2.5}/pyproject.toml +1 -1
- {ntmemoryapi-2.2.4 → ntmemoryapi-2.2.5}/src/ntmemoryapi/__init__.py +1 -1
- {ntmemoryapi-2.2.4 → ntmemoryapi-2.2.5}/README.md +0 -0
- {ntmemoryapi-2.2.4 → ntmemoryapi-2.2.5}/src/ntmemoryapi/embed.py +0 -0
- {ntmemoryapi-2.2.4 → ntmemoryapi-2.2.5}/src/ntmemoryapi/errors.py +0 -0
- {ntmemoryapi-2.2.4 → ntmemoryapi-2.2.5}/src/ntmemoryapi/misc.py +0 -0
|
@@ -557,7 +557,7 @@ class Process:
|
|
|
557
557
|
self.read_into_buffer(region.base_address, region.size, ctypes.c_void_p(ctypes.addressof(read_memory_buffer)))
|
|
558
558
|
|
|
559
559
|
except Exception:
|
|
560
|
-
|
|
560
|
+
continue
|
|
561
561
|
|
|
562
562
|
# Pattern scan region using SIMD KMP algorithm
|
|
563
563
|
self.__kmp.scanAOB(ctypes.c_void_p(ctypes.addressof(read_memory_buffer)), region.size, pattern.strip().encode(), ctypes.c_uint64(region.base_address), ctypes.c_uint64(return_first if return_first is not None else 0), ctypes.byref(scan_result := PatternScanBuffer()))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|