Revise code samples and dynamic analysis instructions#3670
Merged
cpholguera merged 2 commits intomasterfrom Jan 29, 2026
Merged
Revise code samples and dynamic analysis instructions#3670cpholguera merged 2 commits intomasterfrom
cpholguera merged 2 commits intomasterfrom
Conversation
Updated code sample references and instructions for running test apps. Modified examples for dynamic analysis tools to use the correct application package names.
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the demo instructions documentation to align with the current recommended test apps and tooling. The changes modernize repository references and introduce frooky as the preferred dynamic analysis tool.
Changes:
- Updated test app repository links from
MASTestApp-Android/iOStomas-app-android/ios - Added
frookyas the preferred dynamic analysis tool with example command - Updated all example commands to use the new package name
org.owasp.mastestapp - Added references to additional instruction files for
frooky,frida, andmitmproxy
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cpholguera
commented
Jan 29, 2026
sk3l10x1ng
pushed a commit
to sk3l10x1ng/owasp-mastg
that referenced
this pull request
Jan 30, 2026
* Revise code samples and dynamic analysis instructions Updated code sample references and instructions for running test apps. Modified examples for dynamic analysis tools to use the correct application package names. * Apply suggestion from @cpholguera
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the
.github/instructions/mastg-demo.instructions.mddocumentation to ensure consistency in demo instructions and to reflect the current recommended tools and repositories.Test App Repository Updates:
mas-app-androidandmas-app-ios.Tooling and Example Command Updates:
frookyas the preferred dynamic analysis tool, including an example command and reference to additional instructions.frida-traceandfridaexample commands to use the new test app package name (org.owasp.mastestapp) and clarified when to usefridaversusfrooky.frooky,frida, andmitmproxyscripts to guide users to more detailed documentation.