budde25 / switcheroo

A cross platform, Rust implementation for the Tegra X1 bootROM exploit
https://budde25.github.io/switcheroo/
GNU General Public License v2.0
47 stars 3 forks source link

immediately closes process without allowing entry of commands (MacOS Sonoma, silicon) #15

Closed TheMin3s closed 11 months ago

TheMin3s commented 11 months ago

when running the aarch64 model for macos, terminal process is immediately closed

Usage: switcheroo [OPTIONS] <COMMAND>

Commands:
  execute  Executes a payload on a connected Switch
  device   Checks if a Switch is connected and booted to RCM mode
  list     Lists favorite binaries
  add      Add a favorite binary
  remove   Remove a favorite binary
  gui      Opens the graphical user interface
  help     Print this message or the help of the given subcommand(s)

Options:
  -v, --verbose...  More output per occurrence
  -q, --quiet...    Less output per occurrence
  -h, --help        Print help
  -V, --version     Print version

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]
TheMin3s commented 11 months ago

Tried installing with cargo, it worked sorry for not trying this before making an issue report