-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
What are the steps to reproduce this issue?
Create a Tweak with the following code:
%hookf(void, "afunction"){
}
What happens?
MSHookFunction((void *)_logos_symbol$_ungrouped$"afunction", (void *)&_logos_function$_ungrouped$"afunction", (void **)&_logos_orig$_ungrouped$"afunction");
This obviously doesn't compile.
What were you expecting to happen?
MSHookFunction((void *)MSFindSymbol(NULL, "afunction"), (void *)&_logos_function$_ungrouped$lookup$afunction, (void **)&_logos_orig$_ungrouped$lookup$afunction);
Any logs, error output, etc?
Compilation errors due to missing MSFindSymbol and unwanted quotes.
Any other comments?
It worked perfectly until I updated theos.
What versions of software are you using?
Latest git master.
Metadata
Metadata
Assignees
Labels
No labels