Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Universal event system #9

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Universal event system #9

wants to merge 4 commits into from

Conversation

Archie-osu
Copy link
Collaborator

Removes module operation callbacks in favor of a documented callback interface inspired by the Windows Executive Layer.

Archie-osu and others added 4 commits March 26, 2024 10:24
- The framework now enforces callback integrity by validating if the callbacks come from a trusted memory location
- Removed Module Operation Callback support
  - Removed ObpSetModuleOperationCallback
- Moved to using a generic routine for handling all callbacks
  - Callbacks now get a generic pointer to the affected object
- Several internal callback restructurings
  - Full logic to create callbacks is now implemented
- Added code for notifying, adding, creating, removing, and destroying callback objects
- PreCallbacks are now AurieEntryEx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant