Ciremun / freedom

osu! difficulty changer & bot
MIT License
101 stars 28 forks source link

help me with signature and offset #77

Open 0verp0wer opened 1 year ago

0verp0wer commented 1 year ago

please can you help me to change signature and offset of this mod:

https://github.com/Hazuki-san/OsuBuddy-reversed

Ciremun commented 1 year ago

sorry, it's too much work, I'm too busy to actually do it

Ciremun commented 1 year ago

there is time and player signatures in freedom's source code

0verp0wer commented 1 year ago

there is time and player signatures in freedom's source code

Yeah I know,but OsuBuddy use pattern and not only offset

Ciremun commented 1 year ago

'offset' in my source code means the amount of bytes to go from the beginning of the function until some actual piece of code e.g. a place to hook or grab a pointer from if you study jit, patterns and assembly a bit, it's not a big deal to make your own signature and avoid such complexity