Giter VIP home page Giter VIP logo

browserlib's Introduction

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.

browserlib's People

Contributors

thomasthelen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.