Posted: Wed Jul 15, 2020 11:20 am Post subject: Need a little help with Lua formula for filtering
I'm trying to apply filter to this feature "Accessed address by" but I'm having problems with it. Basically trying to filter everything that has value = 8.
Read the value the instruction is accessing e.g. "readInteger(RCX+0x14) == 8".
Thx for the reply, but I still couldn't do it... my instruction mov [r10],r11 access like 10000+ addresses. I've tried to filter like the example you gave but still zero results.
Also, it's R10 that's being accessed.
If you want the value before the instruction executes, use readInteger(R10); for after it executes, just use R11.
To interpret it as a double, use readDouble(R10) or byteTableToDouble(qwordToByteTable(R11)). _________________
I don't know where I'm going, but I'll figure it out when I get there.
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