Pineapple. (0.6.0)
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
andGetAddressOfString
— given a reference to a cell value or achar[]
, 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 ofMemoryBlock
s when dumping handles. (#6)