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

processing decompiled functions with unhandled attributes [__noreturn] and void param #4

Open
pdreiter opened this issue Mar 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pdreiter
Copy link
Collaborator

looks like this particular combination is not handled:

//--------------------------------------------------------------------
// Decompiled Function Declarations
void __noreturn _cxa_pure_virtual(void);


//--------------------------------------------------------------------
// Decompiled Function Definitions
//----- (000028CF) --------------------------------------------------------
void __noreturn _cxa_pure_virtual(void)
{
  int v0; // [esp+10h] [ebp+8h]

  x__cgc__terminate(1);
  cgc_exit(v0);
}
// 23E0: using guessed type int  x__cgc__terminate(int);
// 28EC: using guessed type int  cgc_exit(int);

// nfuncs=197 queued=1 decompiled=1 lumina nreq=0 worse=0 better=0



void __noreturn det__cxa_pure_virtual(
        void* EBX,
        void* mycgc__terminate,
        void* mycgc_exit,
        void 
)
@pdreiter pdreiter added the bug Something isn't working label Mar 29, 2024
@pdreiter pdreiter self-assigned this Mar 29, 2024
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

1 participant