Skip to content

Commit

Permalink
feat: zebra stuff test a
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed Oct 25, 2023
1 parent 81cca8f commit 0105c56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/jbloader/loader/prep_launch.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ void *prep_jb_launch(void *__unused _)
"/cores/binpack/bin/rm",
"-rf",
// "/var/jb",
"/var/mobile/Library/Application\ Support/xyz.willy.Zebra",
"/var/lib",
"/var/cache",
NULL});
Expand Down
4 changes: 2 additions & 2 deletions src/jbloader/utils/obliterator.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ int jailbreak_obliterator()
"/cores/binpack/bin/rm",
"-rf",
"/var/lib",
"/var/mobile/Library/Application Support/xyz.willy.Zebra",
"/var/mobile/Library/Application\ Support/xyz.willy.Zebra",
"/var/cache",
NULL});
}
Expand Down Expand Up @@ -61,7 +61,7 @@ int jailbreak_obliterator()
"/cores/binpack/bin/rm",
"-rf",
"/var/jb",
"/var/mobile/Library/Application Support/xyz.willy.Zebra",
"/var/mobile/Library/Application\ Support/xyz.willy.Zebra",
"/var/LIB",
"/var/Liy",
"/var/ulb",
Expand Down

0 comments on commit 0105c56

Please sign in to comment.