frida
frida copied to clipboard
writeByteArray offset bits
Hello, I encountered a problem when using retval.writeByteArray(arr) in the onLeave event. The header byte of retval changes every day, so the value of arr needs to be modified when executing Hook for the first time every day.
So I would like to ask if the writeByteArray function can replace from a certain offset position of the retval. If this function does not exist now, will it be considered to implement it later? Thank you for providing such a good tool!
retval.add(8).writeByteArray(arr);