Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
Posted: Tue May 02, 2017 10:40 am Post subject:
Code:
registerFormAddNotification(
function (f)
if f.ClassName~='TfrmCodecaveScanner' then return end
local timer = createTimer()
timer.OnTimer =
function (t)
if f.editStart and f.editStop then
t.destroy()
f.editStart.MaxLength = 16
f.editStop.MaxLength = 16
end
end
timer.Interval=100
end)
registerFormAddNotification(
function (f)
if f.ClassName~='TfrmCodecaveScanner' then return end
local timer = createTimer()
timer.OnTimer =
function (t)
if f.editStart and f.editStop then
t.destroy()
f.editStart.MaxLength = 16
f.editStop.MaxLength = 16
end
end
timer.Interval=100
end)
Add this file to autorun folder:
Thanks, that's awesome.
I found a code cave by scanning for an array of bytes of CC (int3) repeated (size of wanted code cave) times in an executable memory region, I guess that it's free memory.
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