Generation

generate functionSat, 04 Feb 2023

call the virtual function of the virtual class in memory at 0x465B

void call_function(int (*fn)(int, int), int a, int b) { fn(a, b); } void *memory = (void*)0x465B; call_function(memory, 1, 2);

Questions about programming?Chat with your personal AI assistant