ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ssh_message_auth_interactive_request (
ssh_message msg,
char const* name,
char const* instruction,
unsigned int num_prompts,
char const** prompts,
char* echo
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 6 |
| Return | int |
| Source | server.c |
| Size | 1007 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | msg | ssh_message | 8 | %rdi |
| 1 | name | char const* | 8 | %rsi |
| 2 | instruction | char const* | 8 | %rdx |
| 3 | num_prompts | unsigned int | 4 | %rcx |
| 4 | prompts | char const** | 8 | %r8 |
| 5 | echo | char* | 8 | %r9 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | msg | ssh_message |
| %rsi | name | char const* |
| %rdx | instruction | char const* |
| %rcx | num_prompts | unsigned int |
| %r8 | prompts | char const** |
| %r9 | echo | char* |