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

Need a better way to identify variadic functions than VALIST_FUNCS #1

Open
pdreiter opened this issue Mar 29, 2024 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@pdreiter
Copy link
Collaborator

prd_multidecomp_ida.py uses a known list of variadic libc functions to recognize and transform them.

This should be automated by looking at the function prototype, not just accomplished by a list.

@pdreiter pdreiter added the enhancement New feature or request label Mar 29, 2024
@pdreiter pdreiter self-assigned this Mar 29, 2024
@pdreiter
Copy link
Collaborator Author

Found in 14 of 11615 functions tested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant