Jump to content

AnotherLurker

Senior Member
  • Posts

    1,093
  • Joined

  • Last visited

Everything posted by AnotherLurker

  1. Leaving it empty or doing return; lead to the exact same thing
  2. It's not return PASS-THROUGH; It's just return;
  3. Use this instead: ARCHS = armv7 armv7s arm64 include $(THEOS)/makefiles/common.mk TWEAK_NAME = letmedebug letmedebug_FILES = Tweak.xm letmedebug_FRAMEWORKS = UIKit include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard"
  4. The '//' in the path is not the error, This is evident as the error occurs at /home/taylormeyer/theos/makefiles//master/rules.mk:163 (rules.mk, line 163) The error instead resides in your makefile
  5. You need to edit the environment variables for Theos to work properly: export THEOS=/var/theos export THEOS_MAKE_PATH=/var/theos/makefiles
  6. You can hook a swift class in Logos like this: %hook AnyRandomNameHere - (id)description { return %orig(); } %end %ctor { %init(AnyRandomNameHere = objc_getClass("ClassNameWithADotHere")); }
  7. You haven't properly followed the instructions in my tutorial then; Edit ~/.bash_profile with the environment variables and restart Cygwin Terminal.
  8. Is this a question about my Windows-Cygwin Theos installation tutorial?
  9. You don't have Theos properly setup Before running make, just run export THEOS=/var/theos/ export THEOS_MAKE_PATH=/var/theos/makefiles/ (This is only a temporary solution)
  10. Yes, you should be reading and following instructions properly
  11. The issue should have been resolved if you've installed Python arm64 on his repo
  12. Yea you need to install the arm64 packages
  13. Yes, looks is the only difference... but it can show a lot more useful information through the looks. For example, when inside project-folders with .git, it shows changes placed, commits difference, etc. I myself have only used this for some time, still finding out more as time goes on.
  14. What is Powerline-shell? Powerline-shell is a powerline-based command prompt for your shell (The default shell is bash). When configured it can add a nice look to your terminal. Here's an example: Requirements: - Jailbroken Device - Filesystem Manager (iFile, Filza, iFunbox, iTools, etc) - Terminal - An Internet connection - 5 - 10 minutes of your time Instructions: [Hidden Content]
  15. Download https://github.com/sharedRoutine/letmedebug, go into letmedebug.plist, and change the identifier to com.apple.UIKit (dylib loaded into all applications) Then execute the following: cd /path/to/letmedebug/ make package A debian file should be inside "packages" directory inside letmedebug, which you should install
  16. You can just download the "patched" sdk with private frameworks; https://www.github.com/theos/sdks.git
  17. Wrong section, this cheat belongs in "Other Cheats"
  18. You can just compile this code (with com.apple.UIKit as the bundleID in a .plist), and have syscall and ptrace disabled in every app
  19. Those hacks are Non-jailbreak hacks, which requires the "ViP & Non-Jailbroken ViP + 3 Months" package
  20. Use classdump-dyld instead, it should be on the bigness repository
  21. Try following this tutorial for installing Theos, Castix's tutorial is quite outdated and installs an older version of Theos
×
  • 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