AceSLS,

Don’t worry, I made you a quick install script to setup Frida for your Specific use case:


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

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 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

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • wartaberita
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • [email protected]
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KbinCafe
  • Testmaggi
  • Ask_kbincafe
  • feritale
  • TheResearchGuardian
  • Socialism
  • oklahoma
  • SuperSentai
  • KamenRider
  • All magazines