Update the logo

Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
This commit is contained in:
Dimitris Zervas 2024-04-14 01:24:33 +03:00
parent 20cb136c57
commit d1a3b10460
No known key found for this signature in database
4 changed files with 2 additions and 1 deletions

BIN
.github/logo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

View File

@ -1,6 +1,6 @@
# frida-deepfreeze-rs # 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? Have you ever written a frida script this good, that you wanted to make it permanent?
Well, now you can! Well, now you can!

Binary file not shown.

Before

Width:  |  Height:  |  Size: 602 KiB

View File

@ -1,4 +1,5 @@
#![cfg(feature = "frida")] #![cfg(feature = "frida")]
use frida::{DeviceManager, DeviceType, Frida, ScriptHandler, ScriptOption, ScriptRuntime}; use frida::{DeviceManager, DeviceType, Frida, ScriptHandler, ScriptOption, ScriptRuntime};
use lazy_static::lazy_static; use lazy_static::lazy_static;
use serde::Deserialize; use serde::Deserialize;