ld_path_hack_demo/victim/main.cpp
2025-06-03 12:57:39 +09:00

6 lines
62 B
C++

#include "mylib.h"
int main() {
greet();
return 0;
}