From 15858b8716cb86c05e6516c5016568d27a75693e Mon Sep 17 00:00:00 2001 From: liquidev Date: Tue, 12 Sep 2023 14:39:07 +0200 Subject: [PATCH] and fix --- content/programming/projects/stitchkit.tree | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/programming/projects/stitchkit.tree b/content/programming/projects/stitchkit.tree index 7eab280..2b60edc 100644 --- a/content/programming/projects/stitchkit.tree +++ b/content/programming/projects/stitchkit.tree @@ -83,10 +83,13 @@ % id = "01HA4NZ9DA9YKXHM4FDT5T1KBT" - and the typical mod doesn't have that many functions (what, 200 maybe? that would be ~12.5 MiB of memory, which ain't much) + % id = "01HA4PDZ8DTRSED9G8QNNDG422" - with the bytecode of the script found in memory, we can modify it arbitrarily however we want + % id = "01HA4PDZ8DYY6G6314F4CRVHXQ" - except it's not that simple because scripts contain object references, and we have no way to resolve those to addresses + % id = "01HA4PDZ8D4198D8MG0GY5P9Q7" - we could use `DynamicLoadObject` though, as cursed as that is :thinking: % id = "01HA4NZ9DAJWYBEZV2P1PYA4DW"