- Vezel.Ruptura.Injection
- Added support for injection when running under Wine.
- Changed
AssemblyInjector
to look upkernel32.dll
exports in the current process if lookup in the target process fails. - Fixed
TargetProcess.Open()
to also usePROCESS_CREATE_THREAD
andPROCESS_QUERY_LIMITED_INFORMATION
.
- Vezel.Ruptura.Hosting
- The generated entry point type is now declared as
static partial class Program
.
- The generated entry point type is now declared as