Massayu

Results 2 issues of Massayu

I'm testing loading a dll proteted with Themida using your MemoryModule project. I protected the `a.dll` that comes with the project, when i try to load it the code fail...

**deno-x86_64-pc-windows-msvc v1.41.1** Testing the following code using `nodejs` and on `deno deploy` works correctly: ```js import express from 'express'; import mongoose from 'mongoose'; const app = express(); await mongoose.connect("mongodb+srv://...?retryWrites=true&w=majority"); const...

bug
needs investigation
node compat