Skip to main content

Posts

Showing posts from March, 2021

Getting Started with Swift on Android

The Swift stdlib can be compiled for Android armv7, x86_64, and aarch64 targets, which makes it possible to execute Swift code on a mobile device running Android or an emulator. This guide explains: How to run a simple "Hello, world" program on your Android device. How to run the Swift test suite on an Android device. GitHub

AppMon/MobSF - Automated framework for monitoring and tampering system API calls macOS, iOS and Android

  AppMon is an automated framework for monitoring and tampering system API calls of native macOS, iOS and android apps. It is based on Frida . It consists of the following components: AppMon Sniffer - Intercept API calls to figure out interesting operations performed by an App AppMon Intruder - Manipulate API calls data to create change app's original behavior AppMon Android Tracer - Automatically traces Java classes, methods, its arguments and their data-types in Android APKs AppMon IPA Installer - Creates and installs "inspectable" IPAs on non-jailbroken iOS devices AppMon APK Builder - Creates APKs "inspectable" on non-rooted Android devices GitHub 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. GitHub