![]() |
|
|
|
#1
|
||||
|
||||
|
mscvr80.dll and mscvp80.dll is needed to run v8.0 file (as I don't have VC 8.0).
But OllyDbg has no problem with v6.0 strings. Code:
Text strings referenced in MSVC_6_0:.text
Address Disassembly Text string
0040100C MOV ESI,MSVC_6_0.0040D0C0 ASCII "Hit any key to continue"
00401020 PUSH MSVC_6_0.0040D0A8 ASCII ""This will be gone"
"
00401040 PUSH MSVC_6_0.0040D0A0 ASCII "PAUSE"
00402577 MOV ESI,MSVC_6_0.0040B1BC ASCII "ios::badbit set"
00402581 MOV ESI,MSVC_6_0.0040B1A8 ASCII "ios::failbit set"
00402588 MOV ESI,MSVC_6_0.0040B198 ASCII "ios::eofbit set"
004039C9 MOV ESI,MSVC_6_0.0040B2B0 ASCII "string too long"
00403BF5 MOV ESI,MSVC_6_0.0040B2E0 ASCII "invalid string position"
00403E5B PUSH MSVC_6_0.0040B314 ASCII "COMSPEC"
00403E8C MOV DWORD PTR SS:[EBP-C],MSVC_6_0.0040B310 ASCII "/c"
00403EC6 MOV DWORD PTR SS:[EBP-10],MSVC_6_0.0040B30 ASCII "command.com"
00403ECF MOV DWORD PTR SS:[EBP-10],MSVC_6_0.0040B2F ASCII "cmd.exe"
0040436C PUSH EBP (Initial CPU selection)
00405239 MOV EAX,MSVC_6_0.0040B340 ASCII "Unknown exception"
00405776 PUSH MSVC_6_0.0040B37C ASCII "PATH"
004058E2 PUSH MSVC_6_0.0040B3A4 ASCII ".\"
00406EDE PUSH MSVC_6_0.0040B6F8 ASCII "<program name unknown>"
00406F20 PUSH MSVC_6_0.0040B6F4 ASCII "..."
00406F34 PUSH MSVC_6_0.0040B6D8 ASCII "Runtime Error!
Program: "
00406F52 PUSH MSVC_6_0.0040B6D4 ASCII "
"
00406F7A PUSH MSVC_6_0.0040B6AC ASCII "Microsoft Visual C++ Runtime Library"
00407B76 ASCII "h0{@",0
004094B8 PUSH MSVC_6_0.0040B740 ASCII "user32.dll"
004094CF PUSH MSVC_6_0.0040B734 ASCII "MessageBoxA"
004094E0 PUSH MSVC_6_0.0040B724 ASCII "GetActiveWindow"
004094E8 PUSH MSVC_6_0.0040B710 ASCII "GetLastActivePopup"
|
|
#2
|
|||
|
|||
|
Quote:
If you need those 2 files for running VC 8.0 files just say and I'll give them to you, Olly seems fine because it opens VC 6.0, just like yours did. But it couldn't find the strings with the 8.0 file. But the person below answers that. Quote:
I can find most of the strings by tracing into the program stopping the trace and then viewing all the referenced strings. But I think it would be good if I knew a way of finding strings like the one in this program as it may be useful sometime. Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Strings plugin for x64dbg | hors | Developer Section | 0 | 03-16-2019 01:42 |
| Problem debugging 32 bit system process with Olly | MCKSys Argentina | General Discussion | 4 | 02-11-2015 03:35 |
| Allocating BSTR strings in IE9 | r00t | General Discussion | 4 | 01-31-2013 12:47 |
| Is it possible for UPX to scramble referenced text strings? | Nilrem | General Discussion | 12 | 01-18-2004 23:56 |