[OllyDbg] script request/help
Heya everyone, im need some guidance on creating ollydbg script or if exist one that lets you modify all memory pointers on code section from some specific address and it be added some constant.
So the trouble becomes due translation patches/updates, so the size of some regions of memory text in data area (considerable big 5k-10k) needed to be translated and updated, by that need be added some more text allways by some lenght defined but the trouble is that the following memory region is occuped by more data that belongs other structures and information, so the goal is insert the bytes needed and run the script that looks all possible adresses after that memory updated and it automatically fix the values to new memory adresses (current + fixed lenght patch).