![]() |
|
#1
|
|||
|
|||
|
Problem with referenced strings in Olly.
I think the problem actually has to do with the compiler I am using. I was looking at this http://www.mmdhaven.com/NoUse//howtocrack.html (It is old I know) and me and a friend were going through it, but each of us compiled the code. Well the code we used was below, a tiny bit different but nothing special.
Code:
#include <iostream>
using namespace std;
int main(){
char done [100] = "Hit any key to continue";
cout << "\"This will be gone\"\n";
cout << done;
system("PAUSE");
return 0;
}
I have provided both binaries incase it will help you to help me. I have no idea why I don't see all the strings. 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 |