Git Product home page Git Product logo

phlipbot's Introduction

phlipbot

TODO(phlip9): fill out description

Build

Install and Build Boost v1.68

  • Download boost from Boost v1.68.

  • Extract it somewhere and add the directory to your env as BOOST_ROOT. For example, BOOST_ROOT="C:\Program Files\boost\boost_1_68_0 in your Environment Variables.

  • Compile the non-header-only boost libraries:

cd $BOOST_ROOT
./boostrap.bat
./b2
  • TODO(phlip9): Use vcpkg or something.

Build phlipbot

  • Clone the repo
git clone [email protected]:phlip9/phlipbot.git
  • Pull the submodules:
cd phlipbot
git submodule update --init --recursive
  • Open phlipbot.sln in VS.

  • Select Win32/x86 as the build target.

  • Build all projects.

Usage

$ cd build/Debug/Win32

# inject phlipbot.dll into a running WoW.exe
$ ./phlipbot_launcher inject

# eject phlipbot.dll from a running WoW.exe
$ ./phlipbot_launcher eject

# watch for changes in phlipbot.dll, then eject any currently inject dll, and
# inject the new dll.
# useful when developing for quicker iteration time.
$ ./phlipbot_launcher watch

Press <Shift-F9> to toggle display of the GUI.

Useful Tools:

  • DebugViewer++ for viewing debug output from the injected dll running in the WoW.exe process.

phlipbot's People

Contributors

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