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

backward slicing #1242

Open
antonislouca opened this issue Apr 15, 2023 · 0 comments
Open

backward slicing #1242

antonislouca opened this issue Apr 15, 2023 · 0 comments

Comments

@antonislouca
Copy link

As a follow-up to my previous issue, I would like to know if Triton has a functionality that can link the following instructions with backward slicing:

1: sub $0x1a8,%rsp
2: mov %rsi,0xa8(%rsp)
3: mov %rdi,%rax
4: mov 0xa8(%rsp),%rdi
5: mov %rax,0xb0(%rsp)
6: mov %rdi,0xb8(%rsp)
7: mov %rax,0x168(%rsp)

8: mov 0xb0(%rsp),%rax
9: mov 0x10(%rsp),%rcx
10: mov 0xf(%rsp),%dl
11: mov %dl,(%rax,%rcx,1)

I want to backward slice from either instruction 11 or 8 and try to find the dependency of instruction 5 or instruction 3 is this possible?

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