IS4Code / YSF

YSF Server Functions
Other
98 stars 34 forks source link

Bad linux addr of FUNC_ReplaceBadChars. #105

Closed n0bodysec closed 4 years ago

n0bodysec commented 4 years ago

The actual addr is wrong.

Here are the right addresses:

FUNC_ReplaceBadChars = 0x00468F20; // 0.3.7 R2 (Win)
FUNC_ReplaceBadChars = 0x080D5D70; // 0.3.7 R2 (Linux)
FUNC_ReplaceBadChars = 0x004690D0; // 0.3.DL (Win)
FUNC_ReplaceBadChars = 0x080E1460; // 0.3.DL (Linux)

Regards.

IS4Code commented 4 years ago

The Linux address is correct according to my binary. I should be at R2-1.

n0bodysec commented 4 years ago

I use R2-2-1 for YSF and works lol. Wouldn't be nice to update YSF to R3 release?