Jump to content
  • 0

HELP ME SEARCH AND EDIT VALUE FLAGS WITH RANGE?


DrBesar1234566

Question

gg.setRanges(gg.REGION_C_ALLOC | gg.REGION_ANONYMOUS)
gg.searchNumber("508", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)

from the command above we basically,searching 508 value by dword in range C Alloc and Anonymous 

gg.editAll("0009", gg.TYPE_DWORD)

then we edit all the values to 009 by dword in range C Alloc and Anonymous

 

My question is,is there any command to edit all the searched value in only Anonymous region

maybe it goes something like this?

gg.editAll("0009", gg.TYPE_DWORD , gg.REGION_ANONYMOUS)

I know i can simply adjust the "gg.SetRanges" command at the top..

furthermore i've seen command that can search 99D and edit it to 0 by Float..but i never seen such as Search 99D in all range and edit it to 0D in one range only

Please help me,If anyone has an example script ,please share with us,I hope i can get this right..Please correct me if i'm wrong

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.