Spawning processes from Ruby/TK

% rebase -d -b 0x70000000 -o 0x10000 /bin/{tcl,tk}84.dll

Thanks for the help!

Never of rebase but still tried it…
Got a: ‘REBASE: -R must preceed -o’

So I tried: ‘rebase -d -b 0x70000000 -R 0x10000 -i /bin/tcl84.dll’
And got: ‘REBASE: fopen /bin/tcl84.dll failed 2’

On a hunch I copied it to a temp dir and re run the command. Result:
REBASE: Total Size of mapping 0x8fffffff
REBASE: Range 0x70000000 -0xffffffff

I copied the dlls back to /bin and tried using tk again, but got
The same errors as before. Any idea what I’m doing wrong?

Thanks again for your help!
It’s much appreciated as I have little experience with this :slight_smile:

Cheers,
Assaph

I tried also doing the same to /bin/tclpip84.dll in the hope that it’s
relevant.