Releases: nefarius/Injector
Releases · nefarius/Injector
Injector v1.4.0
What's Changed
- Add case-sensitivity support to -n. by @ProjectHSI in #29
New Contributors
- @ProjectHSI made their first contribution in #29
Full Changelog: v1.3.0...v1.4.0
Injector v1.3.0
What's Changed
- Use a snapshot instead of thread return code to check if injection succeeded by @fredemmott in #23
- C++20? C++20. by @fredemmott in #24
- Fix Dll Ejection by @bot-1450 in #25
New Contributors
- @fredemmott made their first contribution in #23
- @bot-1450 made their first contribution in #25
Full Changelog: v1.2.0...v1.3.0
Injector v1.2.0
Stuff changed
- Changed case-sensitive to case-insensitive matching while searching for module name to eject (#19)
- Fixed a warning where a wide string got improperly converted to a narrow string
- Added ARM64 build (caution: untested)
Injector v1.1.12
Stuff changed
- Fixed issue #2
Injector v1.1.6
Stuff changed
- Introduced short command-line arguments
- Added ability to inject multiple modules in one invocation
- Updated repository to build with latest tools
- Removed dependency on GNU getopts
Injector v1.1.0
Stuff changed:
- Added ability to load modules using either relative or absolute paths
- Fixed a compiler error occurring when building without MFC components installed
- Removed requirement for administrative privileges
32-Bit and 64-Bit binaries available now!
v1.0.0 Changed platform toolset to work with Visual Studio 2010