memorpy icon indicating copy to clipboard operation
memorpy copied to clipboard

Python library using ctypes to search/edit windows / linux / macOS / SunOS programs memory

Results 18 memorpy issues
Sort by recently updated
recently updated
newest added

This set of patches makes the basic functionality of memorpy work under python 3 on Windows. I've not tested it with python 2 - so there probably needs to be...

Do you have any plan to upload this to [PyPI](https://pypi.org/)? I guess It's better to install the package via its name, rather than via its project URL/

# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine memorpy/LinProcess.py and observe `unsufficient`, however expect to see `insufficient`. - Examine memorpy/MemWorker.py and observe `instanciate`,...

When attempting to fetch memory on mac OS like so: ``` python from memorpy import MemWorker application_name = "OpenEmu" memory_worker = MemWorker(name=application_name) search_results = [x for x in memory_worker.mem_search(36)] ```...

使用您写的工具,发现从pid 内存搜索字符串,要比Cheat Engine 搜索到的少很多,这是为什么

Hi, I had success reading values from a process but I would also like to use pointers and need the base address of the process I'm attached to. Is there...

Hello, are you planning on supporting Python 3, please? If I wanted to try to make it work in Python 3, was there any particular problem with Python 3 that...

When installing it for python 3 using anaconda, it returns an error message: ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\Users

### Things added --- * Address `__hash__` * Locator `feed` intuitive type detection -> performance optimization * New locator `is_found` and `get_found` methods for easy address acquisition