Skip to content

curio-r/rextensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rextensions

Experiment with extending a native executable.

Works in three stages:

  1. Known procedures and data structures are located by searching for patterns (See dllmain.cpp)
  2. Functions are bound to proxy classes, through which the native compiled functions can be called (See examples in ProxyImpl.h)
  3. Native functions are hooked through replacement functions, and new functionality is implemented (Hook.cpp)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors