ld_path_hack_demo/fake_lib/mylib.cpp
2025-06-03 12:57:39 +09:00

4 lines
108 B
C++

#include <iostream>
void greet() {
std::cout << "❌ HACKED: This is the fake library!" << std::endl;
}