beatnik
March 31st, 2010, 15:17
Hi
I have an app, which has a limit on one constant maxNumInstrInDDEman=50, I need to increase it, this I think is a declaration of some sort, found it with others in the beginning of a program, 89E67B is I guess an address of constant or sth. Spend 2 days on Ollydbg trying to fix this but no luck, maybe someone can help, hints or sth thanks!
CPU Disasm
Address Hex dump Command Comments
004043D3 |. 51 PUSH ECX ; Arg3 => OFFSET LOCAL.37
004043D4 |. BA 7BE68900 MOV EDX,OFFSET NOL3.0089E67B ; ASCII maxNumInstrInDDEman
004043D9 |. 8D85 68FFFFFF LEA EAX,[LOCAL.38]
004043DF |. E8 D4144900 CALL 008958B8
004043E4 |. FF85 2CFDFFFF INC DWORD PTR SS:[LOCAL.181]
004043EA |. 8D8D 68FFFFFF LEA ECX,[LOCAL.38]
004043F0 |. 51 PUSH ECX ; Arg2 => OFFSET LOCAL.38
004043F1 |. A1 28259300 MOV EAX,DWORD PTR DS:[932528]
004043F6 |. FF30 PUSH DWORD PTR DS:[EAX] ; Arg1 => [932D58] = 0
004043F8 |. E8 73121600 CALL 00565670
I have an app, which has a limit on one constant maxNumInstrInDDEman=50, I need to increase it, this I think is a declaration of some sort, found it with others in the beginning of a program, 89E67B is I guess an address of constant or sth. Spend 2 days on Ollydbg trying to fix this but no luck, maybe someone can help, hints or sth thanks!
CPU Disasm
Address Hex dump Command Comments
004043D3 |. 51 PUSH ECX ; Arg3 => OFFSET LOCAL.37
004043D4 |. BA 7BE68900 MOV EDX,OFFSET NOL3.0089E67B ; ASCII maxNumInstrInDDEman
004043D9 |. 8D85 68FFFFFF LEA EAX,[LOCAL.38]
004043DF |. E8 D4144900 CALL 008958B8
004043E4 |. FF85 2CFDFFFF INC DWORD PTR SS:[LOCAL.181]
004043EA |. 8D8D 68FFFFFF LEA ECX,[LOCAL.38]
004043F0 |. 51 PUSH ECX ; Arg2 => OFFSET LOCAL.38
004043F1 |. A1 28259300 MOV EAX,DWORD PTR DS:[932528]
004043F6 |. FF30 PUSH DWORD PTR DS:[EAX] ; Arg1 => [932D58] = 0
004043F8 |. E8 73121600 CALL 00565670