From 95e6f1b90d623f347b5d830b70d25425f512b180 Mon Sep 17 00:00:00 2001 From: Carlos Holguera Date: Wed, 17 Jul 2024 06:13:57 +0200 Subject: [PATCH] [MASTG-TOOL-0100] Update tool name to reFlutter (#2827) --- tools/generic/MASTG-TOOL-0100.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/generic/MASTG-TOOL-0100.md b/tools/generic/MASTG-TOOL-0100.md index 06ad6c76af..ddd3d8cf11 100644 --- a/tools/generic/MASTG-TOOL-0100.md +++ b/tools/generic/MASTG-TOOL-0100.md @@ -1,9 +1,9 @@ --- -title: re-flutter +title: reFlutter platform: generic 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. +The [reFlutter](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 [the official instructions](https://github.com/Impact-I/reFlutter?tab=readme-ov-file#install). \ No newline at end of file +You can install and use reFlutter by following [the official instructions](https://github.com/Impact-I/reFlutter?tab=readme-ov-file#install). More information is also available in the article ["Fork Bomb for Flutter"](https://swarm.ptsecurity.com/fork-bomb-for-flutter/) including details and practical examples.