Giter Site home page Giter Site logo

hotfix_monitor's Introduction

Hotfix Monitor

This is a simple script to locally monitor hotfixes for World of Warcraft. This supports versions 7 and 8 of the DBCache.bin file format, which has been in use since Battle for Azeroth.

Usage

  • This script monitors your local DBCache.bin files for changes and prints out basic details for each new entry that was detected (Push IDs, table names, and Record IDs).
  • The purpose of this script is to alert you that records in a table changed and not to display the specific content of those records, which is better handled by a full DB2 parser that supports hotfixes.
    • While DBCache.bin also contains binary data for new/modified records, the specific format of this data can vary for each table and build.
    • This data is often not very useful without also tracking the original DB2 data that was present prior to any hotfixes for the build.
  • The dictionary near the beginning of hotfix_monitor.py may need to be modified depending on where you have World of Warcraft installed and which versions of the game you are interested in monitoring.
  • Optionally, a "webhooks" file can be created, which will additionally post the detected changes to the Discord channel corresponding to the Webhook link on each line.

hotfix_monitor's People

Contributors

dorovon 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.