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

Fix regex when function returns a pointer #88

Merged
merged 1 commit into from
Mar 1, 2019

Conversation

icecr4ck
Copy link
Contributor

@icecr4ck icecr4ck commented Feb 27, 2019

Hello,

There is an issue with the IDA stub when a function returns a pointer.

For example the regex .+ ([^\(]+)\([^\)]*\) matches *__cdecl instead of __cdecl.

This can be resolved with the attached fix.

@commial
Copy link
Contributor

commial commented Mar 1, 2019

Thank you!

@commial commial merged commit 9a17848 into cea-sec:master Mar 1, 2019
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.

2 participants