Страница 1 из 2 12 Последняя
Показано с 1 по 20 из 26.

www.smaxxi.biz как стартовая страница (заявка № 117404)

  1. #1
    Junior Member Репутация
    Регистрация
    12.06.2011
    Сообщений
    27
    Вес репутации
    47

    www.smaxxi.biz как стартовая страница

    Здравствуйте,

    Помогите убрать www.smaxxi.biz из страртовой страницы в Internet Explorer-е.

    Спасибо
    Вложения Вложения

  2. Будь в курсе!
    Реклама на VirusInfo

    Надоело быть жертвой? Стань профи по информационной безопасности, получай самую свежую информацию об угрозах и средствах защиты от ведущего российского аналитического центра Anti-Malware.ru:

    Anti-Malware Telegram
     

  3. #2
    Cyber Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для Info_bot
    Регистрация
    11.05.2011
    Сообщений
    2,287
    Вес репутации
    378
    Уважаемый(ая) Evgeniy_N, спасибо за обращение на наш форум!

    Помощь в лечении комьютера на VirusInfo.Info оказывается абсолютно бесплатно. Хелперы, в самое ближайшее время, ответят на Ваш запрос. Для оказания помощи необходимо предоставить логи сканирования утилитами АВЗ и HiJackThis, подробнее можно прочитать в правилах оформления запроса о помощи.

    Если наш сайт окажется полезен Вам и у Вас будет такая возможность - пожалуйста поддержите проект.

  4. #3
    Невымерший Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для thyrex
    Регистрация
    07.03.2009
    Адрес
    Soligorsk, Belarus
    Сообщений
    99,211
    Вес репутации
    3104
    Пофиксите в HiJack
    Код:
    R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://www.smaxxi.biz
    R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = http://www.smaxxi.biz
    R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://www.smaxxi.biz
    R0 - HKLM\Software\Microsoft\Internet Explorer\Main,Start Page = http://www.smaxxi.biz
    Сделайте новый лог
    Microsoft MVP 2012-2016 Consumer Security
    Microsoft MVP 2016 Reconnect

  5. #4
    Junior Member Репутация
    Регистрация
    12.06.2011
    Сообщений
    27
    Вес репутации
    47
    новый лог во вложении.
    строка "R1 - HKLM\Software\Microsoft\Internet Explorer\Main,Default_Page_URL = http://www.smaxxi.biz" осталась...
    Вложения Вложения

  6. #5
    Невымерший Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для thyrex
    Регистрация
    07.03.2009
    Адрес
    Soligorsk, Belarus
    Сообщений
    99,211
    Вес репутации
    3104
    Microsoft MVP 2012-2016 Consumer Security
    Microsoft MVP 2016 Reconnect

  7. Это понравилось:


  8. #6
    Junior Member Репутация
    Регистрация
    12.06.2011
    Сообщений
    27
    Вес репутации
    47
    лог во вложении
    Вложения Вложения

  9. #7
    Senior Helper Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для Techno
    Регистрация
    25.08.2009
    Адрес
    Россия
    Сообщений
    10,965
    Вес репутации
    406
    - Выполните в АВЗ:
    Код:
    procedure ProSearchReg(SearchStr:string; SearchKey, SearchParam, SearchVal:boolean=true); //процедура поиска
    		      //строка поиска, искать в ключах, в параметрах, в значениях
      var
      count,i: integer=0;
      SKey, SParam, SVal: string;
      HKEY_USERSLines : TStrings; //список подразделов HKEY_USERS
      begin 
        HKEY_USERSLines := TStringList.Create;
        SearchStr:=LowerCase(SearchStr);//к нижнему регистру для сравнения
        if SearchKey then SKey:='true' else SKey := 'false';
        if SearchParam then SParam:='true' else SParam := 'false';
        if SearchVal then SVal:='true' else SVal := 'false';
    
        //заголовок INI файла
        INIStrParamWrite(GetAVZDirectory+'Search.ini','Parametrs','StrSearch',SearchStr);
        INIStrParamWrite(GetAVZDirectory+'Search.ini','Parametrs','SearchKey',SKey);
        INIStrParamWrite(GetAVZDirectory+'Search.ini','Parametrs','SearchParam',SParam);
        INIStrParamWrite(GetAVZDirectory+'Search.ini','Parametrs','SearchVal',SVal);
    
        //чистка разделов INI файла HKLM и HKEY_USERS
        INIEraseSection(GetAVZDirectory+'Search.ini','HKLM');
        INIEraseSection(GetAVZDirectory+'Search.ini','HKEY_USERS');
        
        //поиск в HKLM
        count:=FuncSearchReg('HKLM','HARDWARE',SearchStr, count, SearchKey, SearchParam, SearchVal);
        count:=FuncSearchReg('HKLM','SAM',SearchStr, count, SearchKey, SearchParam, SearchVal);
        count:=FuncSearchReg('HKLM','SECURITY',SearchStr, count, SearchKey, SearchParam, SearchVal);
        count:=FuncSearchReg('HKLM','SOFTWARE',SearchStr, count, SearchKey, SearchParam, SearchVal);
        count:=FuncSearchReg('HKLM','SYSTEM',SearchStr, count, SearchKey, SearchParam, SearchVal);
    
        INIStrParamWrite(GetAVZDirectory+'Search.ini','Parametrs','HKLM_Count',inttostr(count));//количество найденных ключей, значений, параметров в разделе HKLM
        count:=0;
        
        //формирование списка разделов HKEY_USERSLines
        RegKeyEnumKey('HKLM','SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList', HKEY_USERSLines);//узнаем какие подразделы в HKEY_USERS
        HKEY_USERSLines.insert(0,'.DEFAULT');
        i:=0;
        while i < HKEY_USERSLines.count do
          begin
            if RegKeyExists('HKEY_USERS', HKEY_USERSLines[i]+'_Classes') then HKEY_USERSLines.insert(i+1,HKEY_USERSLines[i]+'_Classes');
            i:=i+1; 
          end;
        //поиск в HKEY_USERS
        for i:=0 to HKEY_USERSLines.count-1 do
          count:=FuncSearchReg('HKEY_USERS',HKEY_USERSLines[i],SearchStr, count, SearchKey, SearchParam, SearchVal);
    
      INIStrParamWrite(GetAVZDirectory+'Search.ini','Parametrs','HKEY_USERS_Count',inttostr(count));//количество найденных ключей, значений, параметров в разделе HKEY_USERS
      HKEY_USERSLines.free;
      end;  
    
    Function FuncSearchReg(ARoot, AKey, SearchStr:string; count: integer; SearchKey, SearchParam, SearchVal:boolean): integer;
      var
        KeyLines, ValLines : TStrings;
        i,j : integer;
        binary:boolean;
        begin
          KeyLines := TStringList.Create; //список ключей
          ValLines := TStringList.Create; //список параметров
          if SearchKey then
            begin
              if Pos(SearchStr, LowerCase(AKey))<>0 then 
                begin
                  INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Key'+inttostr(count+1),AKey);
                  INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Param'+inttostr(count+1),'');
                  INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Value'+inttostr(count+1),'');
                  count:=count+1;
                end;
            end;
    
          RegKeyEnumVal(ARoot,AKey, ValLines);//чтение параметров ключа AKey
    
          if SearchParam then
            begin
              for i:= 0 to ValLines.Count-1 do
                begin
                  if Pos(SearchStr, LowerCase(ValLines[i]))<>0 then 
                    begin
                      INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Key'+inttostr(count+1),AKey);
                      INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Param'+inttostr(count+1),ValLines[i]);
                      INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Value'+inttostr(count+1),'');
                      count:=count+1;
                    end;
                end;
            end;
    
          if SearchVal then
            begin
              for i:= 0 to ValLines.Count-1 do
                begin
                  if Pos(SearchStr, LowerCase(RegKeyStrParamRead(ARoot, AKey, ValLines[i])))<>0 then 
                    begin
                      j:=0;
                      binary:=false;
    	    for j:=0 to Length(RegKeyStrParamRead(ARoot, AKey, ValLines[i]))-1 do 	
    	
                          if Ord(copy(RegKeyStrParamRead(ARoot, AKey, ValLines[i]), j, 2))<32 then //проверка на бинарность
    	        begin 
    	          binary:=true;
    	          break;
    	        end;
    
    	      if(not binary) then
    	        begin
                              INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Key'+inttostr(count+1),AKey);
                              INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Param'+inttostr(count+1),ValLines[i]);
                              INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Value'+inttostr(count+1),RegKeyStrParamRead(ARoot, AKey, ValLines[i]));
                              count:=count+1
    	        end;
                    end;
                end;
              end;  
    
           RegKeyEnumKey(ARoot,AKey, KeyLines);
             for i:= 0 to KeyLines.Count-1 do
               begin
                 count:=FuncSearchReg(ARoot, NormalDir(AKey)+LowerCase(KeyLines[i]), SearchStr, count, SearchKey, SearchParam, SearchVal);      
               end;
        KeyLines.free;
        ValLines.free;
        result:=count;    
      end;
    begin
    ProSearchReg('smaxxi');
    end.
    Файл Search.ini из папки АВЗ запакуйте и приложите к следующему сообщению.

  10. Это понравилось:


  11. #8
    Junior Member Репутация
    Регистрация
    12.06.2011
    Сообщений
    27
    Вес репутации
    47
    При выполнении скрипта АВЗ завис.
    Запустил АВЗ еще раз и выполнил скрипт повторно.
    Приложенный файл Search.ini сформирован после второго запуска скрипта.
    Вложения Вложения
    • Тип файла: zip Search.zip (286 байт, 5 просмотров)

  12. #9
    Senior Helper Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для Techno
    Регистрация
    25.08.2009
    Адрес
    Россия
    Сообщений
    10,965
    Вес репутации
    406
    Выполните в АВЗ (файл Search.ini должен лежать в папке АВЗ):
    Код:
    Procedure DelReg(DelKey, DelParam, DelVal:boolean=true; NewVal:string='');
    var
      i:integer;
      HKLM_Count, HKEY_USERS_Count : integer;
    begin
      i:=0;
      HKLM_Count:=strtoint(INIStrParamRead(GetAVZDirectory+'Search.ini','Parametrs','HKLM_Count',''));
      HKEY_USERS_Count:=strtoint(INIStrParamRead(GetAVZDirectory+'Search.ini','Parametrs','HKEY_USERS_Count',''));
    //удаление в HKLM
      for i:= HKLM_Count downto 1 do
        begin
           //значения
           if (INIStrParamRead(GetAVZDirectory+'Search.ini','HKLM','Value'+inttostr(i),'')<>'') then
            if(DelVal) then
              RegKeyParamDel('HKLM',INIStrParamRead(GetAVZDirectory+'Search.ini','HKLM','Key'+inttostr(i),''),INIStrParamRead(GetAVZDirectory+'Search.ini','HKLM','Param'+inttostr(i),''))
            else  
              RegKeyStrParamWrite('HKLM',INIStrParamRead(GetAVZDirectory+'Search.ini','HKLM','Key'+inttostr(i),''),INIStrParamRead(GetAVZDirectory+'Search.ini','HKLM','Param'+inttostr(i),''), NewVal);
            //параметры
            if (DelParam) then
              if (INIStrParamRead(GetAVZDirectory+'Search.ini','HKLM','Param'+inttostr(i),'')<>'') AND (INIStrParamRead(GetAVZDirectory+'Search.ini','HKLM','Value'+inttostr(i),'')='') then
                RegKeyParamDel('HKLM',INIStrParamRead(GetAVZDirectory+'Search.ini','HKLM','Key'+inttostr(i),''),INIStrParamRead(GetAVZDirectory+'Search.ini','HKLM','Param'+inttostr(i),''));
            //ключи
            if (DelKey) then
              if(INIStrParamRead(GetAVZDirectory+'Search.ini','HKLM','Param'+inttostr(i),'')='') AND (INIStrParamRead(GetAVZDirectory+'Search.ini','HKLM','Value'+inttostr(i),'')='') then
                RegKeyDel('HKLM',INIStrParamRead(GetAVZDirectory+'Search.ini','HKLM','Key'+inttostr(i),''));   
        end;
    
    //удаление в HKEY_USERS
      for i:= HKEY_USERS_Count downto 1 do
        begin
           //значения
           if (INIStrParamRead(GetAVZDirectory+'Search.ini','HKEY_USERS','Value'+inttostr(i),'')<>'') then
            if(DelVal) then
              RegKeyParamDel('HKEY_USERS',INIStrParamRead(GetAVZDirectory+'Search.ini','HKEY_USERS','Key'+inttostr(i),''),INIStrParamRead(GetAVZDirectory+'Search.ini','HKEY_USERS','Param'+inttostr(i),''))
            else  
              RegKeyStrParamWrite('HKEY_USERS',INIStrParamRead(GetAVZDirectory+'Search.ini','HKEY_USERS','Key'+inttostr(i),''),INIStrParamRead(GetAVZDirectory+'Search.ini','HKEY_USERS','Param'+inttostr(i),''), NewVal);
            //параметры
            if (DelParam) then
              if (INIStrParamRead(GetAVZDirectory+'Search.ini','HKEY_USERS','Param'+inttostr(i),'')<>'') AND (INIStrParamRead(GetAVZDirectory+'Search.ini','HKEY_USERS','Value'+inttostr(i),'')='') then
                RegKeyParamDel('HKEY_USERS',INIStrParamRead(GetAVZDirectory+'Search.ini','HKEY_USERS','Key'+inttostr(i),''),INIStrParamRead(GetAVZDirectory+'Search.ini','HKEY_USERS','Param'+inttostr(i),''));
            //ключи
            if (DelKey) then
              if(INIStrParamRead(GetAVZDirectory+'Search.ini','HKEY_USERS','Param'+inttostr(i),'')='') AND (INIStrParamRead(GetAVZDirectory+'Search.ini','HKEY_USERS','Value'+inttostr(i),'')='') then
                RegKeyDel('HKEY_USERS',INIStrParamRead(GetAVZDirectory+'Search.ini','HKEY_USERS','Key'+inttostr(i),''));
        end;
    end;
    begin
    DelReg();
    end.
    Что с проблемой?

  13. #10
    Junior Member Репутация
    Регистрация
    12.06.2011
    Сообщений
    27
    Вес репутации
    47
    АВЗ "ругается" :

    " is not a valid integer value

  14. #11
    Senior Helper Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для Techno
    Регистрация
    25.08.2009
    Адрес
    Россия
    Сообщений
    10,965
    Вес репутации
    406
    Выполните в АВЗ:
    Код:
    begin
    RegKeyStrParamWrite('HKLM','SOFTWARE\microsoft\internet explorer\main','Default_Page_URL','');
    RegKeyStrParamWrite('HKLM','SOFTWARE\microsoft\internet explorer\main','Start Page','');
    end.
    Перезагрузитесь, сообщите о результатах.

  15. #12
    Junior Member Репутация
    Регистрация
    12.06.2011
    Сообщений
    27
    Вес репутации
    47
    Все получилось: www.smaxxi.biz больше не запускается.

    Смотрю автозагрузку:
    висит элемент "arproxzip" отключенный. Я его вручную отключил перед обращением к вам за помощью. После чего www.smaxxi.biz в Mozilla Firefox исчез при запуске обозревателя, а в Internet Explorer-е остался)
    команда "C:\Users\User1\AppData\Roaming\xarchive\xarchive. exe"autostar_1917
    Расположение HKLM\SOFTWARE\Microsoft\CurrentVersion/Run

  16. #13
    Senior Helper Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для Techno
    Регистрация
    25.08.2009
    Адрес
    Россия
    Сообщений
    10,965
    Вес репутации
    406
    C:\Users\User1\AppData\Roaming\xarchive есть такая папка?

  17. #14
    Junior Member Репутация
    Регистрация
    12.06.2011
    Сообщений
    27
    Вес репутации
    47
    Есть, и она не пустая

  18. #15
    Senior Helper Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для Techno
    Регистрация
    25.08.2009
    Адрес
    Россия
    Сообщений
    10,965
    Вес репутации
    406
    - Выполните в АВЗ:
    Код:
    begin
     ClearQuarantine;
     QuarantineFile('C:\Users\User1\AppData\Roaming\xarchive\xarchive.exe','');
     DeleteFile('C:\Users\User1\AppData\Roaming\xarchive\xarchive.exe');
     RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\CurrentVersion\Run','arproxzip');
     DeleteFileMask('C:\Users\User1\AppData\Roaming\xarchive','*',true);
     DeleteDirectory('C:\Users\User1\AppData\Roaming\xarchive');
    ExecuteSysClean;
    RebootWindows(true);
    end.
    Компьютер перезагрузится

    После перезагрузки:
    - Выполните в АВЗ:
    Код:
    begin
     CreateQurantineArchive(GetAVZDirectory+'quarantine.zip'); 
    end.
    Файл quarantine.zip из папки AVZ загрузите по ссылке "Прислать запрошенный карантин" вверху темы.

  19. Это понравилось:


  20. #16
    Junior Member Репутация
    Регистрация
    12.06.2011
    Сообщений
    27
    Вес репутации
    47
    Странно...
    Страница загрузки выдала "Ошибка загрузки. Данный файл уже был загружен"

  21. #17
    Senior Helper Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для Techno
    Регистрация
    25.08.2009
    Адрес
    Россия
    Сообщений
    10,965
    Вес репутации
    406
    Цитата Сообщение от Evgeniy_N Посмотреть сообщение
    Страница загрузки выдала "Ошибка загрузки. Данный файл уже был загружен"
    Значит в карантин ничего не попало.
    Что с проблемами, папкой xarchive и автозагрузкой?

  22. #18
    Junior Member Репутация
    Регистрация
    12.06.2011
    Сообщений
    27
    Вес репутации
    47
    Папка xarchive пропала.
    В автозагрузке ничего не изменилось...

  23. #19
    Senior Helper Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для Techno
    Регистрация
    25.08.2009
    Адрес
    Россия
    Сообщений
    10,965
    Вес репутации
    406
    - Выполните в АВЗ:
    Код:
    procedure ProSearchReg(SearchStr:string; SearchKey, SearchParam, SearchVal:boolean=true); //процедура поиска
    		      //строка поиска, искать в ключах, в параметрах, в значениях
      var
      count,i: integer=0;
      SKey, SParam, SVal: string;
      HKEY_USERSLines : TStrings; //список подразделов HKEY_USERS
      begin 
        HKEY_USERSLines := TStringList.Create;
        SearchStr:=LowerCase(SearchStr);//к нижнему регистру для сравнения
        if SearchKey then SKey:='true' else SKey := 'false';
        if SearchParam then SParam:='true' else SParam := 'false';
        if SearchVal then SVal:='true' else SVal := 'false';
    
        //заголовок INI файла
        INIStrParamWrite(GetAVZDirectory+'Search.ini','Parametrs','StrSearch',SearchStr);
        INIStrParamWrite(GetAVZDirectory+'Search.ini','Parametrs','SearchKey',SKey);
        INIStrParamWrite(GetAVZDirectory+'Search.ini','Parametrs','SearchParam',SParam);
        INIStrParamWrite(GetAVZDirectory+'Search.ini','Parametrs','SearchVal',SVal);
    
        //чистка разделов INI файла HKLM и HKEY_USERS
        INIEraseSection(GetAVZDirectory+'Search.ini','HKLM');
        INIEraseSection(GetAVZDirectory+'Search.ini','HKEY_USERS');
        
        //поиск в HKLM
        count:=FuncSearchReg('HKLM','HARDWARE',SearchStr, count, SearchKey, SearchParam, SearchVal);
        count:=FuncSearchReg('HKLM','SAM',SearchStr, count, SearchKey, SearchParam, SearchVal);
        count:=FuncSearchReg('HKLM','SECURITY',SearchStr, count, SearchKey, SearchParam, SearchVal);
        count:=FuncSearchReg('HKLM','SOFTWARE',SearchStr, count, SearchKey, SearchParam, SearchVal);
        count:=FuncSearchReg('HKLM','SYSTEM',SearchStr, count, SearchKey, SearchParam, SearchVal);
    
        INIStrParamWrite(GetAVZDirectory+'Search.ini','Parametrs','HKLM_Count',inttostr(count));//количество найденных ключей, значений, параметров в разделе HKLM
        count:=0;
        
        //формирование списка разделов HKEY_USERSLines
        RegKeyEnumKey('HKLM','SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList', HKEY_USERSLines);//узнаем какие подразделы в HKEY_USERS
        HKEY_USERSLines.insert(0,'.DEFAULT');
        i:=0;
        while i < HKEY_USERSLines.count do
          begin
            if RegKeyExists('HKEY_USERS', HKEY_USERSLines[i]+'_Classes') then HKEY_USERSLines.insert(i+1,HKEY_USERSLines[i]+'_Classes');
            i:=i+1; 
          end;
        //поиск в HKEY_USERS
        for i:=0 to HKEY_USERSLines.count-1 do
          count:=FuncSearchReg('HKEY_USERS',HKEY_USERSLines[i],SearchStr, count, SearchKey, SearchParam, SearchVal);
    
      INIStrParamWrite(GetAVZDirectory+'Search.ini','Parametrs','HKEY_USERS_Count',inttostr(count));//количество найденных ключей, значений, параметров в разделе HKEY_USERS
      HKEY_USERSLines.free;
      end;  
    
    Function FuncSearchReg(ARoot, AKey, SearchStr:string; count: integer; SearchKey, SearchParam, SearchVal:boolean): integer;
      var
        KeyLines, ValLines : TStrings;
        i,j : integer;
        binary:boolean;
        begin
          KeyLines := TStringList.Create; //список ключей
          ValLines := TStringList.Create; //список параметров
          if SearchKey then
            begin
              if Pos(SearchStr, LowerCase(AKey))<>0 then 
                begin
                  INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Key'+inttostr(count+1),AKey);
                  INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Param'+inttostr(count+1),'');
                  INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Value'+inttostr(count+1),'');
                  count:=count+1;
                end;
            end;
    
          RegKeyEnumVal(ARoot,AKey, ValLines);//чтение параметров ключа AKey
    
          if SearchParam then
            begin
              for i:= 0 to ValLines.Count-1 do
                begin
                  if Pos(SearchStr, LowerCase(ValLines[i]))<>0 then 
                    begin
                      INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Key'+inttostr(count+1),AKey);
                      INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Param'+inttostr(count+1),ValLines[i]);
                      INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Value'+inttostr(count+1),'');
                      count:=count+1;
                    end;
                end;
            end;
    
          if SearchVal then
            begin
              for i:= 0 to ValLines.Count-1 do
                begin
                  if Pos(SearchStr, LowerCase(RegKeyStrParamRead(ARoot, AKey, ValLines[i])))<>0 then 
                    begin
                      j:=0;
                      binary:=false;
    	    for j:=0 to Length(RegKeyStrParamRead(ARoot, AKey, ValLines[i]))-1 do 	
    	
                          if Ord(copy(RegKeyStrParamRead(ARoot, AKey, ValLines[i]), j, 2))<32 then //проверка на бинарность
    	        begin 
    	          binary:=true;
    	          break;
    	        end;
    
    	      if(not binary) then
    	        begin
                              INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Key'+inttostr(count+1),AKey);
                              INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Param'+inttostr(count+1),ValLines[i]);
                              INIStrParamWrite(GetAVZDirectory+'Search.ini',ARoot,'Value'+inttostr(count+1),RegKeyStrParamRead(ARoot, AKey, ValLines[i]));
                              count:=count+1
    	        end;
                    end;
                end;
              end;  
    
           RegKeyEnumKey(ARoot,AKey, KeyLines);
             for i:= 0 to KeyLines.Count-1 do
               begin
                 count:=FuncSearchReg(ARoot, NormalDir(AKey)+LowerCase(KeyLines[i]), SearchStr, count, SearchKey, SearchParam, SearchVal);      
               end;
        KeyLines.free;
        ValLines.free;
        result:=count;    
      end;
    begin
    ProSearchReg('xarchive');
    end.
    Файл Search.ini из папки АВЗ запакуйте и приложите к следующему сообщению.

  24. #20
    Junior Member Репутация
    Регистрация
    12.06.2011
    Сообщений
    27
    Вес репутации
    47
    Несколько раз пытался.
    Каждый раз при запуске скрипта АВЗ зависала и Windows прекращала ее работу

  • Уважаемый(ая) Evgeniy_N, наши специалисты оказали Вам всю возможную помощь по вашему обращению.

    В целях поддержания безопасности вашего компьютера настоятельно рекомендуем:

     

     

    Чтобы всегда быть в курсе актуальных угроз в области информационной безопасности и сохранять свой компьютер защищенным, рекомендуем следить за последними новостями ИТ-сферы портала Anti-Malware.ru:

     

     

    Anti-Malware VK

     

    Anti-Malware Telegram

     

     

    Надеемся больше никогда не увидеть ваш компьютер зараженным!

     

    Если Вас не затруднит, пополните пожалуйста нашу базу безопасных файлов.

  • Страница 1 из 2 12 Последняя

    Похожие темы

    1. Изменилась стартовая страница
      От MIRON75 в разделе Помогите!
      Ответов: 2
      Последнее сообщение: 04.05.2012, 08:44
    2. Ответов: 2
      Последнее сообщение: 17.03.2012, 12:31
    3. Стартовая страница smaxi.net
      От Галина Б в разделе Помогите!
      Ответов: 2
      Последнее сообщение: 18.10.2011, 23:25
    4. Ответов: 7
      Последнее сообщение: 29.09.2011, 14:42
    5. IE стартовая страница
      От Zalim в разделе Помогите!
      Ответов: 18
      Последнее сообщение: 22.02.2009, 01:47

    Метки для этой темы

    Свернуть/Развернуть Ваши права в разделе

    • Вы не можете создавать новые темы
    • Вы не можете отвечать в темах
    • Вы не можете прикреплять вложения
    • Вы не можете редактировать свои сообщения
    •  
    Page generated in 0.01027 seconds with 18 queries