Questions tagged [cycript]

An application for debugging applications on iOS and macOS.

Cycript is an application for debugging applications on iOS and macOS.

The official website states:

Cycript allows developers to explore and modify running applications on either iOS or Mac OS X using a hybrid of Objective-C++ and JavaScript syntax through an interactive console that features syntax highlighting and tab completion.

Related reading

3 questions
14
votes
4 answers

What is the role of RSA in ECDHE-RSA?

I have read some textbooks and not found a convincing explanation. In the cipher suite ECDHE-RSA-AES128-GCM-SHA256, what is the role of RSA in the first part (ECDHE-RSA)? This part of the cipher suite indicates the key exchange algorithm, right?…
Johnny Willer
  • 409
  • 1
  • 4
  • 13
1
vote
1 answer

Iphone app not allowing proxy

Hi everyone I am interested in how a banking app works, especially the way it handles https requests. So I installed one, set my proxy settings, started burp suite and expected it to work. As you may expect it did not. Burp-suite gave me an error…
that guy
  • 668
  • 1
  • 6
  • 9
1
vote
2 answers

How does Cycript / Cydia Substrate hook into processes?

I am currently doing some research on techniques about hooking mobile applications and came across some frameworks like Xposed (Android), Frida (Android and iOS) and Cycript (iOS). The documentation about Xposed and Frida is fairly good explaining…
Phoebus
  • 121
  • 4