Giter VIP home page Giter VIP logo

windows-com-objects's Introduction

Welcome to Windows COM Objects DataBase

This is a simple website that contains a database of COM Objects from different windows builds. This database was generated using James Forshaw's oledotnetview tool which I encourage to to check out and use for messing around with COM.

If you have any requests or suggesstions for additions to this DB or additional features for convience of search, open an issue in the repo.

Current Dataset

This repo contains a COM database for the following windows build for both x86 and x64 COM obejcts

  • CASE_Windows10_1909
  • CASE_Windows10_20H2
  • CASE_Windows11_21H2
  • CASE_WindowsServer2016
  • CASE_WindowsServer2019

Inside each folder of each build you'll find multiple csv file that contains various information regarding a COM object, soem data will over lap and some will be only in a certain csv, i'l leave the exploration to you. However if you're just getting started i recommend startign with comClass.csv.

These are the various CSVs available

  • comAppId.csv
  • comCategory.json
  • comClass.csv
  • comClassInServices.csv
  • comInterfaces.csv
  • comProgId.csv
  • comRuntimeClass.csv
  • comRuntimeServer.csv
  • comTypeLib.csv

Analyzing with Pandas

You can very easily import the csv or json into a DataFrame and work with it immidietly.

import pandas as pd

# skiprows, skips the first row of the csv, in these csv it is required, otherwise the dataframe will not load currectly
comClassDataframe = pd.read_csv("comClass.csv", skiprows=1)

How it Looks

windows-com-objects's People

Contributors

sahar55 avatar

Stargazers

 avatar  avatar

Watchers

 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.