sunset-macro-rs 0.0.0

Macros for sunset-rs.
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 963.73 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • itsmeft24/sunset
    0 0 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TKFRvisionOfficial itsmeft24

sunset

An inline hooking library for 32-bit Windows applications. Rust and C++ implementations are provided in the rust/ and cpp/ folders respectively. Do note that the C++ version depends on Zydis and Microsoft Detours; both of which are available on vcpkg.

Credits:

  • skyline-rs: Rust API design + macro crate
  • exlaunch: C++ API design + overall inspiration