# Canary
cd "/home/fabi/RE - Project Sylpheed/xenia-canary/build-cross/bin/Windows/Debug"
timeout 120 /usr/bin/wine xenia_canary_i2a.exe \
  "/home/fabi/RE - Project Sylpheed/Project Sylpheed - Arc of Deception (USA, Europe) (En,Ja).iso" \
  --mute=true \
  --audit_61_branch_probe_pcs="0x82452E0C,0x821CB1DC,0x82452F10,0x82452F8C,0x82453910,0x824539A4,0x82452DC0"

# Ours
timeout 120 /home/fabi/RE\ -\ Project\ Sylpheed/xenia-rs/target/release/xrs-i2a exec \
  "/home/fabi/RE - Project Sylpheed/Project Sylpheed - Arc of Deception (USA, Europe) (En,Ja).iso" \
  -n 50000000 \
  --branch-probe="0x82452E0C,0x821CB1DC,0x82452F10,0x82452F8C,0x82453910,0x824539A4,0x82452DC0"
