The Wayback Machine - https://web.archive.org/web/20201214074356/https://github.com/ThomasThelen/BrowserLib
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

BrowserLib

A library which makes modification of Internet Explorer quick and easy.

Motivation

Many of a web bowers' properties are stored in the registry. It is 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.

About

A library which makes modification of browsers' behavior easy.

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.