Talk:Getting Started: Difference between revisions

Discussion page of Getting Started
No edit summary
Line 11: Line 11:


For an alternative to AppCrackr that isn't associated with piracy, there is also [https://github.com/stefanesser/dumpdecrypted dumpdecrypted]. [[User:Britta|Britta]] ([[User talk:Britta|talk]]) 00:06, 12 September 2013 (PDT)
For an alternative to AppCrackr that isn't associated with piracy, there is also [https://github.com/stefanesser/dumpdecrypted dumpdecrypted]. [[User:Britta|Britta]] ([[User talk:Britta|talk]]) 00:06, 12 September 2013 (PDT)
Should Theos Challenges be moved to Theos/Getting Started? ~anoa


== Thoughts on improving this article ==
== Thoughts on improving this article ==

Revision as of 03:48, 3 January 2014

Reorganization and expansion

On IRC, User:Snakeninny provided helpful suggestions for rearranging and expanding this article to help new developers better, so I'll summarize them here for reference (and in case anyone wants to help rearrange the page and fill out the missing parts).

  1. An introduction to basic knowledge: the differences between normal and jailbroken iOS from a power user's perspective (sandboxing, directory hierarchy, permissions), and from a developer's perspective (from App Store app to Cydia app, tweaks, daemons). An explanation of what Mobile Substrate is and how/why it works.
  2. Explaining the tools you need to develop for jailbroken iOS. On Mac: class-dump(-z), Theos, Reveal, IDA, iFunbox, dyld_decache. On iOS: OpenSSH, GDB, Cycript, AppCrackr, syslog.
  3. How to write a tweak, from finding inspiration to finishing it. This includes figuring out which files to analyze, learning how to use a combination of class-dump, IDA, and GDB to locate functions/methods, how to use Cycript to prototype the tweak, and how to finish it with Theos. Also, how to reverse-engineer with IDA and GDB to go further with development.
  4. Examples: representative examples and snippets from GitHub repositories and blogs.

Britta (talk) 03:22, 11 September 2013 (PDT)

For an alternative to AppCrackr that isn't associated with piracy, there is also dumpdecrypted. Britta (talk) 00:06, 12 September 2013 (PDT)

Should Theos Challenges be moved to Theos/Getting Started? ~anoa

Thoughts on improving this article

"The discussion page puts it pretty well. I didn't even know some of those programs existed! The code examples/ideas to get your brain flowing was the other thing, which is starting to be added."

About Open Source Projects: "When I visited that page as a beginner I tried downloading one, tried compiling, got some arbitrary error, and was stuck. I also found building simple tweaks and asking this group about errors taught me much more than looking at open source code. :P"

Britta (talk) 19:30, 1 January 2014 (PST)