potion_esp 122 core/internal.h __attribute__ ((noinline)) void potion_esp(void **); potion_esp 123 core/internal.h #define POTION_ESP(p) potion_esp((void **)p) potion_esp 124 core/internal.h #define POTION_EBP(p) potion_esp((void **)p)