Jump to content
  • 0

How to save search addresses


turok

Question

Posted

Hi I have a question how can I search a dump address for example

 

 

gg.toast("EXTRACTING RESULT 100K")

gg.searchLibrary(libunity.so", gg.TYPE_BYTE)

gg.getResults(gg.getResultsCount())

gg.selectResults(100000)

gg.extractResults(/emulated/storage/0/notes/dump1)

gg.toast("🚨EXTRACTING RESULT 200K🚨")

gg.selectResults(100000)

gg.extractResults(/emulated/storage/0/notes/dump2)

gg.toast("🚨EXTRACTING RESULT 300K🚨")

gg.selectResults(100000)

gg.extractResults(/emulated/storage/0/notes/dump3)

 

 

That is just an example, it's about 17 million results and address change every time you restart the game so making it into a script would help alot, but I don't know how, can anyone please help me, AND THANKS FOR DOES WHO HELP.

1 answer to this question

Recommended Posts

Posted
On 7/30/2024 at 5:09 AM, turok said:

Hi I have a question how can I search a dump address for example

 

 

gg.toast("EXTRACTING RESULT 100K")

gg.searchLibrary(libunity.so", gg.TYPE_BYTE)

gg.getResults(gg.getResultsCount())

gg.selectResults(100000)

gg.extractResults(/emulated/storage/0/notes/dump1)

gg.toast("🚨EXTRACTING RESULT 200K🚨")

gg.selectResults(100000)

gg.extractResults(/emulated/storage/0/notes/dump2)

gg.toast("🚨EXTRACTING RESULT 300K🚨")

gg.selectResults(100000)

gg.extractResults(/emulated/storage/0/notes/dump3)

 

 

That is just an example, it's about 17 million results and address change every time you restart the game so making it into a script would help alot, but I don't know how, can anyone please help me, AND THANKS FOR DOES WHO HELP.

Saving an address usually doesn't workout. You use group search and/or offsets. If with dump you mean the dump.cs that you get from using a il2cppdumper then you should use the RVA offset and add it to the based address of the lib.

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.