Skip to content

Proxygen v0.5.0

Choose a tag to compare

@WarrenHood WarrenHood released this 11 Nov 07:15
· 10 commits to main since this release

Bug Fixes

  • Call crate::wait_dll_proxy_init at the start of every proxy type
  • Replace asm! calls with std::arch::asm!
  • Add errhandlingapi winapi feature to template Cargo.toml

Features

  • [breaking] Added a sig attribute macro input
  • Implemented a forward macro
  • Added conditional x86/x86_64 checks to forward macro
  • Show error code when failing to load original DLL

Miscellaneous Tasks

  • Bump up version to 0.5.0

Refactor

  • Use forward macro for proxied exports
  • Made wait_dll_proxy_init safe
  • Updated imports and comments in intercepted exports
  • Update README examples
  • Update intercepted exports comments