Jump to content

level3tjg

Member
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 7
  • iOS Version
    11.3.1
  • Jailbroken
    Yes
  • Rooted
    No

Recent Profile Visitors

295 profile views

level3tjg's Achievements

Newbie

Newbie (1/14)

  • 4 Years In
  • 5 Years In
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

3

Reputation

1

Community Answers

  1. Open $THEOS/vendor/logos/bin/lib/Logos/Group.pm with a text editor Replace my $functionRetval = shift $args; my $functionName = shift $args; With my $functionRetval = shift @{$args}; my $functionName = shift @{$args}; afaik this is an issue with new versions of perl
  2. Hi everyone, I have put together a simple bfdecrypt package that allows you to decrypt / crack apps with ease on iOS 11. To crack apps just enable the app you want to crack in bfdecrypt's preferences and run the app. You can also run "bfdecrypt" in terminal to start it (terminal command works better over ssh). The cracked .IPA will be stored in the app's documents directory You can find it on my repo: https://level3tjg.github.io All credit goes to bishop fox for bfdecrypt https://github.com/BishopFox/bfdecrypt
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines