Skip to content

Commit

Permalink
[Phase 1] Platform interaction refactor (#2380)
Browse files Browse the repository at this point in the history
* Created tooling markdown files; proposal of tools to be removed

* Added platform category to yaml header

* added network and generic

* example structure of meta-data in YAML

* added techniques from 5b and 5c

* add 5b 5c leftovers

* update repackage and resign

* Refactor of 0x06b and 0x06c

* Fixes #2222 and fixes #2215

* Remove wrong files

* Refecator platform interaction on iOS

* Clean up pr

* Clean PR

* fix outline

* fix md issues

* fix md link

---------

Co-authored-by: sushi2k <[email protected]>
Co-authored-by: Carlos Holguera <[email protected]>
Co-authored-by: Jeroen Beckers <[email protected]>
  • Loading branch information
4 people authored Feb 17, 2023
1 parent 4986977 commit 372343b
Show file tree
Hide file tree
Showing 2 changed files with 538 additions and 537 deletions.
2 changes: 1 addition & 1 deletion Document/0x06c-Reverse-Engineering-and-Tampering.md
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ The `Process` command exposes multiple functions which can be explored as per ne
##### Frida
In section ["Execution Tracing"](#execution-tracing "Execution Tracing") we've used frida-trace when navigating to a website in Safari and found that the `initWithURL:` method is called to initialize a new URL request object. We can look up the declaration of this method on the [Apple Developer Website](https://developer.apple.com/documentation/foundation/nsbundle/1409352-initwithurl?language=objc "Apple Developer Website - initWithURL Instance Method"):
In section ["Method Tracing"](#method-tracing "Method Tracing") we've used frida-trace when navigating to a website in Safari and found that the `initWithURL:` method is called to initialize a new URL request object. We can look up the declaration of this method on the [Apple Developer Website](https://developer.apple.com/documentation/foundation/nsbundle/1409352-initwithurl?language=objc "Apple Developer Website - initWithURL Instance Method"):
```objectivec
- (instancetype)initWithURL:(NSURL *)url;
Expand Down
Loading

0 comments on commit 372343b

Please sign in to comment.