WinRAR 5.21 去彈窗 疑惑

來源:互聯網
上載者:User

標籤:

WinRAR 突然就有彈窗廣告了 ,找了個方法,重新寫一下安裝目錄下的 rarreg.key,確實有效果但是重寫的和之前的完全一樣啊,至少在文本中完全一樣,怎麼回事。

下面附上兩個檔案,

1.key 是原始key,rarreg.key是達到去彈窗的key

寫了個程式也發現是一樣的 。

 1 #include <iostream> 2 #include <cstdio> 3 #include <fstream> 4 #include <algorithm> 5 #include <cmath> 6 #include <deque> 7 #include <vector> 8 #include <queue> 9 #include <string>10 #include <cstring>11 #include <map>12 #include <stack>13 #include <set>14 #define LL long long15 #define INF 0x3f3f3f3f16 #define OPEN_FILE17 using namespace std;18 19 char s1[30][101];20 char s2[30][101];21 int main()22 {23 #ifdef OPEN_FILE24     freopen("1.key", "r", stdin);25     //freopen("out.txt", "w", stdout);26 #endif // OPEN_FILE27     int i = 0;28     while (~scanf("%s", s1[i])){29         i++;30     }31     freopen("rarreg.key", "r", stdin);32     int j = 0;33     while (~scanf("%s", s2[j])){34         j++;35     }36     bool flag = false;37     for (int k = 0; k < i; k++){38         int len = strlen(s1[k]);39         if (len != strlen(s2[k])){40             flag = true;41             break;42         }43         for (int p = 0; p < len; p++){44             if (s1[k][p] != s2[k][p]){45                 flag = true;46                 break;47             }48         }49     }50 51     if (flag){52         printf("NO\n");53     }54     else{55         printf("YES\n");56     }57     58 }
View Code

1.key

 1 RAR registration data  2 Federal Agency for Education  3 1000000 PC usage license  4 UID=b621cca9a84bc5deffbf  5 6412612250ffbf533df6db2dfe8ccc3aae5362c06d54762105357d  6 5e3b1489e751c76bf6e0640001014be50a52303fed29664b074145  7 7e567d04159ad8defc3fb6edf32831fd1966f72c21c0c53c02fbbb  8 2f91cfca671d9c482b11b8ac3281cb21378e85606494da349941fa  9 e9ee328f12dc73e90b6356b921fbfb8522d6562a6a4b97e8ef6c9f 10 fb866be1e3826b5aa126a4d2bfe9336ad63003fc0e71c307fc2c60 11 64416495d4c55a0cc82d402110498da970812063934815d81470829275
View Code

rarreg.key

 1 RAR registration data 2 Federal Agency for Education 3 1000000 PC usage license 4 UID=b621cca9a84bc5deffbf 5 6412612250ffbf533df6db2dfe8ccc3aae5362c06d54762105357d 6 5e3b1489e751c76bf6e0640001014be50a52303fed29664b074145 7 7e567d04159ad8defc3fb6edf32831fd1966f72c21c0c53c02fbbb 8 2f91cfca671d9c482b11b8ac3281cb21378e85606494da349941fa 9 e9ee328f12dc73e90b6356b921fbfb8522d6562a6a4b97e8ef6c9f10 fb866be1e3826b5aa126a4d2bfe9336ad63003fc0e71c307fc2c6011 64416495d4c55a0cc82d402110498da970812063934815d81470829275
View Code

 

WinRAR 5.21 去彈窗 疑惑

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.