Update the logo
Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
This commit is contained in:
parent
20cb136c57
commit
d1a3b10460
BIN
.github/logo.png
vendored
Normal file
BIN
.github/logo.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
@ -1,6 +1,6 @@
|
||||
# frida-deepfreeze-rs
|
||||
|
||||
<img align="right" height="300" src="frida-deepfreeze-rs.png" alt="frida-deepfreeze-rs logo" />
|
||||
<img align="right" height="300" src=".github/logo.png" alt="frida-deepfreeze-rs logo" />
|
||||
|
||||
Have you ever written a frida script this good, that you wanted to make it permanent?
|
||||
Well, now you can!
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 602 KiB |
@ -1,4 +1,5 @@
|
||||
#![cfg(feature = "frida")]
|
||||
|
||||
use frida::{DeviceManager, DeviceType, Frida, ScriptHandler, ScriptOption, ScriptRuntime};
|
||||
use lazy_static::lazy_static;
|
||||
use serde::Deserialize;
|
||||
|
Loading…
x
Reference in New Issue
Block a user