Releases: Reloaded-Project/Reloaded.Injector
Releases · Reloaded-Project/Reloaded.Injector
Auto Update Dependencies
Minor #2 Patch #2
- Optimized the native module collector by reusing the StringBuilder instances to minimize allocations.
Minor #2 Patch #1
- Expose the Cross-Architecture
Safety.TryGetModules
function, which will allow you to get the modules of a 32-bit process from a 64-bit one. - Improve class instantiation performance in some cases.
- Update
Reloaded.Memory
andReloaded-Assembler
dependencies.
Minor #2
Minor #1 Patch #1
Fix: Bad logic used to wait for module initialization in a process, trying only once instead of up to timeout..
Minor #1
Patch #3
Changelog
- Update dependencies of the package. (Except PeNet, don't want extra dependencies recent version brought in)
- Compress code coverage tools to stop skewing code distribution/percentages on Github.
- Add missing GC.SuppressFinalize in certain finalizers.
- Add license in CSProj VS2019 format.