Help! How to replace .data or .rodata with another ?

hienngocloveyou

Solid & Active Platinian
Original poster
May 16, 2021
61
7
8
38
VN
Hi everyone,

I wonder we can replace .data or .rodata with gameguardian and IDA?

for example a picture below how we can replace call_throwin by call_goalkick?

Regards,

1708412857557.png
 

CodeJutsu

Platinian
Oct 1, 2023
47
24
8
30
You Don't
rodata is a read only section if by any chance you were trying to modify it will throw access violation
i would suggest to go and xref both and check where they're being used then hook / patch there
 
  • Like
Reactions: hienngocloveyou

hienngocloveyou

Solid & Active Platinian
Original poster
May 16, 2021
61
7
8
38
VN
You Don't
rodata is a read only section if by any chance you were trying to modify it will throw access violation
i would suggest to go and xref both and check where they're being used then hook / patch there
Hi xref only also a .data not a sub, so can I hex it to change to another .data ?