Jump to content

AnotherLurker

Senior Member
  • Posts

    1,093
  • Joined

  • Last visited

Everything posted by AnotherLurker

  1. It's not return PASS-THROUGH; It's just return;
  2. 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"
  3. 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
  4. You need to edit the environment variables for Theos to work properly: export THEOS=/var/theos export THEOS_MAKE_PATH=/var/theos/makefiles
  5. You can hook a swift class in Logos like this: %hook AnyRandomNameHere - (id)description { return %orig(); } %end %ctor { %init(AnyRandomNameHere = objc_getClass("ClassNameWithADotHere")); }
  6. You haven't properly followed the instructions in my tutorial then; Edit ~/.bash_profile with the environment variables and restart Cygwin Terminal.
  7. Is this a question about my Windows-Cygwin Theos installation tutorial?
  8. 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)
  9. Yes, you should be reading and following instructions properly
  10. The issue should have been resolved if you've installed Python arm64 on his repo
  11. Yea you need to install the arm64 packages
  12. 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.
  13. 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]
  14. 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
  15. You can just download the "patched" sdk with private frameworks; https://www.github.com/theos/sdks.git
  16. Wrong section, this cheat belongs in "Other Cheats"
  17. 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
  18. Those hacks are Non-jailbreak hacks, which requires the "ViP & Non-Jailbroken ViP + 3 Months" package
  19. Use classdump-dyld instead, it should be on the bigness repository
  20. Try following this tutorial for installing Theos, Castix's tutorial is quite outdated and installs an older version of Theos
  21. Actually, there is a fix. The problem is your hooks are for Swift classes (at most, swift classes with the @objc attribute) It's perfectly possible to hook these methods in Swift (partially Objective-C), but Logos (The language behind %hook) has yet to support these kinds of Swift Classes. This issue has been experienced by other people looking to hook Swift code, and they have opened an issue of Theos's official github. Kirb (one of the developer behind Theos) has promised to allow the hooking of Swift classes in Logos, but in the meanwhile, you should use this workaround by wizages
×
  • 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