Home iOS - Tweaks development basics
Post
Cancel

iOS - Tweaks development basics

iOS - Tweaks development basics - Ressources for beginners

Overview

  • Introduction
  • Basic UE5 customization setup in C++
  • Get the parent object (UObject)
  • Editor layout
  • Source on GitHub

Introduction

Source on GitHub

Credits

  • Take this site as a starting point for your begining journy into ios reversing …. https://cwcaude.github.io/posts/iOS-tweak-dev-1/

    • 2nd episode … https://cwcaude.github.io/posts/iOS-tweak-dev-2/

    • 3rd interlude …. https://cwcaude.github.io/posts/iOS-tweak-dev-3/

  • tweak-series … https://github.com/ZaneH/tweak-series/tree/master

  • Browse on my dear … https://www.reddit.com/r/jailbreakdevelopers/

Author / Predecessor

Libraries, APIs and Frameworks

  • PHP / mySQL
1
2
3
<?php
    require("botsec.php");
?>
  • That’s it. Every request to the website including the botsec.php script from a user-agent which is in the $agentsToDeny array is now beeing redirected to the URL stated in the $redirectLocation variable
This post is licensed under CC BY 4.0 by the author.