Search code examples
linuxassemblyparameters

SASM program parameters to debugger


I have installed a SASM on linux, I want to input parameters to starting program and observe registers behavior, but I don't now how input this paramteres to SASM debugger or something..


Solution

  • When you start debug program, in "GDB Command" on the bottom just type "run arg1 arg2 arg3..."