Skip to content

Awesome-NH3API plugin collection v1

Latest

Choose a tag to compare

@void2012 void2012 released this 04 Jan 10:05
02429e7

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.