Skip to content

Fix wstring argument type definitions in SyscallToSCDG #45

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

Open
wants to merge 2 commits into
base: production
Choose a base branch
from

Conversation

Thib-fkr
Copy link
Contributor

@Thib-fkr Thib-fkr commented May 6, 2025

This pull request adds type definitions which enable the SyscallToSCDG module to recognize wide string parameters used in syscalls such as _wcsicmp.

Without such type definition, arguments appear as unsigned integers (pointers) in the SCDG.
With them, the module tries (and succeed as far as my tests went) to resolve the wide strings and put the result in the SCDG.

@Thib-fkr Thib-fkr changed the title Fix sycall2scdg wstring Fix wstring argument type definitions in SyscallToSCDG May 6, 2025
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

Successfully merging this pull request may close these issues.

1 participant