[iOS] MASTG-TEST-0087 Apply Only to the Binary? #2887
Unanswered
barbieri-mobisec
asked this question in
Q&A
Replies: 1 comment
-
For what I understood, the test shall be applied as follow, identically between static and dynamic approach.
Please note: @cpholguera if my understanding of the test is correct, I think @barbieri-mobisec may suggest a pull request to clarify. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
While following the MASTG, I came across this test
MASTG-TEST-0087: Make Sure That Free Security Features Are Activated
. In the static analysis part, it seems to focus primarily on the results of various FLAGS (PIE, Canary, ARC) related to the binary file. However, in the dynamic analysis part, Objection is used, but it’s not clear to me whether this should be employed exclusively to obtain the FLAG results for the main binary or if it should also be applied to all dylibs.What do you think about this? Should dynamic analysis with Objection be extended to dynamic libraries as well, or should it remain focused on the main binary?
Maybe it would be helpful to make some changes to the test to clarify exactly what is expected.
Beta Was this translation helpful? Give feedback.
All reactions