Skip to content

TheDarkEngine/DarkCore

Repository files navigation

DarkCore

Build status

Static DLL Patching and Hooking System

Getting Started:

Timeline

September 20, 2015:

  • Memory Scanning of Patterns
  • File patching using pattern match \ replace
  • Memory Editing using pattern match \ replace
  • Load Patches that need done from a .json file on disk and run them
  • Add Command System for calling functions from WebSocket API (Example: "plugins load my_plugin", "plugins unload my_plugin"
  • Create a basic interface for DarkPlugins
  • D3D hooks for common d3d stuff like endscene, beginscene, reset, etc.