a2x / cs2-dumper

Counter-Strike: 2 Offset Dumper
MIT License
838 stars 97 forks source link

What is this? #124

Closed dethlux closed 5 months ago

dethlux commented 5 months ago

What is this ment to be inbetween the pattern ${'}

dwEntityList = "488935${'} 4885f6" Must it be like this "48 89 35 ? ? ? ? 48 85 F6" or how is it supposed to be?

Life was so much easier when you had config.json showing all the patterns and please add the dwLocalPlayerPawn pattern.

a2x commented 5 months ago

I suggest you take a look at: https://docs.rs/pelite/0.10.0/src/pelite/pattern.rs.html#196

Also, dwLocalPlayerPawn is simply referring to a field that is offset by 312 bytes (0x138 in hex) from the start of the CPrediction class, which points to an instance of C_CSPlayerPawn. Hence, you see this.

Screenshot 2024-04-11 213421

dethlux commented 5 months ago

Wtf is this reply? This didn't anwer my question at all!

dethlux commented 5 months ago

Here try again:

What is this ment to be inbetween the pattern ${'}

dwEntityList = "488935${'} 4885f6" Must it be like this "48 89 35 ? ? ? ? 48 85 F6" or how is it supposed to be?

dethlux commented 5 months ago

I'm not gonna read through this crap https://docs.rs/pelite/0.10.0/src/pelite/pattern.rs.html#196

dethlux commented 5 months ago

why not just add config.json like you used to do? your update is pure shit

a2x commented 5 months ago

You can't be helped, which is unfortunate.

thepapanoob commented 5 months ago

Here try again:

What is this ment to be inbetween the pattern ${'}

dwEntityList = "488935${'} 4885f6" Must it be like this "48 89 35 ? ? ? ? 48 85 F6" or how is it supposed to be?

it is a different way to represent sigpatterns... and a way better way in that. if youre to stubborn to read the docs of pelite patterns then no one can help you

T1GxR commented 5 months ago

Here try again: What is this ment to be inbetween the pattern ${'} dwEntityList = "488935${'} 4885f6" Must it be like this "48 89 35 ? ? ? ? 48 85 F6" or how is it supposed to be?

it is a different way to represent sigpatterns... and a way better way in that. if youre to stubborn to read the docs of pelite patterns then no one can help you

do they work the same as the old ones? for example if i want to replace one can i just add this new format?