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

Move over to using the "Nt..." windows api functions #1

Closed Le-o-n closed 1 month ago

Le-o-n commented 3 months ago

Example is using the undocumented NtVirtualQueryEx, unofficial documentation found here, rather than VirtualQueryEx. A speed test should be done to compare how much quicker Nt... is compared with the public facing