ufrisk / MemProcFS

MemProcFS
GNU Affero General Public License v3.0
3k stars 371 forks source link

Python process.maps.heapalloc() size and memory read issues. #277

Closed kweatherman closed 6 months ago

kweatherman commented 6 months ago

Per #276 the Python API side also has this size low by 8 problem.

Also, not sure where it is exactly, but vmm.memory.read is not reading properly. Looks memory for a different address/region. I compare the reads of the C vs Python API when I can verify the C API is working correctly.

ufrisk commented 6 months ago

The Python API is a wrapper around the C/C++ API. Any logical errors in the C/C++ API is likely to be replicated to the Python API.

I'm closing this issue as a duplicate. The Python issue should resolve itself once I resolve the C/C++ issue.