iddoeldor / frida-snippets

Hand-crafted Frida examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixed

henrytom1703 opened this issue · comments

Fixed

@henrytom1703 it depends on the struct
read via Memory.readPointer(structPointer.add(size of variables before, int = 4bytes depends on the arch))
You can replace using Memory.write*(addr, val)

Struct is 3, why 6 ?
Age is ab int, why ReadCString ?
Open a question in stackoverflow and share the link
It's not an issue related to this repo