Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: move injection equipment into windows dll (#6)
* refactor: Move stable ABI structs into rivets rs in order to premote code reusablity * feat: Add abi_stable to list of re-exported crates * fix: Update proc macro hook fn pointer to be safe across abi boundaries * refactor: Rename rivets:initalize!() to rivets:finalize!() * chore: cargo fmt * fix: Rename exposed abi to match rivets_entry_point\0 in linux injector * Revert "fix: Rename exposed abi to match rivets_entry_point\0 in linux injector" This reverts commit d55b7a2. * fix: Add missing #[no_mangle] onto rivets get hooks abi * feat/change windows injector to inject all mods instead of just librivets * chore: cargo fmt
- Loading branch information