Skip Navigation
GreenLuma or Koalageddon
  • Don't worry, I made you a quick install script to setup Frida for your Specific use case:

    #!/bin/sh
    
    DIR="$HOME/Frida"
    mkdir "$DIR"
    cd "$DIR"
    
    python -m venv "./python"
    source "./python/bin/activate"
    
    pip install frida-tools
    
    wget https://github.com/frida/frida/releases/download/16.1.4/frida-server-16.1.4-linux-x86.xz
    unxz frida-server-16.1.4-linux-x86.xz
    chmod u+x frida-server-16.1.4-linux-x86
    
    echo "#!/bin/sh
    source ./python/bin/activate
    frida -R -l _agent.js \$(pidof steam)" > inject.sh
    chmod u+x inject.sh
    
    echo "#!/bin/sh
    sudo ./frida-server-16.1.4-linux-x86" > launch-server.sh
    
    chmod u+x launch-server.sh
    

    Make sure that your system has python3 installed, otherwise the script will most likely fail.

    Now run my script, then download my _agent.js from https://anonymfile.com/84jO/agent.js and put it into your /home/YourUserName/Frida folder. After that navigate there and run ./launch-server.sh in your terminal. Open up another terminal in the same directory and enter ./inject.sh already, but don't press enter yet. Then startup steam and quickly execute the previously prepared ./inject.sh

    That's it, good luck and enjoy :) If something's unclear feel free to reach out, and I know injecting it is annoying but I just can't be bothered to make yet another script to inject it fully automatically just yet

  • SOLVED Beta closed source drivers: Failed to initialize the NVIDIA kernel module
  • [ 1711.740] (EE) NVIDIA: system's kernel log for additional error messages and

    Maybe try this then? Kernel log can be read via

    $sudo dmesg

    or

    $journalctl -k

    I'd recommend journalctl, best to also append -b to only get the kernel logs for the current boot

    For easier navigation enter a / and input nvidia, this will search your journal. Press n to go to the next result and shift + n to go to the previous one

  • SOLVED Beta closed source drivers: Failed to initialize the NVIDIA kernel module
  • I installed the nvidia-beta drivers (Arch) and tested out Starfield. All is good. Then next time I try to startx, I get X failed to start etc.

    Did you reboot after changing to the beta driver? If you did not you were still using the previously installed nvidia driver, unless you manually reloaded the nvidia kernel modules via rmmod and modprobe (I'd discourage doing this though, rebooting is way less error prone)

  • Do you interact more in Lemmy?
  • I certainly do. Most social media algorithms feed you content that it thinks will generate interactions. Lemmy does not do that which results in whatever you decide to post having more meaning because there's no stupid and/or manipulative machine deciding wheter your post is or isn't worth seeing

  • Is there an app to list package names for all my apps?
  • Using adb works

    adb shell pm list packages

    You can pipe the output into a file aswell using this

    adb shell pm list packages > /sdcard/apps.txt

    Depending on your terminal you might need to escape the > character

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AC
    AceSLS @lemmy.sdf.org
    Posts 0
    Comments 58