Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default syscalls not implemented in Posix OS #1458

Open
ytournier opened this issue Mar 9, 2024 · 0 comments
Open

Default syscalls not implemented in Posix OS #1458

ytournier opened this issue Mar 9, 2024 · 0 comments

Comments

@ytournier
Copy link

Using the Android binaries provided in the rootfs, Qiling stops because of tgkill and sigaltstack syscalls are not implemented.

The code snippet below must be added in the signal.py file which is defined for the Posix OS:

def ql_syscall_sigaltstack(ql: Qiling, ss: int, oss: int):
    return 0


def ql_syscall_tgkill(ql: Qiling, tgid: int, tid: int, sig: int):
    return 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant