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

def-use analysis capabilities #1511

Closed
xrkk opened this issue Aug 24, 2021 · 3 comments
Closed

def-use analysis capabilities #1511

xrkk opened this issue Aug 24, 2021 · 3 comments

Comments

@xrkk
Copy link

xrkk commented Aug 24, 2021

I searched doc, but didn't find any information about def-use analysis.

@ret2libc
Copy link
Member

AFAIK there isn't any kind of def-use/use-def analysis, sorry.

You can find variables in a function and where they are read/written (with afvR/afvW), but likely that isn't exactly what you are looking for.

@XVilka
Copy link
Member

XVilka commented Aug 24, 2021

This kind of analysis is best defined in terms of the new IL, which is not yet finished and major architectures are not ported. Before that point it really doesn't make sense to work on that.

You can keep an eye on #277 and #1451

@stale
Copy link

stale bot commented Feb 26, 2022

This issue has been automatically marked as stale because it has not had recent activity. Considering a lot has probably changed since its creation, we kindly ask you to check again if the issue you reported is still relevant in the current version of rizin. If it is, update this issue with a comment, otherwise it will be automatically closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 26, 2022
@xrkk xrkk closed this as completed Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants