Skip to content

Syscall Number is not what it says it is #225

@Frank01001

Description

@Frank01001

The property ThreadContext,syscall_number could cause confusion and it is wrongly documented.

The property maps to orig_rax on AMD64, orig_eax on i386, and to x8 on AARCH64.

The field only works to change the syscall number while in a callback. We should add a field to be able to do that outside the syscall number or make some fancy changes to make the field dynamic.

Metadata

Metadata

Assignees

Labels

not a bugSomething that is not a bug of libdebug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions