Skip to content

Releases: gynt/RuntimePatchingSystem

v1.5.0: new features

17 Mar 14:58
Compare
Choose a tag to compare

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.

1.4.0

31 Jul 21:24
Compare
Choose a tag to compare

Quality of Life improvements: