Skip to content

Commit

Permalink
blutter tool added (by @appknox) (#2881)
Browse files Browse the repository at this point in the history
* blutter tool added

* blutter tool

* fixes

* Update tools/android/MASTG-TOOL-0111.md

Co-authored-by: Jeroen Beckers <[email protected]>

* minor changes,changed tool number and added dockerfile

* added code block language

* Remove docker script

* Remove docker file, process suggestion from Carlos

* Typo

* Grammar

* typo and fix

* Update tools/android/MASTG-TOOL-0116.md

---------

Co-authored-by: Carlos Holguera <[email protected]>
Co-authored-by: Jeroen Beckers <[email protected]>
Co-authored-by: Jeroen Beckers <[email protected]>
  • Loading branch information
4 people authored Nov 7, 2024
1 parent 7b8cb49 commit 5c2d9c8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tools/android/MASTG-TOOL-0116.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Blutter
platform: android
hosts:
- linux
- windows
- macos
source: https://github.com/worawit/blutter
---

[Blutter](https://github.com/worawit/blutter) is an open-source tool created to support the reverse engineering of Flutter applications. Unlike other Flutter tools, Blutter parses the libapp.so file statically, without requiring you to run the app on a device. Blutter can:

- Extract and analyze Dart objects
- Provide annotations for instructions, including function names or pool objects where applicable
- Generate Frida scripts for further analysis

This tool requires a specific environment to function, which is explained in the [setup instructions](https://github.com/worawit/blutter?tab=readme-ov-file#environment-setup). Alternatively, a [convenient Docker file can be found in a PR](https://github.com/worawit/blutter/pull/50).

More information is available in the [B(l)utter – Reversing Flutter Applications presentation](https://www.youtube.com/watch?v=EU3KOzNkCdI).

0 comments on commit 5c2d9c8

Please sign in to comment.