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...
abdallahalsamman.hashnode.dev1 min read