Posted: Sat Oct 17, 2015 3:06 pm Post subject: taking too long to inject
hi i use this script but it takes like 5 seconds to inject and it only changes 1 result
local scan = "01 01 01 01 02 02"
local replace = "01"
local aob = AOBScan(scan)
if aob ~= nil then
local addr = getAddressList()
local size = (#replace + 1) / 3
for i = 0, aob.Count - 1 do
local mem = addr.createMemoryRecord()
mem.Description = "Address " .. i
mem.Address = aob[i]
mem.Type = vtByteArray
mem.Aob.Size = size
mem.Active = true
mem.Value = replace
end
aob.Destroy()
aob = nil
end
Press CTRL+A when you have your desired code location selected in Memory Viewer. Go to Template/AOBScan and let CE fill the data for you. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum