Skip to content

c8ff/LinuxGrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinuxGrabber

A CLI PID grabber for Splatoon v288 for Cemu running on Linux.

Output

The output contains following:

  • Player's index and name
  • PID (in both hex and decimal formats)
  • Fetch date (when the program was ran)

image

Compile

You'll need the mono package to compile the program.

For Arch linux based distros:

sudo pacman -S mono

For debian based distros:

sudo apt install mono-mcs

To compile the program simply run:

mcs -out:LinuxGrabber LinuxGrabber.cs

And you have the executable.

Running the program

As this application needs to access another's process memory, it needs to be run as root or as a user that has permission to do so:

sudo mono ./LinuxGrabber

About

CLI Splatoon 1 PID Grabber for Cemu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages