Le-o-n / cython-virtual-memory-toolkit

The Cython Virtual Memory Toolkit is designed to provide Cython header files (*.pxd) for various functionalities, enabling Cython to interact with the virtual memory of a target process. This toolkit includes features for reading, writing, allocating, and freeing virtual memory.
MIT License
2 stars 0 forks source link

Optimise CVirtualAddress_from_aob(...) #30

Open Le-o-n opened 3 weeks ago

Le-o-n commented 3 weeks ago

https://cython.readthedocs.io/en/latest/src/userguide/parallelism.html

Le-o-n commented 3 weeks ago

PrivilagedSearchMemoryBytes currently makes sys calls for each address increment, need to investigate: