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

[BUG] __sync_fetch_and_add(&a, 1) makes uprobe not hookable #20

Open
victoryang00 opened this issue Jan 21, 2025 · 0 comments
Open

[BUG] __sync_fetch_and_add(&a, 1) makes uprobe not hookable #20

victoryang00 opened this issue Jan 21, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@victoryang00
Copy link

int a;
__sync_fetch_and_add(&a, 1); 

makes uprobe not hookable

To Reproduce
just compile the code and run

Expected behavior

Screenshots

Image

Desktop (please complete the following information):

  • OS: Ubuntu
  • Version 24.04.1

Additional context

@victoryang00 victoryang00 added the bug Something isn't working label Jan 21, 2025
@victoryang00 victoryang00 changed the title [BUG] [BUG] __sync_fetch_and_add(&a, 1) makes uprobe not hookable Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant