I don't know how to find the original memory address altered by this code.
mov [esi+10],eax
movzx eax,byte ptr [ebp+18]
The new address obtained is the 20847BB0
.
eax: 003F6C39
esi: 20847BA0
ebp: 010FF1B8
What is the previous address? Please with explanation.