Rename leftovers to the new name InjectionForge

Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
This commit is contained in:
Dimitris Zervas
2024-04-15 21:53:28 +03:00
parent ff5a7f152f
commit 936080b4e8
7 changed files with 32 additions and 32 deletions

View File

@ -4,6 +4,6 @@ use crate::injector::attach_self;
#[ctor]
fn _start() {
println!("[+] frida-deepfreeze-rs library injected");
println!("[+] InjectionForge library injected");
attach_self();
}