Jump to content
  • 0

I need some help CODING RELATED


hsusudhbsjwhdhdgsj

Question

How retrive the value of an offset address and use the value as variable?

 

how to retrive the value of an offset address?
gg.searchNumber("19811;1065353216;10616;10606;10611::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 5)
     r = gg.getResults(gg.getResultsCount())
    
     t = 
{
    {
                address = r[1].address - 0x8

    }
}
    p = {
    {
                val = t[1].value
    }
}

print(' value: ', p[1].value)

this giving me nil

i want to use val as variable

 

Link to comment
Share on other sites

2 answers 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.