Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

[BUG REPORT] VM_READ with invalid addresses #2

Open
OhMyGuus opened this issue Mar 24, 2021 · 1 comment
Open

[BUG REPORT] VM_READ with invalid addresses #2

OhMyGuus opened this issue Mar 24, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@OhMyGuus
Copy link
Owner

Describe the bug
BetterCrewlink is trying to read an invalid pointer at some places

To Reproduce
Steps to reproduce the behaviour:

  1. Go to Into a lobby
  2. See the spam of invalid vm_read request with an address 0x000xxxxx (an random invalid memory address)

Expected behaviour
No spam in console & not reading memory that the app isn't supposed to.

Desktop (please complete the following information):

  • OS: Manjaro 21
  • Version: 2.4.5
@OhMyGuus OhMyGuus added the bug Something isn't working label Mar 24, 2021
@Fauli1221
Copy link

you have to execute
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
before executing BetterCrewLink to disable ptrace scope security otherwise the program will not be able to read the process memory

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants