Open RobertBendun opened 3 years ago
$"<str>" produces stack: ( address(str) len(str) )
$"<str>"
( address(str) len(str) )
Hello world with this syntax:
$"hello, world" 1 1 syscall3
$"<str>"
produces stack:( address(str) len(str) )
Hello world with this syntax: