Skip to content

Creating ReClass plugins

dude719 edited this page Nov 18, 2016 · 32 revisions

ReClass Plugins

ReClass now offers you the ability to create new plugins! Thanks to Timboy67678 for finishing what was started a couple years ago.

With plugins you can override memory operations such as reading memory, and writing memory. You can also override handle operations such as OpenProcess and OpenThread. The plugin API exposes the ReClass main window, the ribbon bar interface, and the debug console, so can also add your own custom buttons, classes, and types if you want.

ReClass Plugin API header

// // Plugin initialization callback to fill in the RECLASS_PLUGIN_INFO struct, // and initialize any other plugin resources // BOOL PLUGIN_CC PluginInit( PRECLASS_PLUGIN_INFO lpRCInfo );

Clone this wiki locally