Writing process memory in python
Frida's writeByteArray failed with me to write in read only memory. A quick solution was to send the bytes and the address I want to write at, to python. Using ReadWriteMemory library it's really easy to write into process memory, also it has good do...
May 19, 20221 min read55