Base Process class, to be expanded
This commit is contained in:
+4
-1
@@ -1,6 +1,9 @@
|
||||
#include "xrbx/xrbx.h"
|
||||
#include <format>
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
helloWorld();
|
||||
Process rbx(L"notepad.exe");
|
||||
std::cout << std::format("Image Base: {:X}", uintptr_t(rbx.imageBase())) << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user