Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ios & android technique and tool for re-flutter (by @appknox) #2600

Merged
merged 22 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated changes TOOL-0100
  • Loading branch information
sk3l10x1ng committed Jun 20, 2024
commit f91f1575b3ee331d4d942c9d564f83e78eab676e
2 changes: 1 addition & 1 deletion techniques/ios/MASTG-TECH-0110.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This will create a **release.RE.ipa** file in the output folder.

4. Run the [disable-flutter-tls.js](../../tools/generic/MASTG-TOOL-0101.md) frida script.

```plaintext
```bash
frida -U -f eu.nviso.flutterPinning -l disable-flutter-tls.js
```

Expand Down
2 changes: 1 addition & 1 deletion tools/generic/MASTG-TOOL-0100.md
cpholguera marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ source: https://github.com/Impact-I/reFlutter

The [re-flutter](https://github.com/Impact-I/reFlutter) framework helps to reverse engineer Flutter apps using the patched version of the Flutter library, which is already compiled and ready for application repackaging. This library has a modified snapshot deserialization process that allows you to perform dynamic analysis.

You can install and use re-flutter by following these [the official instructions](https://github.com/Impact-I/reFlutter?tab=readme-ov-file#install).
You can install and use re-flutter by following [the official instructions](https://github.com/Impact-I/reFlutter?tab=readme-ov-file#install).