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

Add eBPF callx instruction #1886

Merged
merged 1 commit into from Jun 9, 2022
Merged

Add eBPF callx instruction #1886

merged 1 commit into from Jun 9, 2022

Conversation

riptl
Copy link
Contributor

@riptl riptl commented Jun 6, 2022

Mode CS_ARCH_BPF, CS_MODE_BPF_EXTENDED is missing the callx instruction (aka "indirect call" or "tail call").

Reference: https://github.com/llvm/llvm-project/blob/50f846d63443781a5c00ec7022c381c4f09f543d/llvm/lib/Target/BPF/BPFInstrInfo.td#L494

@kabeor
Copy link
Member

kabeor commented Jun 9, 2022

Thanks:)

@kabeor kabeor merged commit 68cc30d into capstone-engine:next Jun 9, 2022
@riptl riptl deleted the ebpf-callx branch June 9, 2022 15:45
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

Successfully merging this pull request may close these issues.

None yet

2 participants