Skip to content

Commit 058b829

Browse files
authored
Update 2025-10-01-iOS-All-The-Things-Part-III.md
1 parent 05d6585 commit 058b829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2025-10-01-iOS-All-The-Things-Part-III.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
date: 2025-10-01 03:11:15
2+
date: 2025-10-01 03:13:15
33
layout: post
44
title: iOS All The Things - Part III
55

@@ -136,7 +136,7 @@ frida -U -l viewclasses.js DIVA-V2
136136

137137
b. Get all methods of specific class like "JailbreakDetection"
138138

139-
```javascript
139+
```javascript
140140
// Log startup message to indicate script execution has begun
141141
console.log("[*] Started: Find All Methods of a Specific Class");
142142

@@ -177,7 +177,7 @@ if (ObjC.available) {
177177

178178
// Log completion message to indicate script has finished execution
179179
console.log("[*] Completed: Find All Methods of a Specific Class");
180-
```
180+
```
181181

182182
c. Grep on the specific method
183183

0 commit comments

Comments
 (0)