Skip to content

Pineapple. (0.6.0)

Compare
Choose a tag to compare
@nosoop nosoop released this 22 Nov 00:09
· 16 commits to master since this release

Install by grabbing the correct archive for your server platform (.zip for Windows, .tar.gz for Linux — the archives only contain binaries for their specific platform).

Also install sourcescramble_manager.smx for the manager plugin, if you intend to use the autopatching mechanism.

Added

  • New natives GetAddressOfCell and GetAddressOfString — given a reference to a cell value or a char[], these natives return the physical memory address of that reference. This provides a more streamlined method of working with patches that modify addresses of pointers.
  • Proper implementation of MemoryBlockHandler::GetHandleApproxSize, which allows SourceMod to report the size of MemoryBlocks when dumping handles. (#6)