You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mira_module will be a shared library that is used throughout applications, trainers, etc. Will provide a common base for people to have reusable code that will handle most of the "heavy lifting" of trainers in order to abstract all the mess behind a facade.
These are the scopes, but not limited to. Currently open for discussion before work continues.
Implement libSubstitute functions
Implement pattern scanning
Implement memory reading/writing
Implement VTable hooking
Implement IAT hooking
Implement Function hooking
Implement thread controls
Implement auto-mono support
The text was updated successfully, but these errors were encountered:
mira_module
will be a shared library that is used throughout applications, trainers, etc. Will provide a common base for people to have reusable code that will handle most of the "heavy lifting" of trainers in order to abstract all the mess behind a facade.These are the scopes, but not limited to. Currently open for discussion before work continues.
The text was updated successfully, but these errors were encountered: