running program image on ram with arg passing

This commit is contained in:
minjaesong
2025-04-20 13:29:43 +09:00
parent 111c196e7c
commit 13061bc8fa
3 changed files with 19 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ if (3 == intent) {
if (!_G.SO)
_G.SO = {}
let libname = exec_args[1].split("\\").last().substringBeforeLast(".")
let libname = infile.path.split("\\").last().substringBeforeLast(".")
_G.SO[libname] = addrToLoad
}