We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d6585 commit 058b829Copy full SHA for 058b829
_posts/2025-10-01-iOS-All-The-Things-Part-III.md
@@ -1,5 +1,5 @@
1
---
2
-date: 2025-10-01 03:11:15
+date: 2025-10-01 03:13:15
3
layout: post
4
title: iOS All The Things - Part III
5
@@ -136,7 +136,7 @@ frida -U -l viewclasses.js DIVA-V2
136
137
b. Get all methods of specific class like "JailbreakDetection"
138
139
- ```javascript
+```javascript
140
// Log startup message to indicate script execution has begun
141
console.log("[*] Started: Find All Methods of a Specific Class");
142
@@ -177,7 +177,7 @@ if (ObjC.available) {
177
178
// Log completion message to indicate script has finished execution
179
console.log("[*] Completed: Find All Methods of a Specific Class");
180
- ```
+```
181
182
c. Grep on the specific method
183
0 commit comments