diff options
| author | boris <wzn@moneybot.cc> | 2018-12-19 00:13:24 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-12-19 00:13:24 +1300 |
| commit | 77b52da44b263df4884be2f35f885d8edccbb6fa (patch) | |
| tree | 54a9a07c67d507cb5120ae7e4ee86669dfec7c6b /loader/server/client.cpp | |
| parent | 1270999026bd77165edfffebfce277a34761710c (diff) | |
added new loader project :)
merry christmas
Diffstat (limited to 'loader/server/client.cpp')
| -rw-r--r-- | loader/server/client.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/loader/server/client.cpp b/loader/server/client.cpp index 9893b26..b800da1 100644 --- a/loader/server/client.cpp +++ b/loader/server/client.cpp @@ -129,5 +129,20 @@ bool server::c_client::handle() { if(!pe_file.get("test.dll"))
return false;
+ printf("file read\n");
+
+ inject::c_inject_transaction transaction;
+
+ if(!transaction.get(pe_file))
+ return false;
+
+ printf("starting transaction\n");
+
+ transaction.process_reloc(0x10000000);
+
+ printf("reloc processed\n");
+
+
+
return true;
}
|
