Connor Davis
Connor Davis
## QoL suggestion Support better CLI usage on the debug server. ### Is your suggestion related to a usage problem? Please explain. The debug server (which allows querying information from...
I'm proposing that there should either be an overload for `exl::util::GetModuleInfo` that takes a `const void*` argument or a differently named function that will do the following: 1. Check the...
Resolves #1 Resolves #3 Introduces inline hooks to the exlaunch environment. Modified: - `exl::util::Hook` - Added two new static members for inline hook environment manage (`s_InlineHookJit`, `s_UsedInlineHooks`) - Added three...
Happens because virtmemFindCodeMemory is returning nullptr
- [ ] Inline hooks (probably `exl::util::Hook::InlineHook`) - [ ] Extended inline hook contexts - The current 29 GP registers - Stack pointer - All 32 FP registers - [...
Was running into the same issue as vleue/bevy_easings#23 in my own thing. Used this for UI animations to adjust the position of something when you highlight. If you left the...