-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
[WIP] Mark the bytes that is referenced as data and not belonging to any fu… #3804
base: dev
Are you sure you want to change the base?
Conversation
* \brief Mark the bytes that are referenced and don't belong | ||
* to any functions as data. | ||
*/ | ||
static void core_analysis_referenced_data(RzCore *core) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a command to run this analysis manually. (subcommand under aa
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add tests.
@PeiweiHu why close this? |
I am sorry. Just too busy these days to complete this and worry my PR will hinder other contributors who wanna give it a try about this issue. I will take over this again when have more free time if this issue is still not solved. Sorry again. |
No one has taken this issue since 🤣 |
@PeiweiHu hi, have you had a chance to finish this one? |
@XVilka Hi, I've been quite preoccupied with the submission of a new research paper for the past couple of months, which may have left me with insufficient time to handle this PR. I have no objections to anyone interested in directly adopting this PR to address the corresponding issue if it is helpful. |
…nction
Your checklist for this pull request
Detailed description
I will solve failed tests later.
Test plan
...
Closing issues
closes #3641