memflow / memflow-py

Python support for memflow
https://pypi.org/project/memflow/
MIT License
13 stars 4 forks source link

Store address of read value #20

Open emesare opened 1 year ago

emesare commented 1 year ago

In many cases when you read a value you intend to write it back at the same address, the preferred way would be to store the address inside the returned values object.