Skip to content

RedBoxing/rscm-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rscm-rs

rscm-rs is a client for sys-rscm written in Rust.

Features

  • Attach to a running process (including current process)
  • Read memory
  • Write memory
  • Display asm instructions when reading memory
  • Pause/resume process
  • Get process list
  • Get Status
  • Query memory regions
  • Search
  • Pointer Search
  • Set breakpoints
  • View what accesses/writes to a memory address

Commands

Connect

connect <ip>:<port>

Connects to a Noexes server at the given ip and port. (Default port is 7331)

Exit

exit

Exits the program.

Status

status

Gets the status of the current server.

Attach

attach <pid>

Attaches to a process with the given pid.

Attach Current

attach_current

Attaches to the current process.

Get PIDs

get_pids

Gets a list of all running process ids.

Get Current PID

get_current_pid

Gets the pid of the current process.

Get Current TitleID

get_current_title_id

Gets the title id of the current process.

Get Attached PID

get_attached_pid

Gets the pid of the attached process.

Pause

pause

Pauses the attached process.

Resume

resume

Resumes the attached process.

Query Memory

query <address>

Queries the memory region at the given address.

Read Memory

peek <address> <size>

Reads the given number of bytes from the given address.

Write Memory

poke <address> <size> <bytes>

Writes the given bytes to the given address.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages