Lewis Clark

Results 12 comments of Lewis Clark

When did LD_PRELOAD injection last work for you? Also, which version of glua-steal last worked for you? As an alternative, gdb injection works great. ```#!/bin/sh pid=$1 lib=$2 #Credit: Aixxe @...

I'm not too sure what the issue is, whether it's a problem with glua-steal or a change in Garry's Mod. I've tested 64-bit and 32-bit injection with v1.7, v1.9 and...

Hmm, very strange. Just tested v1.9 64-bit and it's working as expected with gdb injection but I'm on Arch. Could you by any chance attach a debugger such as gdb...

Oh well that's very interesting haha. Thanks for reporting, hopefully I'll run into this crash soon.

It's present in Windows 7 but the pattern and offset is different. Blackbone has the pattern [here](https://github.com/DarthTon/Blackbone/blob/231f1747161cce6944589c4a748c4d0a71340fbd/src/BlackBone/Symbols/PatternLoader.cpp#L197-L225).

The pattern is `41 b8 9 0 0 0 48 8d 44 24 38`. The 11 is the length of the pattern in bytes, not the offset. You've removed the...

I can reproduce with the same setup but not sure what is causing this at the moment

> I feel like this could also be a problem with GModCEFCodecFix because I have tried downgrading and the game still has the same problem Oh that's interesting. You went...

Using `write_mode = "append"` is the best solution to this problem at the moment. Hard coding a check for a specific packing tool inside of gluasteal is a very fragile...

If you can test it, please do. You can download the pre-compiled update from the bottom of [this page](https://github.com/lewisclark/glua-steal/actions/runs/3776135583).