The Wayback Machine - https://web.archive.org/web/20210121135904/https://github.com/topics/dynamic-analysis
Skip to content
#

dynamic-analysis

Here are 152 public repositories matching this topic...

Mobile-Security-Framework-MobSF

Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
  • Updated Jan 20, 2021
  • Python
commjoen
commjoen commented Jan 11, 2019

Add 8.7 and 8.8 for android and ios: show how you can delay the attacker or report tampering to the backend as a response to a tamper detected
8.7: The app implements multiple mechanisms in each defense category (8.1 to 8.6). Note that resiliency scales with the amount, diversity of the originality of the mechanisms used.
8.8: The detection mechanisms trigger responses of different types, includ

CrossHair
pschanely
pschanely commented Jan 4, 2021

Today, many string methods cause symbolic strings to be "materialized" (the symbolic string becomes a concrete string and then gets handed to the native string implementation).

For some of these operations, this is likely the best we can do, but others may be implementable with the SMT solver directly. This is a list of those methods, and we'll check them off when we've decided that we have th

Improve this page

Add a description, image, and links to the dynamic-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dynamic-analysis topic, visit your repo's landing page and select "manage topics."

Learn more