#FFI
- 今天继续猜谜🤣win10以上系统自带winsqlite3.dll,所以自从JSA有了FFI,就可以直接操作sqlite3数据库了我猜出了打开关闭的大概用法,群里石头大佬完善了插入表,在这里尽量解释一下猜出来的用法:🔔function tt(){const ...
- 今天继续猜谜,试试传递宽字符串🤣🔔function wstring(s) {const buff = new ArrayBuffer(s.length * 2 + 2)const view = new Uint16Array(buff)for (let i...
- 还没找到文档,大家来猜谜吧🔔const a = FFI.LoadLibrary('User32')const b = a.LoadFunction('mb', 'MessageBoxA', '', 'int32', ['int32', 'string', ...46