Skip to content

Releases: ItsBrank/LibraryLoader

Library Loader v1.5

Choose a tag to compare

@ItsBrank ItsBrank released this 13 May 20:33

Changelog

  • The dll injection method now uses LoadLibraryW instead of LoadLibraryA for better unicode support.
  • Added better safety handling and error checks in case something goes wrong.
  • Upgraded the project from .NET 9.0 to .NET 10.0.

Library Loader v1.3

Choose a tag to compare

@ItsBrank ItsBrank released this 23 Mar 21:42

Changelog

  • Added extra safety checking and exception handling.

Library Loader v1.2

Choose a tag to compare

@ItsBrank ItsBrank released this 20 Dec 09:26

Changelog

  • Increased the PID range to avoid a possible "index out of range" error.
  • Upgraded the project from .NET 8.0 to .NET 9.0.
  • Fixed some spelling mistakes too.

Library Loader v1.1

Choose a tag to compare

@ItsBrank ItsBrank released this 04 Jan 14:01

Changelog

  • Fixed the load button getting stuck being disabled if you injected and switched to a different process.
  • Fixed a bug when toggling the auto load box off and on making the program think nothing was injected.

Library Loader v1.0

Choose a tag to compare

@ItsBrank ItsBrank released this 03 Jan 14:03

Changelog

  • First public release, no changes to provide.