roy

Results 59 comments of roy

刚发现很早之前,删了一个大文件,导致合并有副作用。加上TASK_BASIC_INFO_64_2 的实现并不完美,如有空,你可酌情参考重新实现。

I need this too, or is any way to get current api version name in js then I can do it self?

yes, in this version, it always return ``` xxx.so!xxsxfun+xxxxx ``` it is an inconvenience to me (may be others) to get the offset, in `12.8.20` it works fan, but `12.9.4`...

this error tips usually means the yaml configuration file format is wrong pls check again

@HongYuuu 对取size的 ```js function getStringLen(p) { var length = 0; while (1) { if (p.readS8() == 0) { break; } length += 1; p = p.add(1); } return length; }...

这里的图片有点小毛病。

我曾以为是版本太老的缘故,然而到今天我才发现此为最新版本。