Releases: gynt/RuntimePatchingSystem
Releases · gynt/RuntimePatchingSystem
v1.5.2: bug fixes
Full Changelog: v1.5.0...v1.5.2
v1.5.0: new features
readString() supports a second argument for specifying the string length.
writeString() will write the full string regardless of null bytes
setMemory added which replicates memset
writeCode and writeBytes have better table handling such that iterating over values is almost identical to ipairs behavior.
writeBytes speed has been improved.