lowkick
November 20th, 2008, 16:42
During analysis you may frequently encounter a scenario such as:
later on ebp is used as a base offset for computing relative addresses, etc.
I run across this method:
http://malwareanalysis.com/CommunityServer/blogs/geffner/archive/2006/03/17/11.aspx
but I got stuck at the last step. I can't get IDA to interpret a register (edi in that case) as a structure offset. Any ideas will be appreciated
Code:
call _delta
pop ebp
later on ebp is used as a base offset for computing relative addresses, etc.
I run across this method:
http://malwareanalysis.com/CommunityServer/blogs/geffner/archive/2006/03/17/11.aspx
but I got stuck at the last step. I can't get IDA to interpret a register (edi in that case) as a structure offset. Any ideas will be appreciated
