Hey Guys,
i have finaly worked out sucessfully how to backtrack offsets using IDA.
and have been getting the offsets i have been requiring by good old fassion find.
i am now a bit curious as in how to make "findpattern" work. and how to do such a thing.
now i know that this is ChatBuffer ASM
Code:
.text:004FB210 push ebp
.text:004FB211 mov ebp, esp
.text:004FB213 mov ecx, dword_BCEFF4
.text:004FB219 mov eax, [ebp+arg_0]
.text:004FB21C add eax, ecx
.text:004FB21E cdq
.text:004FB21F mov ecx, 3Ch ; '<'
.text:004FB224 idiv ecx
.text:004FB226 mov eax, edx
.text:004FB228 imul eax, 17C0h
.text:004FB22E add eax, offset unk_B75A60
.text:004FB233 pop ebp
.text:004FB234 retn
.text:004FB234 sub_4FB210 endp
.text:004FB234
now how do i make a find pattern out of this ?
if some one could help me and point me in the right dirction much aprechiated.
as noted i am using IDA, thanks again guys.
SwInY