sensepost / sensepost/objection
ios hooking watch class gives IBAction methods but not other methods
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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