Jump to content
  • 0

function


blocx

Question

5 answers to this question

Recommended Posts

function getBaseAddr(Lib)

  for i, v in ipairs(gg.getRangesList(Lib)) do

    if v.state=="Xa" then return v.start end

  end

end

 

lib, offset = "ur lib name", 0x1234

base= getBaseAddr(lib)

 

t = {}

t[1]={address=base+offset, flags=gg.TYPE_DWORD, value=123}

gg.setValues(t)

Link to comment
Share on other sites

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.