rs28083
Results
1
comments of
rs28083
You can also use memoryjs.readBuffer to read a buffer if you know the size ex ```Javascript var buff = memoryjs.readBuffer(handle, address, 8*2) var text = buff.toString("utf16le") console.log(text) ``` 8 here...