All notable changes to this project will be documented in this file.
- Fixed an issue where loading the original DLL would sometimes fail
- Function pre-hooking now respects target_arch
- Function forwarding now respects target_arch (Credits to @RinLovesYou)
- Add default
git-cliffconfig - Added changelog
- Bump up version to 0.5.1
- 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
- Close forgotten quote in template Cargo.toml
- [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
- Bump up version to 0.5.0
- Use forward macro for proxied exports
- [breaking] Made
wait_dll_proxy_initsafe - Updated imports and comments in intercepted exports
- Update README examples
- Update intercepted exports comments