sensepost / sensepost/objection

ios hooking watch class gives IBAction methods but not other methods

Open
#368 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

✨enhancement
Dominant language
Python
Stars
9.4k
Forks
1k
Avg merge
14d 5h
Merged PRs (30d)
1

Description

....highaltitudehacks.DVIAswiftv2 on (iPhone: 12.4.1) [usb] # ios hooking watch class DVIA_v2.JailbreakDetectionViewController                         
(agent) Watching method: - menuTapped:
(agent) Watching method: - readArticleTapped:
(agent) Watching method: - jailbreakTest1Tapped:
(agent) Watching method: - jailbreakTest2Tapped:
(agent) Watching method: - jailbreakTest3Tapped:
(agent) Watching method: - jailbreakTest4Tapped:
(agent) Watching method: - jailbreakTest5Tapped:
(agent) Watching method: - initWithCoder:
(agent) Watching method: - .cxx_destruct
(agent) Watching method: - initWithNibName:bundle:
(agent) Watching method: - viewWillAppear:
(agent) Watching method: - viewDidLoad
(agent) Watching method: - prepareForSegue:sender:
(agent) Registering job gnvy9cjamr8. Type: watch-class-methods for: DVIA_v2.JailbreakDetectionViewController

source code to JailbreakDetectionViewController: https://github.com/prateek147/DVIA-v2/blob/master/DVIA-v2/DVIA-v2/Vulnerabilities/Jailbreak%20Detection/Controller/JailbreakDetectionViewController.swift

this class also has other methods like isJailbroken, jailbreakTest3 which is not found by watch class. same applies for "ios hooking list class_methods" as well.
Is it a bug or how do I do it??

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue with ios hooking watch class and ios hooking list class_methods for DVIA_v2.JailbreakDetectionViewController. Compare the reported methods with JailbreakDetectionViewController.swift, focusing on isJailbroken and jailbreakTest3. Done means the commands consistently report the methods present in the class, or the limitation is clearly identified and documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, swift
Domain
mobile-dev, security
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.