Skip to content

Commit

Permalink
Feat: move injection equipment into windows dll (#6)
Browse files Browse the repository at this point in the history
* 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
notnotmelon authored Aug 15, 2024
1 parent cfbcade commit 9d3b7d4
Show file tree
Hide file tree
Showing 7 changed files with 782 additions and 306 deletions.
Loading

0 comments on commit 9d3b7d4

Please sign in to comment.