Skip to content

v2.1.7

Latest
Compare
Choose a tag to compare
@alexrp alexrp released this 21 Jan 16:54
· 79 commits to master since this release
v2.1.7
d1e4fd7
  • Vezel.Ruptura.Injection
    • Added support for injection when running under Wine.
    • Changed AssemblyInjector to look up kernel32.dll exports in the current process if lookup in the target process fails.
    • Fixed TargetProcess.Open() to also use PROCESS_CREATE_THREAD and PROCESS_QUERY_LIMITED_INFORMATION.
  • Vezel.Ruptura.Hosting
    • The generated entry point type is now declared as static partial class Program.