Skip to content

Releases: acidanthera/Lilu

1.5.1

02 Feb 17:29
d107554

Choose a tag to compare

v1.5.1

  • Added lilu_os_memmem and lilu_os_memchr APIs
  • Added getSharedCachePath API to obtain current cache path
  • Added LIKELY/UNLIKELY macros

1.5.0

07 Dec 15:37
efd27d7

Choose a tag to compare

v1.5.0

  • Fixed Apple HDEF detection made by NVIDIA
  • Fixed race-condition in select kext detection during patching (thx to lvs1974)

1.4.9

02 Nov 19:09
7310c23

Choose a tag to compare

v1.4.9

  • Added the PCI GMCH Graphics Control register definition. (by 0xFireWolf)
  • Added a new API to solve multiple symbols in one shot conveniently. (by 0xFireWolf)
  • Added a new RouteRequest constructor to work with function pointers without additional type castings. (by 0xFireWolf)

1.4.8

05 Oct 15:53
89af9d3

Choose a tag to compare

v1.4.8

  • Added MacKernelSDK with Xcode 12 compatibility
  • Removed kern_atomic.hpp due to MacKernelSDK implementation
  • Acidanthera MacKernelSDK is now required for all plugins
  • Fixed Lilu loading on macOS 10.6 (not all APIs will be functional)
  • Fixed plugin debug log not working with Lilu disabled

1.4.7

07 Sep 11:05
b8eb26f

Choose a tag to compare

v1.4.7

  • Added more platform headers for plugin compilation
  • Fixed symbol chainloading regression in 1.4.6

1.4.6

03 Aug 14:52

Choose a tag to compare

v1.4.6

  • Added preliminary definitions for 11.0 support
  • Temporarily disabled user patcher for 11.0
  • Added external-audio property to ignore PCI audio cards
  • Added in-memory symbol solving for 11.0
  • Fixed accidentally solving stabs instead of normal symbols
  • Added device publishing API to monitor device startup
  • Added DeviceInfo caching for improved performance
  • Added implicit slotted (medium) patches in KC mode to reduce patch size

1.4.5

01 Jun 14:12

Choose a tag to compare

v1.4.5

  • Fixed newer CPU generation detection
  • Added failsafe versions of CML framebuffers

1.4.4

04 May 07:19

Choose a tag to compare

v1.4.4

  • Added new CFL connector-less framebuffers: 0x9BC80003, 0x9BC50003, 0x9BC40003
  • Fixed KDK support disrespecting file suffixes

1.4.3

06 Apr 12:46

Choose a tag to compare

v1.4.3

  • Improved modern CPUID detection
  • Added BaseDeviceInfo API with improved performance
  • Deprecated CPUInfo::getGeneration, WIOKit::getComputerModel(), WIOKit::getComputerInfo()

1.4.2

02 Mar 09:20

Choose a tag to compare

v1.4.2

  • Fixed IMEI device detection on some platforms
  • Added CometLake CPU model support (thx @stormbirds)
  • Added getFatOffset MachO API