Fsystem

Results 6 comments of Fsystem

Is it possible to add the fuzzy, regexp, and text extensions from the sqlean.js library? I need these extensions for performing certain queries. Or, once I've obtained an ArrayBuffer by...

I will give it a try.

I attempted to perform a build on Debian, but encountered errors that I am unable to resolve. emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.50 (047b82506d6b471873300a5e4d1e690420b582d0) clang version...

In fact, I haven't started making any changes yet; I'm just compiling the latest current version of the spl.js code.

> Did you initialize the git submodules - especially sqlean? Except that I can see that something seems to be wrong with the stats extension I can not really give...

> 换到vs2019测试了一些没问题,但是还有个问题,能否hook Assembly.Load方法呢?然后在这里dump这哥内容到文件 > > 例如:hook mscorlib.dll 文件的中 > namespace System.Reflection 下的 public Module LoadModule(string moduleName, byte[] rawModule) 函数,然后dump rawModule到文件中 我记得用NETUnpack,可以导出Assembly.Load加载的程序集