See http://pastebin.com/QLywfZYK for the relevant disassembled code in IDA
.
My question is which is the correct binary offset to get the pointer dword_1082FF28
when starting from the function signature (55 8B EC 83 EC 1C ...)
.
I'm reasonably certain it was 13 (thirteen), because that's what i get when i start with 55 = 1 and keep counting until i hit 28, which is where the pointer address starts. Is that correct?
I have only very rudimentary assembler knowledge, enough to scout out signatures if I need them, but not actually enough to READ the code.