Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Reloaded Maintenance Update #7 [Dev]

Pre-release
Pre-release
Compare
Choose a tag to compare
@Sewer56 Sewer56 released this 09 Aug 15:26
· 76 commits to master since this release

Improvements

  • [Template] Implement full AppDomain level DLL separation. This should allow different mods to load different versions of the same libraries at once, which became an issue identified when the external dependency libraries got updated in 1.2.0.

  • [X86 Hooks] You can now specify extra stack space to be reserved when calling external functions. This will allow developers to hook the peskiest of compiler optimized functions.

Other

  • [Hooks] Expose original function wrapper address. For debugging purposes, developers will know what this means.

WIP

  • [Hooks] Untested Cheat-Engine style assembly hook. Literally untested.