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

Sometimes when using sync_all structs get broken #368

Open
mahaloz opened this issue May 4, 2024 · 1 comment
Open

Sometimes when using sync_all structs get broken #368

mahaloz opened this issue May 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mahaloz
Copy link
Member

mahaloz commented May 4, 2024

Description

Happens in sync_all from user jeff on deenzone for DC Quals 2024. When you do syncall, sometimes you get a type or struct that looks like #47 a1.

Steps to reproduce the bug

No response

Environment

No response

Additional context

No response

@mahaloz mahaloz added the bug Something isn't working label May 4, 2024
@arizvisa
Copy link

arizvisa commented May 4, 2024

If this is IDA related, when exporting your tinfo_t make sure to use replace_ordinal_typerefs to convert from a numbered type to a named one...that way the ordinal numbers (which don't make sense outside the database), don't get accidentally referenced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants