更改内存写入

This commit is contained in:
lenheart 2025-12-11 21:11:18 +08:00
parent 287c9b098e
commit 5cbf9f7b74
5 changed files with 3 additions and 5 deletions

View File

@ -268,6 +268,7 @@ Gm_InputFunc_Handle["test"] <- function(SUser, CmdString) {
Timer.SetTimeOut(function ()
{

View File

@ -85,11 +85,7 @@ class NativePointer extends Base_C_Object {
function write(value, type) {
local Buf = blob(0);
Buf.writen(value, type);
local arr = array(Buf.len());
for (local i = 0; i< Buf.len(); i++) {
arr[i] = Buf[i];
}
writeByteArray(arr);
Sq_Memory_WriteBlob(this.C_Object, Buf);
}
function writeS8(value) {

View File

@ -1054,6 +1054,7 @@ class ServerControl {
queId = args[1],
op = 25001041
}
print(Jso);
Socket.SendGateway(Jso);
};

Binary file not shown.

BIN
lib/libAurora.so.bak Executable file

Binary file not shown.