#include "xrbx/xrbx.h" #include #include int main() { Process rbx(L"notepad.exe"); std::cout << std::format("Image Base: {:X}", uintptr_t(rbx.imageBase())) << std::endl; return 0; }