MARcoDEN
August 22nd, 2004, 01:45
hello everybody!
i have two questions:
1) OllyDbg analyses Delphi applications not so good as VC ones. All the time i see CALL OGSoft_F.00408DC8 instead of usual StrToInt function. Of course, IDA does the trick, but switching between them is really unconvenient for me. I know it's possible to load specific libs. Here is my first question: which libraries namely do i need in order to get normal names of functions?
2) The second question: can i rename unrecognized calls? e.g. "CALL Prog_F.00403AEF" rename to "CALL DecodeFile".
i have two questions:
1) OllyDbg analyses Delphi applications not so good as VC ones. All the time i see CALL OGSoft_F.00408DC8 instead of usual StrToInt function. Of course, IDA does the trick, but switching between them is really unconvenient for me. I know it's possible to load specific libs. Here is my first question: which libraries namely do i need in order to get normal names of functions?
2) The second question: can i rename unrecognized calls? e.g. "CALL Prog_F.00403AEF" rename to "CALL DecodeFile".