Yes, I know there is -i flag, which show syscall address.
And for the long time I use it. But now (on linux x86)
most syscall's done not with 'int 0x80', but with
'call *%gs:0x10',
so -i flag is nearly useless.
Any chance change -i output/add new flag to show "true"
address ?
Valery.