Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement miscs_len and procdefs_len, add missing offsets, fix linux max version check #14

Merged
merged 2 commits into from
Dec 14, 2024

Conversation

Sovexe
Copy link

@Sovexe Sovexe commented Dec 14, 2024

  • Implements two new offsets miscs_len and procdefs_len
  • The two new offsets are necessary as libbyond.so in builds 1644 and newer moved the dword that represents the misc and procdefs array length value from being 4 bytes ahead of each array in memory, to being 4 bytes behind them instead. Without this correction all procs will just appear as the proflib set default of <?> in tracy
  • Adds in offsets that were missing for several older versions
  • Fix the max linux build check being set at 1646 still

Copy link
Member

@AffectedArc07 AffectedArc07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fucking linux users

@AffectedArc07 AffectedArc07 merged commit 2ffb7ba into ParadiseSS13:master Dec 14, 2024
2 checks passed
@Sovexe Sovexe deleted the miscslen-procdefslen branch December 15, 2024 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants