mirror of
https://github.com/ivRodriguezCA/RE-iOS-Apps
synced 2026-01-11 03:22:51 +00:00
Fixed indentation issue on Module-4
This commit is contained in:
@@ -160,7 +160,7 @@ In one of the vulnerabilities I described in [Module 3](../Module-3/README.md) w
|
|||||||
r0 = [r20 downloadTaskWithRequest:r25 progress:0x0 destination:&var_78 completionHandler:&var_A0];
|
r0 = [r20 downloadTaskWithRequest:r25 progress:0x0 destination:&var_78 completionHandler:&var_A0];
|
||||||
r0 = [r0 retain];
|
r0 = [r0 retain];
|
||||||
objc_msgSend(r0, @selector(resume));
|
objc_msgSend(r0, @selector(resume));
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
- As you can see this method is using the `AFURLSessionManager` to download a file from a remote URL.
|
- As you can see this method is using the `AFURLSessionManager` to download a file from a remote URL.
|
||||||
- If you open the application binary in `Hopper` (or `Ghidra`), search for the `InitialViewController` class, select the `viewDidLoad` method and you'll find that this method is called there:
|
- If you open the application binary in `Hopper` (or `Ghidra`), search for the `InitialViewController` class, select the `viewDidLoad` method and you'll find that this method is called there:
|
||||||
|
|||||||
Reference in New Issue
Block a user