Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

ThomasThelen/BrowserLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BrowserLib

An old C++ library which makes modification of Internet Explorer quick and easy. No guarantees if any of this still works.

Motivation

Many of a web bowers' properties are stored in the registry. It's common for malware to change these values to route victims to custom home pages, search engines, etc...

This library provides access to many of these registry items, allowing you to change and check the values programmatically.

Features

  1. Ability to obtain
a. Current Version


b. Current Home Page


c. Current Path of Instillation


d. Current Search Engine


e. Check whether the phishing filter is enabled
  1. Ability to set
a. Home Page


b. Path of Instillation


c. Search Engine


d. Phishing Filter
  1. Google Chrome Planned
a. Home Page


b. Search Engine

Instructions

Include browserlib.h in your c++ file.

The IExplorer class is the main Internet Explorer interface.

The SEARCHENGINE structure is passed to the SetSearchEngine function and must be filled beforehand. In it are all the parameters needed to create a new search engine registry entry.

Examples

InternetExplorer.cpp

This is an example on how to monitor certain Internet Explorer parameters. This can be extended to run in the background to protect against unknown modifications.

InternetExplorer2.cpp

This shows example usage of the IExplorer class and its methdos.

Releases

No releases published

Packages

No packages published

Languages