Skip to content

Releases: zbanks/CrewLink

1.2.1

31 Dec 19:08
Compare
Choose a tag to compare

CrewLink for Linux

  • Requires running Among Us via Steam, version 2020.12.9.
    • Other Steam versions could work, but version detection is not implemented. See src/main/hook.ts
    • The offsets for the itch.io versions have not yet been documented?
  • Uses my fork of memoryjs which implements just enough of the API for CrewLink.
    • Can't detect if the process quits. If Among Us restarts, restart CrewLink.
  • Doesn't launch Among Us, so there's no parent process relationship; ptrace security gets in the way
  • Please report issues on this fork's issue tracker

Running

wget "https://github.com/zbanks/CrewLink/releases/download/v1.2.1/CrewLink-1.2.1.AppImage"
chmod +x CrewLink-1.2.1.AppImage

echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
./CrewLink-1.2.1.AppImage

Notes

Tested/developed on Ubuntu 16.04.6 LTS

v1.1.6 for Linux

17 Dec 01:15
Compare
Choose a tag to compare

CrewLink for Linux

  • Requires running Among Us via Steam, version 2020.12.9.
    • Other Steam versions could work, but version detection is not implemented. See src/main/hook.ts
    • The offsets for the itch.io versions have not yet been documented?
  • Uses my fork of memoryjs which implements just enough of the API for CrewLink.
    • Can't detect if the process quits. If Among Us restarts, restart CrewLink.
  • Doesn't launch Among Us, so there's no parent process relationship; ptrace security gets in the way

Running

wget "https://github.com/zbanks/CrewLink/releases/download/v1.1.6-linux/CrewLink-1.1.6.AppImage"
chmod +x CrewLink-1.1.6.AppImage

echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
./CrewLink-1.1.6.AppImage

Notes

Tested/developed on Ubuntu 16.04.6 LTS