0xDC00/agent

32-bit processes error on SteamOS

mathewthe2 opened this issue · 6 comments

Can there be a 32-bit Frida build for the Linux release for SteamOS?

Error: Unable to handle 32-bit processes due to build configuration

image

You can't use linux agent for wine/proton games, it's only for native linux games. You need to use windows agent in wine.
Or you need to use frida server and inside wine and connect to it with linux agent.

Thanks, I tried launching the windows agent through proton by adding it as a non-Steam game, but I can't seem to be able to select the game window with that agent.

in the target box |<name of the executable>

Error: Unable to find executable at 'PWAAT.exe'

I read from this Reddit post that on Steam they are ran on separate prefixes.

I tried adding some commands following that post, but to no avail.

Thanks, I've seen this video once but I thought it wouldn't work since Steam is not installed as flatpak on SteamOS.

I ignored the first 2 steps and followed the installation instructions of STL and got it working.

In misc settings of STL:

  • (checked) fork custom command
  • (unchecked) only custom command
  • (checked) force proton

Clipboard works fine and I'm seeing text pasted on Chrome as well. I'll close this issue.