Skip to content

Releases: void2012/Awesome-NH3API

Awesome-NH3API plugin collection v1

04 Jan 10:05
02429e7

Choose a tag to compare

New plugins:

  • Disable-SBH-Heap :
    This plugin disables Small Block Heap(SBH) mechanism which was used in Visual C++ 6.0 CRT for managing small blocks of memory allocated by heap. However, SBH is extremely buggy and modern Windows and WINE provide built-in low-fragmentation fast heap for small blocks of memory. Disabling SBH also allows tools like AddressSanitizer to detect memory errors in the game during the debug.