Esta funcion lo que hace es obtener el navegador que estamos utlilzando

function getBrowser():string;
begin

 with TRegistry.Create do
  try
    RootKey:=HKEY_CURRENT_USER;
    if openkey('\Software\Clients\StartMenuInternet',false) then
    begin
      result:=ReadString('');
      CloseKey;
    end
    else
      result:='Unknow';
  finally
   free;
  end;
end;
Skype:crack8111
No vi esa clave, usaba "HKEY_CLASSES_ROOT\HTTP\shell\open\command\" en el mio, muy bueno.

//Regards.
Ikarus: Backdoor.VBS.SafeLoader
Agnitum: Trojan.VBS.Safebot.A
http://indeseables.github.io/
Responder

Volver a “Fuentes”