Skip to content

Run memory‐deck manually

HeyItsWaters edited this page Apr 17, 2024 · 1 revision
  1. Set up/enable SSH for your SteamDeck. Here are some great instructions on how to do so - https://gist.github.com/andygeorge/eee2825fa6446b629745ea92e862593a
  2. From you PC/Mac/Potato, SSH into your SteamDeck and navigate to /home/deck/homebrew/plugins/memory-deck/
  3. Run python3 main.py and follow the onscreen instructions after providing the initial process to attach to. Here are the current instructions (these may change over time):
########################################################################################################
Enter value to search for within PID, or enter one of the following commands:
help
    prints this help menu

type <ctype>
    example: type c_double

setNewValue <newValue> [OPTIONAL* <memoryAddress>]
    Set a new value for a given memory address. If no memory address is provided, update all matches

pid <newPID>
    attach to new PID

list
    prints current matches

set <arguments>
    set specific index to value
    example: write new value to match_index 1:
        set 1=999999

exit
    exits memory-deck cli

reset
    resets current memory-deck cli progress
########################################################################################################

Clone this wiki locally